This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

eCos anonymous CVS repository updated


The eCos anonymous CVS repository has been updated today (2001-11-02).

The following changes were made to NEWS and ChangeLogs:

Index: packages/NEWS
===================================================================
RCS file: /cvs/ecos/ecos/packages/NEWS,v
retrieving revision 1.44
diff -u -0 -r1.44 NEWS
--- NEWS	2001/10/19 07:02:27	1.44
+++ NEWS	2001/11/02 16:10:53
@@ -0,0 +1,3 @@
+* Incorporated ARM Development board aka INTEGRATOR port from Philippe Robin
+  at ARM. Includes FLASH, ethernet and serial drivers, along with RedBoot
+  support.
Index: packages/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.62
diff -u -0 -r1.62 ChangeLog
--- ChangeLog	2001/10/19 07:02:27	1.62
+++ ChangeLog	2001/11/02 16:10:56
@@ -0,0 +1,5 @@
+2001-10-30  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* ecos.db: Added ARM Integrator target including HAL, serial driver, 
+	eth driver and flash driver packages.
+
Index: packages/devs/eth/arm/integrator/current/ChangeLog
===================================================================
RCS file: ChangeLog
diff -N ChangeLog
--- /dev/null	Tue May  5 13:32:27 1998
+++ ChangeLog	Fri Nov  2 08:10:59 2001
@@ -0,0 +1,31 @@
+2000-08-21  Philippe Robin
+	* adapted from ebsa285
+
+//===========================================================================
+//####COPYRIGHTBEGIN####
+//                                                                          
+// -------------------------------------------                              
+// The contents of this file are subject to the Red Hat eCos Public License 
+// Version 1.1 (the "License"); you may not use this file except in         
+// compliance with the License.  You may obtain a copy of the License at    
+// http://www.redhat.com/                                                   
+//                                                                          
+// Software distributed under the License is distributed on an "AS IS"      
+// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
+// License for the specific language governing rights and limitations under 
+// the License.                                                             
+//                                                                          
+// The Original Code is eCos - Embedded Configurable Operating System,      
+// released September 30, 1998.                                             
+//                                                                          
+// The Initial Developer of the Original Code is Red Hat.                   
+// Portions created by Red Hat are                                          
+// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// All Rights Reserved.                                                     
+// -------------------------------------------                              
+//                                                                          
+//####COPYRIGHTEND####
+//===========================================================================
+	
+	
+
Index: packages/devs/flash/amd/am29xxxxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/amd/am29xxxxx/current/ChangeLog,v
retrieving revision 1.8
diff -u -0 -r1.8 ChangeLog
--- ChangeLog	2001/10/02 18:28:25	1.8
+++ ChangeLog	2001/11/02 16:11:02
@@ -0,0 +1,11 @@
+2001-10-31  Jesper Skov  <jskov@redhat.com>
+
+	* include/flash_am29xxxxx_parts.inl: Removed fix me comments -
+	description is accurate.
+
+2001-10-30  Jesper Skov  <jskov@redhat.com>
+	From Gary:
+	* include/flash_am29xxxxx_parts.inl: Added preliminary AM29LV640
+	support. Still needs some tweaks.
+	* cdl/flash_amd_am29xxxxx.cdl: Same.
+
Index: packages/devs/flash/arm/integrator/current/ChangeLog
===================================================================
RCS file: ChangeLog
diff -N ChangeLog
--- /dev/null	Tue May  5 13:32:27 1998
+++ ChangeLog	Fri Nov  2 08:11:06 2001
@@ -0,0 +1,30 @@
+2001-10-30  Philippe Robin <Philippe.Robin@arm.com>
+2001-10-30  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* Initial version of ARM Integrator flash driver.
+
+//===========================================================================
+//####COPYRIGHTBEGIN####
+//                                                                          
+// -------------------------------------------                              
+// The contents of this file are subject to the Red Hat eCos Public License 
+// Version 1.1 (the "License"); you may not use this file except in         
+// compliance with the License.  You may obtain a copy of the License at    
+// http://www.redhat.com/                                                   
+//                                                                          
+// Software distributed under the License is distributed on an "AS IS"      
+// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
+// License for the specific language governing rights and limitations under 
+// the License.                                                             
+//                                                                          
+// The Original Code is eCos - Embedded Configurable Operating System,      
+// released September 30, 1998.                                             
+//                                                                          
+// The Initial Developer of the Original Code is Red Hat.                   
+// Portions created by Red Hat are                                          
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
+// All Rights Reserved.                                                     
+// -------------------------------------------                              
+//                                                                          
+//####COPYRIGHTEND####
+//===========================================================================
Index: packages/devs/serial/arm/integrator/current/ChangeLog
===================================================================
RCS file: ChangeLog
diff -N ChangeLog
--- /dev/null	Tue May  5 13:32:27 1998
+++ ChangeLog	Fri Nov  2 08:11:09 2001
@@ -0,0 +1,31 @@
+2001-10-30  Philippe Robin  <Philippe.Robin@arm.com>
+2001-10-30  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* New package for ARM Integrator serial driver derived from
+	ARM PID serial driver.
+
+//===========================================================================
+//####COPYRIGHTBEGIN####
+//                                                                          
+// -------------------------------------------                              
+// The contents of this file are subject to the Red Hat eCos Public License 
+// Version 1.1 (the "License"); you may not use this file except in         
+// compliance with the License.  You may obtain a copy of the License at    
+// http://www.redhat.com/                                                   
+//                                                                          
+// Software distributed under the License is distributed on an "AS IS"      
+// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
+// License for the specific language governing rights and limitations under 
+// the License.                                                             
+//                                                                          
+// The Original Code is eCos - Embedded Configurable Operating System,      
+// released September 30, 1998.                                             
+//                                                                          
+// The Initial Developer of the Original Code is Red Hat.                   
+// Portions created by Red Hat are                                          
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. 
+// All Rights Reserved.                                                     
+// -------------------------------------------                              
+//                                                                          
+//####COPYRIGHTEND####
+//===========================================================================
Index: packages/hal/arm/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/arch/current/ChangeLog,v
retrieving revision 1.65
diff -u -0 -r1.65 ChangeLog
--- ChangeLog	2001/10/26 12:27:33	1.65
+++ ChangeLog	2001/11/02 16:11:12
@@ -0,0 +1,6 @@
+2001-10-29  Hugo Tyson  <hmt@redhat.com>
+
+	* src/arm.ld (SECTION_rom_vectors): Define symbols used for ROMRAM
+	startup; for some reason these were not in the trunk.  They are:
+	__rom_vectors_vma and __rom_vectors_lma
+
Index: packages/hal/arm/arm9/var/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/arm9/var/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/08/15 02:21:28	1.2
+++ ChangeLog	2001/11/02 16:11:16
@@ -0,0 +1,10 @@
+2001-11-01  Jesper Skov  <jskov@redhat.com>
+
+	* src/arm9_misc.c (cyg_hal_arm9_soft_reset): Attempt at soft
+	reset. Doesn't quite work though, and it's unclear why.
+
+2001-10-28  Gary Thomas  <gthomas@redhat.com>
+
+	* include/hal_cache.h: Fix DATA cache flush for 920,922.  This was
+	off-by-one, leaving part of the cache unflushed.
+
Index: packages/hal/arm/integrator/current/ChangeLog
===================================================================
RCS file: ChangeLog
diff -N ChangeLog
--- /dev/null	Tue May  5 13:32:27 1998
+++ ChangeLog	Fri Nov  2 08:11:19 2001
@@ -0,0 +1,29 @@
+2001-10-30  Philippe Robin <Philippe.Robin@arm.com>
+
+	* Initial version of integrator package.
+
+//===========================================================================
+//####COPYRIGHTBEGIN####
+//                                                                          
+// -------------------------------------------                              
+// The contents of this file are subject to the Red Hat eCos Public License 
+// Version 1.1 (the "License"); you may not use this file except in         
+// compliance with the License.  You may obtain a copy of the License at    
+// http://www.redhat.com/                                                   
+//                                                                          
+// Software distributed under the License is distributed on an "AS IS"      
+// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
+// License for the specific language governing rights and limitations under 
+// the License.                                                             
+//                                                                          
+// The Original Code is eCos - Embedded Configurable Operating System,      
+// released September 30, 1998.                                             
+//                                                                          
+// The Initial Developer of the Original Code is Red Hat.                   
+// Portions created by Red Hat are                                          
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
+// All Rights Reserved.                                                     
+// -------------------------------------------                              
+//                                                                          
+//####COPYRIGHTEND####
+//===========================================================================
Index: packages/hal/arm/sa11x0/assabet/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/assabet/current/ChangeLog,v
retrieving revision 1.20
diff -u -0 -r1.20 ChangeLog
--- ChangeLog	2001/10/26 12:27:33	1.20
+++ ChangeLog	2001/11/02 16:11:22
@@ -1 +1 @@
-2001-10-20  Nicolar Pitre <nico@cam.org>
+2001-10-20  Nicolas Pitre <nico@cam.org>
Index: packages/hal/arm/sa11x0/flexanet/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/flexanet/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/10/05 15:31:49	1.2
+++ ChangeLog	2001/11/02 16:11:25
@@ -0,0 +1,6 @@
+2001-10-30  Jordi Colomer <jco@ict.es>
+
+	* include/flexanet.h: minor changes to the GPIO usage.
+	* include/hal_platform_setup.h: solved some problems with the
+	sleep/wakeup procedure.
+
Index: packages/hal/arm/sa11x0/var/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/var/current/ChangeLog,v
retrieving revision 1.17
diff -u -0 -r1.17 ChangeLog
--- ChangeLog	2001/10/19 07:02:31	1.17
+++ ChangeLog	2001/11/02 16:11:28
@@ -0,0 +1,4 @@
+2001-10-31  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/hal_arm_sa11x0.cdl: Indicate support of variable baud rates.
+
Index: packages/hal/i386/pcmb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v
retrieving revision 1.9
diff -u -0 -r1.9 ChangeLog
--- ChangeLog	2001/10/26 12:27:34	1.9
+++ ChangeLog	2001/11/02 16:11:32
@@ -0,0 +1,6 @@
+2001-11-01  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/pcmb_misc.c (hal_pcmb_init): Fix typo:
+	CYGPKG_HAL_I386_PCMB_HAL_MEMSIZE_BIOS -> 
+	CYGPKG_HAL_I386_PCMB_MEMSIZE_BIOS
+
Index: packages/hal/mips/atlas/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/atlas/current/ChangeLog,v
retrieving revision 1.3
diff -u -0 -r1.3 ChangeLog
--- ChangeLog	2001/07/29 02:00:09	1.3
+++ ChangeLog	2001/11/02 16:11:35
@@ -0,0 +1,4 @@
+2001-10-31  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/hal_mips_atlas.cdl: Indicate support of variable baud rates.
+
Index: packages/hal/mips/vrc437x/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/vrc437x/current/ChangeLog,v
retrieving revision 1.3
diff -u -0 -r1.3 ChangeLog
--- ChangeLog	2001/10/26 12:27:35	1.3
+++ ChangeLog	2001/11/02 16:11:38
@@ -0,0 +1,15 @@
+2001-10-31  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/hal_mips_vr4300_vrc437x.cdl: Indicate support of variable baud
+	rates.
+
+2001-10-30  Nick Garnett  <nickg@redhat.com>
+
+	* include/platform.inc:
+	Added local version of hal_intc_decode to make chaining work
+	correctly.
+	
+	* include/plf_intr.h:
+	Added local version of HAL_TRANSLATE_VECTOR() to make chaining
+	work correctly.
+
Index: packages/hal/mn10300/stb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mn10300/stb/current/ChangeLog,v
retrieving revision 1.6
diff -u -0 -r1.6 ChangeLog
--- ChangeLog	2001/09/12 00:59:23	1.6
+++ ChangeLog	2001/11/02 16:11:41
@@ -0,0 +1,4 @@
+2001-10-31  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/hal_mn10300_am33_stb.cdl: Indicate support of variable baud rates.
+
Index: packages/io/eth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/ChangeLog,v
retrieving revision 1.26
diff -u -0 -r1.26 ChangeLog
--- ChangeLog	2001/10/19 07:02:39	1.26
+++ ChangeLog	2001/11/02 16:11:44
@@ -0,0 +1,18 @@
+2001-10-30  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* doc/driver_doc: Add description of poll, deliver and int_vector
+	driver functions.
+
+2001-10-29  Hugo Tyson  <hmt@redhat.com>
+
+	* src/net/eth_drv.c (eth_drv_tickle_devices): [CASE 106613] Rather
+	than calling can_send() in the device driver directly, call our
+	own eth_drv_send() function which will also dequeue a waiting
+	packet if we find we indeed can_send().  This helps to recover
+	from queue full situations within the if_ethersubr layer above.
+	This change is belt & braces with a similar call in the code which
+	drops a packet if the queue is full, in the main network code in
+	net/tcpip/.../src/sys/net/if_ethersubr.c (ether_output); this
+	change will recover the situation shortly even if the application
+	gives up trying to send because of ENOBUFS.
+
Index: packages/io/flash/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/ChangeLog,v
retrieving revision 1.20
diff -u -0 -r1.20 ChangeLog
--- ChangeLog	2001/10/26 12:27:35	1.20
+++ ChangeLog	2001/11/02 16:11:48
@@ -0,0 +1,5 @@
+2001-10-28  Gary Thomas  <gthomas@redhat.com>
+
+	* src/flash.c (flash_erase): Don't call hardware layer if block
+	appears to be already erased [faster and less wear & tear].
+
Index: packages/kernel/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v
retrieving revision 1.70
diff -u -0 -r1.70 ChangeLog
--- ChangeLog	2001/10/19 07:02:41	1.70
+++ ChangeLog	2001/11/02 16:11:52
@@ -0,0 +1,9 @@
+2001-10-30  Nick Garnett  <nickg@redhat.com>
+
+	* tests/kcache2.c (test_dsync):
+	Added call to HAL_ICACHE_INVALIDATE_ALL() just before DCACHE
+	disable. In platforms where both caches are controlled together,
+	such as the VR4300, not doing this can result in strange behaviour
+	as the ICACHE gets turned off under the program's feet, when it is
+	not ready for it.
+
@@ -9 +18 @@
-	to avoid inliningn mqueue implementation.
+	to avoid inlining mqueue implementation.
Index: packages/net/tcpip/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v
retrieving revision 1.31
diff -u -0 -r1.31 ChangeLog
--- ChangeLog	2001/10/26 12:27:36	1.31
+++ ChangeLog	2001/11/02 16:11:56
@@ -0,0 +1,21 @@
+2001-11-02  Gary Thomas  <gthomas@redhat.com>
+
+	* src/ecos/support.c: 
+	* include/machine/ansi.h: Add C++ support [externC].
+
+2001-11-11  Andrew Lunn <andrew.lunn@ascom.ch>
+
+	*src/lib/recv.c: Implement the recv() call.
+
+2001-10-29  Hugo Tyson  <hmt@redhat.com>
+
+	* src/sys/net/if_ethersubr.c (ether_output): [CASE 106613] Even if
+	the queue is full, and we are dropping the packet, try to start
+	the interface anyway, to give it a chance to empty the queue if
+	the device has recovered from whatever made the queue fill up in
+	the first place - being unplugged from the network for example.
+	This change is belt & braces with a similar policy in the periodic
+	tickle function in the logical ether driver in io/eth/... ; this
+	change will recover the situation immediately if the application
+	continues trying to send despite ENOBUFS.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.45
diff -u -0 -r1.45 ChangeLog
--- ChangeLog	2001/10/26 12:27:36	1.45
+++ ChangeLog	2001/11/02 16:11:59
@@ -0,0 +1,63 @@
+2001-11-01  Jesper Skov  <jskov@redhat.com>
+
+	* src/flash.c (fis_init): tweaks to the SIB protection code.
+
+2001-11-01  Gary Thomas  <gthomas@redhat.com>
+
+	* src/flash.c (fis_init): Need to init block fully, otherwise old
+	images can persist after init.
+
+2001-10-31  Jesper Skov  <jskov@redhat.com>
+
+	* include/sib.h: Contains information about ARM Boot Monitor flash
+	block information.
+
+	* cdl/redboot.cdl: Added CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID
+	option.
+
+	* src/flash.c (fis_init): Added code to add ARM Boot Monitor
+	footer on FIS block.
+	
+2001-10-30  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/flash.c (fis_delete): Prototype arm_fis_delete in correct place.
+	(fis_list): Fix compilation problem - this isn't C++!
+
+2001-10-30  Philippe Robin <Philippe.Robin@arm.com>
+2001-10-30  Jonathan Larmour  <jlarmour@redhat.com>
+	
+	* cdl/redboot.cdl: Add CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED and
+	CYGHWR_REDBOOT_ARM_FLASH_SIB to indicate support for, and a request
+	to provide ARM flash block structure support.
+
+	* src/flash.c (fis_list): Call out to driver for ARM block FIS listing.
+	(fis_delete): Call out to driver for ARM block FIS deletion.
+
+2001-10-29  Gary Thomas  <gthomas@redhat.com>
+
+	* src/main.c (cyg_start): New pseudo-commands, useful for scripts.
+	'# anything' - treated like a comment.
+	'= anything' - comment, but prints command line on console.
+
+	* src/flash.c (expand_aliases): Don't expand aliases which are
+	quoted, but only on the command line.  This allows aliases to
+	expand into other aliases which are within quoted strings.
+
+	* include/redboot.h: 
+	* src/io.c (_rb_gets_preloaded): New function which allows for a
+	buffer to be displayed and edited in place.  This is extremely
+	useful for 'fconfig', now that better line editing functions are
+	supported.
+
+	* src/flash.c (get_config): Using new function _rb_gets_preloaded(),
+	which supports edit-in-place for data items.
+
+2001-10-28  Gary Thomas  <gthomas@redhat.com>
+
+	* src/main.c (cyg_start): 
+	* src/io.c (_rb_gets): 
+	* include/redboot.h: Add new global control 'cmd_history' which is
+	used to enable/disable command history collection.  This keeps the
+	history from being cluttered with things like 'y' (answers to simple
+	questions).
+

