From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Larmour To: ecos-cvs@sources.redhat.com Subject: eCos anonymous CVS repository updated Date: Fri, 29 Jun 2001 00:16:00 -0000 Message-id: <200106290716.f5T7GVa32006@localhost.localdomain> X-SW-Source: 2001/msg00017.html List-Id: The eCos anonymous CVS repository has been updated today (2001-06-29). The following changes were made to NEWS and ChangeLogs: Index: packages/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/ChangeLog,v retrieving revision 1.52 diff -u -0 -r1.52 ChangeLog --- ChangeLog 2001/06/25 18:24:35 1.52 +++ ChangeLog 2001/06/29 07:14:11 @@ -0,0 +1,4 @@ +2001-06-28 Jonathan Larmour + + * ecos.db: Clarify edb7xxx description. + Index: packages/devs/eth/powerpc/fec/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/powerpc/fec/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2001/05/18 06:32:29 1.1 +++ ChangeLog 2001/06/29 07:14:13 @@ -0,0 +1,4 @@ +2001-06-26 Jonathan Larmour + + * src/if_fec.c (fec_eth_init): Use correct version register. + Index: packages/hal/arm/edb7xxx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/edb7xxx/current/ChangeLog,v retrieving revision 1.27 diff -u -0 -r1.27 ChangeLog --- ChangeLog 2001/06/15 22:45:05 1.27 +++ ChangeLog 2001/06/29 07:14:17 @@ -0,0 +1,4 @@ +2001-06-28 Jonathan Larmour + + * cdl/hal_arm_edb7xxx.cdl: Clarify platform description. + Index: packages/hal/common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v retrieving revision 1.60 diff -u -0 -r1.60 ChangeLog --- ChangeLog 2001/06/22 18:18:56 1.60 +++ ChangeLog 2001/06/29 07:14:22 @@ -0,0 +1,4 @@ +2001-06-28 Jesper Skov + + * include/hal_misc.h (hal_call_isr): Added. Used by ISR arbiters. + Index: packages/hal/mips/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v retrieving revision 1.46 diff -u -0 -r1.46 ChangeLog --- ChangeLog 2001/06/22 18:18:56 1.46 +++ ChangeLog 2001/06/29 07:14:26 @@ -0,0 +1,10 @@ +2001-06-27 Mark Salter + + * src/vectors.S (_start): Add code to switch from KSEG1 to KSEG0 if + CYGARC_START_FUNC_UNCACHED. + +2001-06-27 Hugo Tyson + + * src/hal_misc.c: Include for definition of + hal_ctrlc_isr() and hence warnings reduced. + Index: packages/hal/powerpc/mpc8xx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/mpc8xx/current/ChangeLog,v retrieving revision 1.9 diff -u -0 -r1.9 ChangeLog --- ChangeLog 2001/02/13 01:23:33 1.9 +++ ChangeLog 2001/06/29 07:14:29 @@ -0,0 +1,4 @@ +2001-06-28 Jesper Skov + + * src/var_intr.c: Moved hal_call_isr to hal_misc.h in common HAL. + Index: packages/hal/sh/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/arch/current/ChangeLog,v retrieving revision 1.29 diff -u -0 -r1.29 ChangeLog --- ChangeLog 2001/06/01 22:16:42 1.29 +++ ChangeLog 2001/06/29 07:14:32 @@ -0,0 +1,4 @@ +2001-06-27 Jesper Skov + + * include/hal_arch.h: Added CPU address space translation macros. + Index: packages/hal/sh/sh3/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/sh3/current/ChangeLog,v retrieving revision 1.9 diff -u -0 -r1.9 ChangeLog --- ChangeLog 2001/06/22 18:19:05 1.9 +++ ChangeLog 2001/06/29 07:14:35 @@ -0,0 +1,5 @@ +2001-06-28 Jesper Skov + + * include/var_intr.h: Allow platforms to extend vector table. + * src/var_misc.c: Same. + Index: packages/io/usb/eth/slave/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/usb/eth/slave/current/ChangeLog,v retrieving revision 1.2 diff -u -0 -r1.2 ChangeLog --- ChangeLog 2001/06/01 22:16:44 1.2 +++ ChangeLog 2001/06/29 07:14:38 @@ -0,0 +1,7 @@ +2001-06-28 Bart Veer + + * include/usbs_eth.h, src/usbsethdrv.c, src/usbseth.c: + Align receive boundaries to cacheline boundaries, and + always transfer a multiple of the cacheline size. This + avoids problems with some USB device drivers. + Index: packages/io/usb/slave/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/usb/slave/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2001/02/13 01:23:36 1.1 +++ ChangeLog 2001/06/29 07:14:41 @@ -0,0 +1,5 @@ +2001-06-19 Bart Veer + + * src/usbs.c, include/usbs.h (usbs_devtab_cread): + read operations should not take a const buffer + Index: packages/language/c/libc/i18n/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/language/c/libc/i18n/current/ChangeLog,v retrieving revision 1.2 diff -u -0 -r1.2 ChangeLog --- ChangeLog 2001/06/10 19:35:36 1.2 +++ ChangeLog 2001/06/29 07:14:44 @@ -0,0 +1,4 @@ +2001-06-28 Jesper Skov + + * tests/i18nmb.c: fix warning. + Index: packages/language/c/libc/stdlib/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdlib/current/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/06/22 18:19:07 1.3 +++ ChangeLog 2001/06/29 07:14:46 @@ -0,0 +1,4 @@ +2001-06-28 Jesper Skov + + * tests/atoi.c (main): Fix warning. + Index: packages/redboot/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v retrieving revision 1.30 diff -u -0 -r1.30 ChangeLog --- ChangeLog 2001/06/22 18:19:07 1.30 +++ ChangeLog 2001/06/29 07:14:50 @@ -0,0 +1,40 @@ +2001-06-28 Jonathan Larmour + + * cdl/redboot.cdl: Don't have a configured default IP address by + default if we have fconfig. + * src/net/ip.c: Provide a default ip addr if not defined. + +2001-06-28 Jesper Skov + + * src/load.c (do_load): Don't allow verbose to be used with serial + downloads. + + * src/main.c (do_reset): Reset via VV function. + +2001-06-27 Hugo Tyson + + * src/io.c: Provide proto for do_channel() to reduce warning. + +2001-06-27 Jonathan Larmour + + * cdl/redboot.cdl (CYGDAT_REDBOOT_DEFAULT_IP_ADDR): Provide a compiled + in default IP address. + * src/net/ip.c: Initialize __local_ip_addr with it. + * src/net/bootp.c: Restore the previous __local_ip_addr if BOOTP fails. + + * include/redboot.h: Fix another VARIBLE_BAUD_RATE typo. Fun this. + +2001-06-26 Jonathan Larmour + + * src/io.c (do_channel): New function to display/switch console + channel + + * src/main.c: Move define of CYGNUM_HAL_VIRTUAL_VECTOR_NUM_CHANNELS to + * include/redboot.h: ...here + +2001-06-26 Gary Thomas + + * src/flash.c (load_flash_config): Fix another VARIBLE_BAUD_RATE typo. + + * src/xyzModem.c (xyzModem_get_hdr): ACK on EOT was missing. + Index: packages/services/memalloc/common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v retrieving revision 1.15 diff -u -0 -r1.15 ChangeLog --- ChangeLog 2001/06/22 18:19:07 1.15 +++ ChangeLog 2001/06/29 07:14:54 @@ -0,0 +1,10 @@ +2001-06-28 Jonathan Larmour + + * include/memjoin.inl (~Cyg_Mempool_Joined): free even when asserts + disabled. + + * include/memvar.hxx (class Cyg_Mempool_Variable): Comment out argument + names for consistency. + * include/memfixed.hxx (class Cyg_Mempool_Fixed): Ditto. + * include/memjoin.hxx (class Cyg_Mempool_Joined): Ditto. + Index: packages/templates/redboot/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/templates/redboot/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/06/01 22:16:45 1.3 +++ ChangeLog 2001/06/29 07:14:58 @@ -0,0 +1,4 @@ +2001-06-25 Jonathan Larmour + + * current.ect: Increase default interrupt stack size up to 6K + ==================================== Here is a summary of the files modified: A host/tools/configtool/standalone/wxwin/CHANGES.txt M host/tools/configtool/standalone/wxwin/ConfigtoolVC.dsp M host/tools/configtool/standalone/wxwin/README.txt M host/tools/configtool/standalone/wxwin/TODO.txt M host/tools/configtool/standalone/wxwin/aboutdlg.cpp M host/tools/configtool/standalone/wxwin/appsettings.cpp M host/tools/configtool/standalone/wxwin/appsettings.h M host/tools/configtool/standalone/wxwin/configtool.cpp M host/tools/configtool/standalone/wxwin/configtooldoc.cpp M host/tools/configtool/standalone/wxwin/mainwin.cpp M host/tools/configtool/standalone/wxwin/packagesdlg.cpp M host/tools/configtool/standalone/wxwin/readme.html M host/tools/configtool/standalone/wxwin/runtestsdlg.cpp M host/tools/configtool/standalone/wxwin/runtestsdlg.h M host/tools/configtool/standalone/wxwin/symbols.h M host/tools/configtool/standalone/wxwin/templatesdlg.cpp M host/tools/configtool/standalone/wxwin/dialogs/configtool.wdr M host/tools/configtool/standalone/wxwin/setup/configtool.iss M host/tools/configtool/standalone/wxwin/setup/innobott.txt M host/tools/configtool/standalone/wxwin/setup/makesetup.sh M host/tools/configtool/standalone/wxwin/setup/maketarball.sh M packages/ChangeLog M packages/ecos.db M packages/devs/eth/powerpc/fec/current/ChangeLog M packages/devs/eth/powerpc/fec/current/src/if_fec.c M packages/hal/arm/edb7xxx/current/ChangeLog M packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl M packages/hal/common/current/ChangeLog M packages/hal/common/current/include/hal_misc.h M packages/hal/mips/arch/current/ChangeLog M packages/hal/mips/arch/current/src/hal_misc.c M packages/hal/mips/arch/current/src/vectors.S M packages/hal/powerpc/mpc8xx/current/ChangeLog M packages/hal/powerpc/mpc8xx/current/src/var_intr.c M packages/hal/sh/arch/current/ChangeLog M packages/hal/sh/arch/current/include/hal_arch.h M packages/hal/sh/sh3/current/ChangeLog M packages/hal/sh/sh3/current/include/var_intr.h M packages/hal/sh/sh3/current/src/var_misc.c M packages/io/usb/eth/slave/current/ChangeLog M packages/io/usb/eth/slave/current/include/usbs_eth.h M packages/io/usb/eth/slave/current/src/usbseth.c M packages/io/usb/eth/slave/current/src/usbsethdrv.c M packages/io/usb/slave/current/ChangeLog M packages/io/usb/slave/current/include/usbs.h M packages/io/usb/slave/current/src/usbs.c M packages/language/c/libc/i18n/current/ChangeLog M packages/language/c/libc/i18n/current/tests/i18nmb.c M packages/language/c/libc/stdlib/current/ChangeLog M packages/language/c/libc/stdlib/current/tests/atoi.c M packages/redboot/current/ChangeLog M packages/redboot/current/cdl/redboot.cdl M packages/redboot/current/include/redboot.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/bootp.c M packages/redboot/current/src/net/ip.c M packages/services/memalloc/common/current/ChangeLog M packages/services/memalloc/common/current/include/memfixed.hxx M packages/services/memalloc/common/current/include/memjoin.hxx M packages/services/memalloc/common/current/include/memjoin.inl M packages/services/memalloc/common/current/include/memvar.hxx M packages/templates/redboot/ChangeLog M packages/templates/redboot/current.ect