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]

eCos anonymous CVS repository updated


The eCos anonymous CVS repository has been updated today (2001-06-15).

The following changes were made to NEWS and ChangeLogs:

Index: packages/NEWS
===================================================================
RCS file: /cvs/ecos/ecos/packages/NEWS,v
retrieving revision 1.35
diff -u -0 -r1.35 NEWS
--- NEWS	2001/06/10 19:35:23	1.35
+++ NEWS	2001/06/15 22:39:50
@@ -5,3 +5,3 @@
-* Major reorganization of x86 HAL. Support for RedBoot added. i82559
-  ethernet driver added (Intel Etherexpress). Synthetic HAL redesigned
-  and moved to separate hal/synth hierarchy.
+* Major reorganization of x86 HAL. Support for RedBoot and PCI added, based on
+  Fabrice Gautier's patches. i82559 ethernet driver added (Intel Etherexpress).
+  Synthetic HAL redesigned and moved to separate hal/synth hierarchy.
Index: packages/compat/posix/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/posix/current/ChangeLog,v
retrieving revision 1.16
diff -u -0 -r1.16 ChangeLog
--- ChangeLog	2001/06/10 19:35:23	1.16
+++ ChangeLog	2001/06/15 22:39:56
@@ -0,0 +1,10 @@
+2001-06-14  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/pthread.cxx (pthread_attr_setstacksize): Correct stack
+	size assertion.
+
+2001-06-12  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/pthread.cxx (MAIN_DEFAULT_STACK_SIZE): Define to use at
+	least PTHREAD_STACK_MIN for main_stack.
+
Index: packages/devs/flash/amd/am29xxxxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/amd/am29xxxxx/current/ChangeLog,v
retrieving revision 1.3
diff -u -0 -r1.3 ChangeLog
--- ChangeLog	2001/06/10 19:35:24	1.3
+++ ChangeLog	2001/06/15 22:40:04
@@ -0,0 +1,11 @@
+2001-06-11  Jesper Skov  <jskov@redhat.com>
+
+	* include/flash_am29xxxxx.inl: Traverse by incrementing
+	driver-global pointer variable.
+
+2001-06-11  David Howells  <dhowells@redhat.com>
+
+	* include/flash_am29xxxxx.inl: actually traverse the list of
+	supported devices, rather than checking the first entry several
+	times
+
Index: packages/devs/flash/arm/ebsa285/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/ebsa285/current/ChangeLog,v
retrieving revision 1.5
diff -u -0 -r1.5 ChangeLog
--- ChangeLog	2001/06/01 22:16:34	1.5
+++ ChangeLog	2001/06/15 22:40:10
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/ebsa285_flash.c: Remove dependency on printf() via user functions.
+
Index: packages/devs/flash/arm/edb7xxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/edb7xxx/current/ChangeLog,v
retrieving revision 1.5
diff -u -0 -r1.5 ChangeLog
--- ChangeLog	2001/06/01 22:16:34	1.5
+++ ChangeLog	2001/06/15 22:40:15
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/edb7xxx_flash.c: Remove dependency on printf() via user functions.
+
@@ -15 +19 @@
-	printf statments - in case this stuff fails in the future.
+	(*flash_info.pf) statments - in case this stuff fails in the future.
Index: packages/devs/flash/arm/iq80310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/iq80310/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/06/01 22:16:35	1.2
+++ ChangeLog	2001/06/15 22:40:19
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/iq80310_flash.c: Remove dependency on printf() via user functions.
+
Index: packages/devs/flash/arm/sa1100mm/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/sa1100mm/current/ChangeLog,v
retrieving revision 1.3
diff -u -0 -r1.3 ChangeLog
--- ChangeLog	2001/06/01 22:16:35	1.3
+++ ChangeLog	2001/06/15 22:40:23
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/sa1100mm_flash.c: Remove dependency on printf() via user functions.
+
Index: packages/devs/flash/intel/bootblock/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/intel/bootblock/current/ChangeLog,v
retrieving revision 1.4
diff -u -0 -r1.4 ChangeLog
--- ChangeLog	2001/06/01 22:16:35	1.4
+++ ChangeLog	2001/06/15 22:40:28
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/bootblock_flash.c:Remove dependency on printf() via user functions. 
+
Index: packages/devs/flash/intel/strata/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/intel/strata/current/ChangeLog,v
retrieving revision 1.4
diff -u -0 -r1.4 ChangeLog
--- ChangeLog	2001/06/10 19:35:24	1.4
+++ ChangeLog	2001/06/15 22:40:35
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/strata.c: Remove dependency on printf() via user functions.
+
Index: packages/devs/flash/mips/atlas/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/mips/atlas/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/06/01 22:16:35	1.2
+++ ChangeLog	2001/06/15 22:40:43
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/atlas_flash.c: Remove dependency on printf() via user functions.
+
Index: packages/devs/flash/powerpc/viper/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/powerpc/viper/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/06/01 22:16:35	1.2
+++ ChangeLog	2001/06/15 22:40:51
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/viper_flash.c: Remove dependency on printf() via user functions.
+
Index: packages/hal/arm/edb7xxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/edb7xxx/current/ChangeLog,v
retrieving revision 1.26
diff -u -0 -r1.26 ChangeLog
--- ChangeLog	2001/06/01 22:16:36	1.26
+++ ChangeLog	2001/06/15 22:41:02
@@ -0,0 +1,7 @@
+2001-06-08  Gary Thomas  <gthomas@redhat.com>
+
+	* support/dl_edb7xxx.c: Change use of 'CharReady()' which seems
+	to be unreliable on Windows/CygWin.  These changes should make
+	this program work on Windows when built via CygWin.  Suggested
+	by Lewin A.R.W. Edwards <larwe@larwe.com>.
+
Index: packages/hal/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v
retrieving revision 1.58
diff -u -0 -r1.58 ChangeLog
--- ChangeLog	2001/06/10 19:35:29	1.58
+++ ChangeLog	2001/06/15 22:41:13
@@ -0,0 +1,11 @@
+2001-06-14  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/generic-stub.c (__process_packet): Don't reset the board
+	straight away with a 'r' packet. Let a 'k' packet do it instead.
+
+	* src/hal_stub.c (__install_traps): Remove redundant comment.
+
+2001-06-11  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/hal_if.c (delay_us): Revert below change of 2001-05-17
+
Index: packages/hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.18
diff -u -0 -r1.18 ChangeLog
--- ChangeLog	2001/06/10 19:35:29	1.18
+++ ChangeLog	2001/06/15 22:41:20
@@ -0,0 +1,6 @@
+2001-06-13  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/hal_i386.cdl: Default to enabling FPU support since gcc assumes
+	a hardware FPU anyway. Also default to lazy FPU switching since
+	this is cheapest in the modal case.
+
Index: packages/infra/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/infra/current/ChangeLog,v
retrieving revision 1.18
diff -u -0 -r1.18 ChangeLog
--- ChangeLog	2001/02/27 01:21:48	1.18
+++ ChangeLog	2001/06/15 22:41:27
@@ -0,0 +1,6 @@
+2001-06-14  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/clist.hxx (Cyg_DNode_T): Don't qualify constructor or
+	destructor with <T>.
+	(Cyg_CList_T): Ditto.
+
Index: packages/io/eth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/ChangeLog,v
retrieving revision 1.16
diff -u -0 -r1.16 ChangeLog
--- ChangeLog	2001/06/01 22:16:44	1.16
+++ ChangeLog	2001/06/15 22:41:32
@@ -0,0 +1,4 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* cdl/eth_drivers.cdl: Make debug default for RedBoot.
+
Index: packages/io/fileio/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/fileio/current/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/04/06 17:20:37	1.12
+++ ChangeLog	2001/06/15 22:41:38
@@ -0,0 +1,11 @@
+2001-06-14  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/fio.h (FILEIO_ENTRY): Don't use CYG_MACRO_START/END around
+	tracing macros.
+	Reported by Richard Panton.
+
+2001-06-11  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/socket.cxx (cyg_sock_unlock): Fix cyg_file_lock->cyg_file_unlock
+	thinko.
+
Index: packages/io/flash/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/06/01 22:16:44	1.12
+++ ChangeLog	2001/06/15 22:41:44
@@ -0,0 +1,5 @@
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/flash.c: 
+	* include/flash.h: Remove dependency on printf() via user functions.
+
Index: packages/net/tcpip/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v
retrieving revision 1.22
diff -u -0 -r1.22 ChangeLog
--- ChangeLog	2001/05/18 06:32:45	1.22
+++ ChangeLog	2001/06/15 22:41:54
@@ -0,0 +1,12 @@
+2001-06-13  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/net.cdl: Make debug output an option. Include DHCP.
+
+	* src/lib/dhcp_prot.c: DHCP_CHATTER -> CYGDBG_NET_DHCP_CHATTER
+
+	* src/ecos/support.c (cyg_kmem_init): Only print debug output if
+	requested.
+
+	* cdl/net.cdl: Make requirements on other eCos features more
+	abstract.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.28
diff -u -0 -r1.28 ChangeLog
--- ChangeLog	2001/06/10 19:35:37	1.28
+++ ChangeLog	2001/06/15 22:42:00
@@ -0,0 +1,46 @@
+2001-06-14  Gary Thomas  <gthomas@redhat.com>
+
+	* src/xyzModem.c (xyzModem_get_hdr): More resilient header scan,
+	improves error handling capability by avoiding "early" aborts.
+
+	* src/load.c (do_load): Only check TFTP arguments if networking.
+
+	* src/flash.c: Reorg to support new config option (below).
+
+	* cdl/redboot.cdl: New option CYGOPT_REDBOOT_FIS used to enable
+	FIS oriented commands.  Other flash commands, e.g. 'fis write',
+	still exist even if disabled.
+
+	* src/main.c (do_dump): 'dump' with no arguments will now "continue"
+	dumping from where the last command left off.
+
+2001-06-13  Gary Thomas  <gthomas@redhat.com>
+
+	* src/main.c (cyg_start): 
+	* src/io.c (gets): 
+	* cdl/redboot.cdl: Support RedBoot without GDB stubs.  Later
+	versions may also support alternate debug environments.
+
+2001-06-12  Gary Thomas  <gthomas@redhat.com>
+
+	* src/net/net_io.c (net_io_putc): Flush data on '\n'.
+
+2001-06-11  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* doc/redboot.ebsa285: Remove, obsolete.
+	* doc/redboot.edb7xxx: Ditto.
+	* doc/users_guide: Ditto.
+
+2001-06-11  Gary Thomas  <gthomas@redhat.com>
+
+	* src/flash.c (fis_create): Remove default for "-s" - too dangerous!
+
+	* include/net/tftp.h: Make sure packet size is valid (was one byte
+	too long).
+
+	* src/net/tftp_client.c (tftp_stream_open): Fix problem when using
+	Windows (3Com at least) servers.
+
+	* src/flash.c: Remove dependency on printf() via user function
+	in flash drivers, provided at 'init' time.
+

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

