This is the mail archive of the
ecos-cvs@sources.redhat.com
mailing list for the ecos project.
eCos anonymous CVS repository updated
- To: ecos-cvs at sources dot redhat dot com
- Subject: eCos anonymous CVS repository updated
- From: Jonathan Larmour <jlarmour at sources dot redhat dot com>
- Date: Fri, 5 Oct 2001 16:31:52 +0100
The eCos anonymous CVS repository has been updated today (2001-10-05).
The following changes were made to NEWS and ChangeLogs:
Index: packages/NEWS
===================================================================
RCS file: /cvs/ecos/ecos/packages/NEWS,v
retrieving revision 1.42
diff -u -0 -r1.42 NEWS
--- NEWS 2001/10/02 18:28:25 1.42
+++ NEWS 2001/10/05 15:30:58
@@ -0,0 +1 @@
+* Flash driver added for the SH EDK7708 platform.
Index: packages/hal/arm/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/arch/current/ChangeLog,v
retrieving revision 1.62
diff -u -0 -r1.62 ChangeLog
--- ChangeLog 2001/10/02 18:28:26 1.62
+++ ChangeLog 2001/10/05 15:31:02
@@ -0,0 +1,5 @@
+2001-10-02 Jonathan Larmour <jlarmour@redhat.com>
+
+ * include/hal_arch.h: Remove CYG_HAL_TABLE_BEGIN and CYG_HAL_TABLE_END
+ as the common versions are acceptable.
+
Index: packages/hal/arm/iq80310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/iq80310/current/ChangeLog,v
retrieving revision 1.10
diff -u -0 -r1.10 ChangeLog
--- ChangeLog 2001/09/12 00:59:20 1.10
+++ ChangeLog 2001/10/05 15:31:05
@@ -0,0 +1,6 @@
+2001-10-03 Jonathan Larmour <jlarmour@redhat.com>
+
+ * src/diag/io_utils.c: Switch to diag_printf from printf.
+ * src/diag/iq80310.h: Ditto.
+ * src/diag/memtest.c: Ditto, and don't define printf prototype.
+
Index: packages/hal/arm/sa11x0/flexanet/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/flexanet/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog 2001/07/29 02:00:08 1.1
+++ ChangeLog 2001/10/05 15:31:08
@@ -0,0 +1,4 @@
+2001-10-04 Jordi Colomer <jco@ict.es>
+
+ * include/hal_platform_setup.h: Add sleep/resume support.
+
Index: packages/hal/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v
retrieving revision 1.69
diff -u -0 -r1.69 ChangeLog
--- ChangeLog 2001/10/02 18:28:26 1.69
+++ ChangeLog 2001/10/05 15:31:11
@@ -0,0 +1,18 @@
+2001-10-04 Jesper Skov <jskov@redhat.com>
+
+ * include/hal_endian.h: Added.
+ Fix typo.
+
+2001-10-03 Jonathan Larmour <jlarmour@redhat.com>
+
+ * include/hal_tables.h (CYG_HAL_TABLE_BEGIN): Use plain "object"
+ because some (only some though) MIPS tools complain with %object.
+ (CYG_HAL_TABLE_END): Ditto.
+
+2001-10-02 Jonathan Larmour <jlarmour@redhat.com>
+
+ * include/hal_tables.h (CYG_HAL_TABLE_BEGIN): Use %object syntax
+ rather than @object since @ is a comment character on ARM. gas
+ accepts either syntax.
+ (CYG_HAL_TABLE_END): Ditto.
+
Index: packages/hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.24
diff -u -0 -r1.24 ChangeLog
--- ChangeLog 2001/09/12 00:59:23 1.24
+++ ChangeLog 2001/10/05 15:31:15
@@ -0,0 +1,5 @@
+2001-10-01 Ian Campbell <icampbell@arcom.co.uk>
+
+ * src/vectors.S: include CYGBLD_HAL_PLATFORM_H rather than
+ <pkgconf/hal_i386_pc.h>
+
Index: packages/hal/i386/pcmb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v
retrieving revision 1.6
diff -u -0 -r1.6 ChangeLog
--- ChangeLog 2001/10/02 18:28:27 1.6
+++ ChangeLog 2001/10/05 15:31:18
@@ -0,0 +1,6 @@
+2001-10-01 Ian Campbell <icampbell@arcom.co.uk>
+
+ * include/pcmb_io.h: Include CYGBLD_HAL_PLATFORM_H rather than
+ <pkgconf/hal_i386_pc.h>. Also include <pkgconf/system.h> so the
+ define is available.
+
Index: packages/net/tcpip/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v
retrieving revision 1.27
diff -u -0 -r1.27 ChangeLog
--- ChangeLog 2001/10/02 18:28:29 1.27
+++ ChangeLog 2001/10/05 15:31:22
@@ -0,0 +1,21 @@
+2001-10-04 Jonathan Larmour <jlarmour@redhat.com>
+
+ * cdl/net.cdl (CYGHWR_NET_DRIVER_ETH0): Make flavor bool so it isn't
+ defined when 0.
+ (CYGHWR_NET_DRIVER_ETH0): Ditto.
+
+2001-10-04 Hugo Tyson <hmt@redhat.com>
+
+ * src/lib/dhcp_support.c: Some conditional compilation tags were
+ wrong vis a vis ETH1 versus ETH0. Thanks to "Simon"
+ <simoncc@ms46.url.com.tw> for spotting it.
+
+2001-10-04 Jesper Skov <jskov@redhat.com>
+
+ * tests/multi_lo_select.c (cyg_user_start): Added CYG_TEST_INIT
+ call.
+ * tests/ping_lo_test.c (cyg_start): Same.
+ * tests/tcp_lo_test.c (cyg_start): Same.
+ * tests/udp_lo_test.c (cyg_start): Same.
+ * tests/tcp_lo_select.c (cyg_start): Same.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.42
diff -u -0 -r1.42 ChangeLog
--- ChangeLog 2001/10/02 18:28:29 1.42
+++ ChangeLog 2001/10/05 15:31:25
@@ -0,0 +1,8 @@
+2001-10-04 Jesper Skov <jskov@redhat.com>
+
+ * src/fs/disk.c: Fix ISO9660 build error.
+
+ * src/main.c: Added x as an alias for the dump command.
+
+ * src/net/dns.c: Fixed some messages (DNS -> DNS server).
+
====================================
Here is a summary of the files modified:
M packages/NEWS
M packages/hal/arm/arch/current/ChangeLog
M packages/hal/arm/arch/current/include/hal_arch.h
M packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl
M packages/hal/arm/edb7xxx/current/include/hal_platform_ints.h
M packages/hal/arm/edb7xxx/current/include/hal_platform_setup.h
M packages/hal/arm/edb7xxx/current/src/edb7xxx_misc.c
M packages/hal/arm/edb7xxx/current/support/io.c
M packages/hal/arm/iq80310/current/ChangeLog
M packages/hal/arm/iq80310/current/src/diag/io_utils.c
M packages/hal/arm/iq80310/current/src/diag/iq80310.h
M packages/hal/arm/iq80310/current/src/diag/memtest.c
M packages/hal/arm/sa11x0/flexanet/current/ChangeLog
M packages/hal/arm/sa11x0/flexanet/current/include/hal_platform_setup.h
M packages/hal/common/current/ChangeLog
A packages/hal/common/current/include/hal_endian.h
M packages/hal/common/current/include/hal_tables.h
M packages/hal/i386/arch/current/ChangeLog
M packages/hal/i386/arch/current/src/vectors.S
M packages/hal/i386/pcmb/current/ChangeLog
M packages/hal/i386/pcmb/current/include/pcmb_io.h
M packages/net/tcpip/current/ChangeLog
M packages/net/tcpip/current/cdl/net.cdl
M packages/net/tcpip/current/src/lib/dhcp_support.c
M packages/net/tcpip/current/tests/multi_lo_select.c
M packages/net/tcpip/current/tests/ping_lo_test.c
M packages/net/tcpip/current/tests/tcp_lo_select.c
M packages/net/tcpip/current/tests/tcp_lo_test.c
M packages/net/tcpip/current/tests/udp_lo_test.c
M packages/redboot/current/ChangeLog
M packages/redboot/current/cdl/redboot.cdl
M packages/redboot/current/src/main.c
M packages/redboot/current/src/fs/disk.c