====================================

Here is a summary of the files modified:

M packages/ChangeLog
M packages/NEWS
M packages/ecos.db
A packages/devs/eth/arm/integrator/current/ChangeLog
A packages/devs/eth/arm/integrator/current/cdl/integrator_eth_drivers.cdl
A packages/devs/eth/arm/integrator/current/include/integrator_info.h
A packages/devs/eth/arm/integrator/current/src/if_integrator.c
M packages/devs/flash/amd/am29xxxxx/current/ChangeLog
M packages/devs/flash/amd/am29xxxxx/current/cdl/flash_amd_am29xxxxx.cdl
M packages/devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl
A packages/devs/flash/arm/integrator/current/ChangeLog
A packages/devs/flash/arm/integrator/current/cdl/flash_integrator.cdl
A packages/devs/flash/arm/integrator/current/src/flash.h
A packages/devs/flash/arm/integrator/current/src/flash_erase_block.c
A packages/devs/flash/arm/integrator/current/src/flash_program_buf.c
A packages/devs/flash/arm/integrator/current/src/flash_query.c
A packages/devs/flash/arm/integrator/current/src/integrator_flash.c
A packages/devs/serial/arm/integrator/current/ChangeLog
A packages/devs/serial/arm/integrator/current/cdl/ser_arm_integrator.cdl
A packages/devs/serial/arm/integrator/current/src/integrator_serial.h
A packages/devs/serial/arm/integrator/current/src/integrator_serial_with_ints.c
M packages/hal/arm/arch/current/ChangeLog
M packages/hal/arm/arch/current/src/arm.ld
M packages/hal/arm/arm9/var/current/ChangeLog
M packages/hal/arm/arm9/var/current/include/hal_cache.h
M packages/hal/arm/arm9/var/current/src/arm9_misc.c
A packages/hal/arm/integrator/current/ChangeLog
A packages/hal/arm/integrator/current/cdl/hal_arm_integrator.cdl
A packages/hal/arm/integrator/current/include/hal_cache.h
A packages/hal/arm/integrator/current/include/hal_diag.h
A packages/hal/arm/integrator/current/include/hal_integrator.h
A packages/hal/arm/integrator/current/include/hal_platform_ints.h
A packages/hal/arm/integrator/current/include/hal_platform_setup.h
A packages/hal/arm/integrator/current/include/plf_io.h
A packages/hal/arm/integrator/current/include/plf_stub.h
A packages/hal/arm/integrator/current/include/pkgconf/mlt_arm_integrator_ram.h
A packages/hal/arm/integrator/current/include/pkgconf/mlt_arm_integrator_ram.ldi
A packages/hal/arm/integrator/current/include/pkgconf/mlt_arm_integrator_ram.mlt
A packages/hal/arm/integrator/current/include/pkgconf/mlt_arm_integrator_rom.h
A packages/hal/arm/integrator/current/include/pkgconf/mlt_arm_integrator_rom.ldi
A packages/hal/arm/integrator/current/include/pkgconf/mlt_arm_integrator_rom.mlt
A packages/hal/arm/integrator/current/misc/redboot_RAM.ecm
A packages/hal/arm/integrator/current/misc/redboot_ROM.ecm
A packages/hal/arm/integrator/current/src/Notes_GDB_stub
A packages/hal/arm/integrator/current/src/flash.c
A packages/hal/arm/integrator/current/src/hal_diag.c
A packages/hal/arm/integrator/current/src/integrator_misc.c
A packages/hal/arm/integrator/current/src/prog_flash.c
M packages/hal/arm/sa11x0/assabet/current/ChangeLog
M packages/hal/arm/sa11x0/flexanet/current/ChangeLog
M packages/hal/arm/sa11x0/flexanet/current/include/flexanet.h
M packages/hal/arm/sa11x0/flexanet/current/include/hal_platform_setup.h
M packages/hal/arm/sa11x0/var/current/ChangeLog
M packages/hal/arm/sa11x0/var/current/cdl/hal_arm_sa11x0.cdl
M packages/hal/i386/pcmb/current/ChangeLog
M packages/hal/i386/pcmb/current/src/pcmb_misc.c
M packages/hal/mips/atlas/current/ChangeLog
M packages/hal/mips/atlas/current/cdl/hal_mips_atlas.cdl
M packages/hal/mips/vrc437x/current/ChangeLog
M packages/hal/mips/vrc437x/current/cdl/hal_mips_vr4300_vrc437x.cdl
M packages/hal/mips/vrc437x/current/include/platform.inc
M packages/hal/mips/vrc437x/current/include/plf_intr.h
M packages/hal/mn10300/stb/current/ChangeLog
M packages/hal/mn10300/stb/current/cdl/hal_mn10300_am33_stb.cdl
M packages/io/eth/current/ChangeLog
M packages/io/eth/current/doc/driver_doc
M packages/io/eth/current/src/net/eth_drv.c
M packages/io/flash/current/ChangeLog
M packages/io/flash/current/src/flash.c
M packages/kernel/current/ChangeLog
M packages/kernel/current/tests/kcache2.c
M packages/net/tcpip/current/ChangeLog
M packages/net/tcpip/current/cdl/net.cdl
M packages/net/tcpip/current/include/machine/ansi.h
M packages/net/tcpip/current/src/ecos/support.c
A packages/net/tcpip/current/src/lib/recv.c
M packages/net/tcpip/current/src/sys/net/if_ethersubr.c
M packages/pkgconf/fixhtml.tcl
M packages/redboot/current/ChangeLog
M packages/redboot/current/cdl/redboot.cdl
M packages/redboot/current/include/redboot.h
A packages/redboot/current/include/sib.h
M packages/redboot/current/src/flash.c
M packages/redboot/current/src/io.c
M packages/redboot/current/src/main.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]