Here is a summary of the files modified:

M host/tools/Utils/common/eCosStd.h
M host/tools/configtool/common/common/build.cxx
M host/tools/configtool/standalone/wxwin/Makefile
A host/tools/configtool/standalone/wxwin/TODO.txt
M host/tools/configtool/standalone/wxwin/configtooldoc.cpp
M host/tools/configtool/standalone/wxwin/configtooldoc.h
M host/tools/configtool/standalone/wxwin/msgdlgex.cpp
M host/tools/configtool/standalone/wxwin/msgdlgex.h
M host/tools/configtool/standalone/wxwin/readme.html
M host/tools/configtool/standalone/wxwin/splittree.cpp
M host/tools/configtool/standalone/wxwin/splittree.h
M host/tools/configtool/standalone/wxwin/symbols.h
M host/tools/configtool/standalone/wxwin/setup/configtool.iss
M host/tools/configtool/standalone/wxwin/setup/makesetup.sh
M host/tools/configtool/standalone/wxwin/setup/maketarball.sh
M packages/NEWS
M packages/compat/posix/current/ChangeLog
M packages/compat/posix/current/src/pthread.cxx
M packages/devs/flash/amd/am29xxxxx/current/ChangeLog
M packages/devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx.inl
M packages/devs/flash/arm/ebsa285/current/ChangeLog
M packages/devs/flash/arm/ebsa285/current/src/ebsa285_flash.c
M packages/devs/flash/arm/edb7xxx/current/ChangeLog
M packages/devs/flash/arm/edb7xxx/current/src/edb7xxx_flash.c
M packages/devs/flash/arm/iq80310/current/ChangeLog
M packages/devs/flash/arm/iq80310/current/src/iq80310_flash.c
M packages/devs/flash/arm/sa1100mm/current/ChangeLog
M packages/devs/flash/arm/sa1100mm/current/src/sa1100mm_flash.c
M packages/devs/flash/intel/bootblock/current/ChangeLog
M packages/devs/flash/intel/bootblock/current/src/bootblock_flash.c
M packages/devs/flash/intel/strata/current/ChangeLog
M packages/devs/flash/intel/strata/current/src/strata.c
M packages/devs/flash/mips/atlas/current/ChangeLog
M packages/devs/flash/mips/atlas/current/src/atlas_flash.c
M packages/devs/flash/powerpc/viper/current/ChangeLog
M packages/devs/flash/powerpc/viper/current/src/viper_flash.c
M packages/hal/arm/edb7xxx/current/ChangeLog
M packages/hal/arm/edb7xxx/current/support/dl_edb7xxx.c
A packages/hal/arm/sa11x0/ipaq/current/images/MD5SUMS
M packages/hal/arm/sa11x0/ipaq/current/images/redboot_RAM.bin
M packages/hal/arm/sa11x0/ipaq/current/images/redboot_RAM.elf
M packages/hal/arm/sa11x0/ipaq/current/images/redboot_RAM.srec
M packages/hal/arm/sa11x0/ipaq/current/images/redboot_ROM.bin
M packages/hal/arm/sa11x0/ipaq/current/images/redboot_ROM.elf
M packages/hal/arm/sa11x0/ipaq/current/images/redboot_ROM.srec
M packages/hal/common/current/ChangeLog
M packages/hal/common/current/src/generic-stub.c
M packages/hal/common/current/src/hal_if.c
M packages/hal/common/current/src/hal_stub.c
M packages/hal/i386/arch/current/ChangeLog
M packages/hal/i386/arch/current/cdl/hal_i386.cdl
M packages/infra/current/ChangeLog
M packages/infra/current/include/clist.hxx
M packages/io/eth/current/ChangeLog
M packages/io/eth/current/cdl/eth_drivers.cdl
M packages/io/fileio/current/ChangeLog
M packages/io/fileio/current/src/fio.h
M packages/io/fileio/current/src/socket.cxx
M packages/io/flash/current/ChangeLog
M packages/io/flash/current/include/flash.h
M packages/io/flash/current/src/flash.c
M packages/net/tcpip/current/ChangeLog
M packages/net/tcpip/current/cdl/net.cdl
M packages/net/tcpip/current/src/ecos/support.c
M packages/net/tcpip/current/src/lib/dhcp_prot.c
M packages/redboot/current/ChangeLog
M packages/redboot/current/cdl/redboot.cdl
R packages/redboot/current/doc/redboot.ebsa285
R packages/redboot/current/doc/redboot.edb7xxx
R packages/redboot/current/doc/users_guide
M packages/redboot/current/include/net/tftp.h
M packages/redboot/current/src/flash.c
M packages/redboot/current/src/io.c
M packages/redboot/current/src/load.c
M packages/redboot/current/src/main.c
M packages/redboot/current/src/xyzModem.c
M packages/redboot/current/src/net/net_io.c
M packages/redboot/current/src/net/tftp_client.c


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