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: Tue, 02 Oct 2001 11:28:00 -0000 Message-id: <200110021828.f92ISWB08859@localhost.localdomain> X-SW-Source: 2001/msg00031.html List-Id: The eCos anonymous CVS repository has been updated today (2001-10-02). The following changes were made to NEWS and ChangeLogs: Index: packages/NEWS =================================================================== RCS file: /cvs/ecos/ecos/packages/NEWS,v retrieving revision 1.41 diff -u -0 -r1.41 NEWS --- NEWS 2001/09/12 00:59:18 1.41 +++ NEWS 2001/10/02 18:24:04 @@ -0,0 +1,3 @@ +* Added rudimentary ELF loader, including support for dynamic objects under + services/loader. +* Dallas wallclock driver implemented for x86 PC. Index: host/tools/configtool/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/host/tools/configtool/ChangeLog,v retrieving revision 1.13 diff -u -0 -r1.13 ChangeLog --- ChangeLog 2001/07/18 11:38:39 1.13 +++ ChangeLog 2001/10/02 18:24:09 @@ -0,0 +1,8 @@ +2001-09-13 Jonathan Larmour + + * common/common/build.cxx: Test for active properly in below change. + +2001-09-12 Jonathan Larmour + + * common/common/build.cxx: Only use tests value if enabled/active. + Index: packages/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/ChangeLog,v retrieving revision 1.59 diff -u -0 -r1.59 ChangeLog --- ChangeLog 2001/09/12 04:21:13 1.59 +++ ChangeLog 2001/10/02 18:24:13 @@ -0,0 +1,9 @@ +2001-09-18 Jonathan Larmour + + * ecos.db: Add i386 PC wallclock driver package, and include it + in the PC target. + +2001-09-13 Jesper Skov + + * ecos.db: Added flash support to EDK7708. + @@ -221,0 +231,4 @@ +2000-11-28 Nick Garnett + + * ecos.db: Added entry for loader package. + Index: packages/compat/posix/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/compat/posix/current/ChangeLog,v retrieving revision 1.20 diff -u -0 -r1.20 ChangeLog --- ChangeLog 2001/09/12 04:21:13 1.20 +++ ChangeLog 2001/10/02 18:24:17 @@ -0,0 +1,16 @@ +2001-10-01 Jonathan Larmour + + * src/mqueue.cxx (mq_open): Conditionalize use of sigev correctly. + (mq_close): Similarly. + +2001-09-28 Jonathan Larmour + + * cdl/pthread.cdl (CYGNUM_POSIX_MAIN_DEFAULT_PRIORITY): Clarify + POSIX thread priority description. + +2001-09-28 Jesper Skov + + * cdl/pthread.cdl: Changed default priority of POSIX main to + 16. This allows service threads (such as DHCP thread) to run when + started from main(). + Index: packages/devs/eth/amd/pcnet/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/amd/pcnet/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2001/09/12 00:59:18 1.1 +++ ChangeLog 2001/10/02 18:24:20 @@ -0,0 +1,4 @@ +2001-09-12 Jesper Skov + + * src/amd_pcnet.h: fix warning. + Index: packages/devs/eth/arm/ebsa285/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/arm/ebsa285/current/ChangeLog,v retrieving revision 1.20 diff -u -0 -r1.20 ChangeLog --- ChangeLog 2001/09/12 00:59:18 1.20 +++ ChangeLog 2001/10/02 18:24:24 @@ -2 +2 @@ -2001-08-31 Andrew Lunn +2001-08-31 Sanjay Bisen Index: packages/devs/eth/arm/edb7xxx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/arm/edb7xxx/current/ChangeLog,v retrieving revision 1.10 diff -u -0 -r1.10 ChangeLog --- ChangeLog 2001/08/17 16:37:36 1.10 +++ ChangeLog 2001/10/02 18:24:28 @@ -0,0 +1,5 @@ +2001-09-25 Gary Thomas + + * src/if_edb7xxx.c (edb7xxx_cs8900_init): Handle case where device + doesn't work - instead of just hanging. + Index: packages/devs/eth/intel/i82559/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/intel/i82559/current/ChangeLog,v retrieving revision 1.7 diff -u -0 -r1.7 ChangeLog --- ChangeLog 2001/09/12 00:59:19 1.7 +++ ChangeLog 2001/10/02 18:24:33 @@ -0,0 +1,18 @@ +2001-09-20 Gary Thomas + + * src/if_i82559.c: Add declaration of 'i82559_stop' to quiet warning. + +2001-09-13 Hugo Tyson + + * cdl/intel_i82559_eth_drivers.cdl: + * src/if_i82559.c: + Remove the tickle thread from this driver. The functionality is + now in the network timeout functionality which handles the + "deliver" calls. So it's only called if the net is quiet. + +2001-09-12 Hugo Tyson + + * src/if_i82559.c (TxDone): Defensive programming; zero the Tx key + in the global data before making the callback. This change + appeared useful in our forebear, the EBSA-specific driver. + Index: packages/devs/eth/ns/dp83902a/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/ns/dp83902a/current/ChangeLog,v retrieving revision 1.2 diff -u -0 -r1.2 ChangeLog --- ChangeLog 2001/09/12 00:59:19 1.2 +++ ChangeLog 2001/10/02 18:24:37 @@ -0,0 +1,4 @@ +2001-09-12 Jesper Skov + + * src/if_dp83902a.c: Apply a little more DMA magic. + Index: packages/devs/flash/amd/am29xxxxx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/amd/am29xxxxx/current/ChangeLog,v retrieving revision 1.7 diff -u -0 -r1.7 ChangeLog --- ChangeLog 2001/08/17 16:37:36 1.7 +++ ChangeLog 2001/10/02 18:24:41 @@ -0,0 +1,6 @@ +2001-09-26 Gary Thomas + + * include/flash_am29xxxxx.inl (flash_erase_block): + New platform control - CYGHWR_FLASH_AM29XXXXX_NO_WRITE_PROTECT. + Define this if the write-protect feature is non-functional/missing. + Index: packages/devs/flash/arm/ebsa285/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/ebsa285/current/ChangeLog,v retrieving revision 1.7 diff -u -0 -r1.7 ChangeLog --- ChangeLog 2001/07/18 11:38:40 1.7 +++ ChangeLog 2001/10/02 18:24:44 @@ -0,0 +1,5 @@ +2001-09-28 Jonathan Larmour + + * src/ebsa285_flash.c (flash_hwr_init): Only re-enable icache if it + was enabled before. + Index: packages/devs/flash/arm/iq80310/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/iq80310/current/ChangeLog,v retrieving revision 1.4 diff -u -0 -r1.4 ChangeLog --- ChangeLog 2001/08/10 19:27:55 1.4 +++ ChangeLog 2001/10/02 18:24:48 @@ -0,0 +1,5 @@ +2001-09-28 Jonathan Larmour + + * src/iq80310_flash.c (flash_hwr_init): Only re-enable icache if it + was enabled before. + Index: packages/devs/flash/arm/sa1100mm/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/sa1100mm/current/ChangeLog,v retrieving revision 1.4 diff -u -0 -r1.4 ChangeLog --- ChangeLog 2001/06/15 22:45:05 1.4 +++ ChangeLog 2001/10/02 18:24:52 @@ -0,0 +1,5 @@ +2001-09-28 Jonathan Larmour + + * src/sa1100mm_flash.c (flash_hwr_init): Only re-enable icache if it + was enabled before. + Index: packages/devs/flash/atmel/at29cxxxx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/atmel/at29cxxxx/current/ChangeLog,v retrieving revision 1.2 diff -u -0 -r1.2 ChangeLog --- ChangeLog 2001/06/01 22:16:35 1.2 +++ ChangeLog 2001/10/02 18:24:56 @@ -0,0 +1,6 @@ +2001-09-13 Jesper Skov + + * include/flash_at29cxxxx.inl: Added support for AT29LV1024. Added + code to erase blocks. Made driver work with 16bit wide + parts. Fixed flash size calculations. + Index: packages/devs/flash/sh/edk7708/current/ChangeLog =================================================================== RCS file: ChangeLog diff -N ChangeLog --- /dev/null Tue May 5 13:32:27 1998 +++ ChangeLog Tue Oct 2 11:24:59 2001 @@ -0,0 +1,29 @@ +2001-09-13 Jesper Skov + + * Cloned from ARM PID 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/at91/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/at91/current/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/09/12 04:21:14 1.3 +++ ChangeLog 2001/10/02 18:25:03 @@ -0,0 +1,4 @@ +2001-09-20 Jesper Skov + + * src/at91_serial.c (at91_serial_init): Use valid interrupt priority. + Index: packages/devs/serial/mips/vrc437x/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/vrc437x/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2001/09/12 04:21:14 1.1 +++ ChangeLog 2001/10/02 18:25:07 @@ -0,0 +1,8 @@ +2001-09-18 Nick Garnett + + * cdl/ser_mips_vrc437x.cdl: + * src/vrc437x_serial.h: + * src/vrc437x_serial.c: + Fixed VRC4373 -> VRC437X conversions that were missed. + Also made default baud rates 38400 rather than 9600. + Index: packages/devs/usb/sa11x0/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/usb/sa11x0/current/ChangeLog,v retrieving revision 1.4 diff -u -0 -r1.4 ChangeLog --- ChangeLog 2001/08/10 19:27:55 1.4 +++ ChangeLog 2001/10/02 18:25:10 @@ -0,0 +1,5 @@ +2001-09-14 Bart Veer + + * src/usbs_sa11x0.c: + Update support for USB testing + Index: packages/devs/wallclock/i386/pc/current/ChangeLog =================================================================== RCS file: ChangeLog diff -N ChangeLog --- /dev/null Tue May 5 13:32:27 1998 +++ ChangeLog Tue Oct 2 11:25:13 2001 @@ -0,0 +1,31 @@ +2001-09-18 Rajagopalan Thiruvenkatachary + + * include/devices_wallclock_i386_pc.inl: + * cdl/i386_pc_wallclock_drivers.cdl: + New 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/aeb/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/aeb/current/ChangeLog,v retrieving revision 1.24 diff -u -0 -r1.24 ChangeLog --- ChangeLog 2001/04/25 23:22:52 1.24 +++ ChangeLog 2001/10/02 18:25:17 @@ -0,0 +1,6 @@ +2001-10-02 Jonathan Larmour + + * cdl/hal_arm_aeb.cdl (CYGBLD_BUILD_REDBOOT_BIN): cygtclsh80 on + Cygwin can't deal with absolute paths correctly, so copy + flash_cksum.tcl into build directory. + Index: packages/hal/arm/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/arch/current/ChangeLog,v retrieving revision 1.61 diff -u -0 -r1.61 ChangeLog --- ChangeLog 2001/09/12 00:59:20 1.61 +++ ChangeLog 2001/10/02 18:25:21 @@ -0,0 +1,7 @@ +2001-10-01 Jonathan Larmour + + * src/arm.ld: Make separate section for GOT and .eh_frame. + Make macro section for all reloc sections. + Input extras.o unconditionally. + * cdl/hal_arm.cdl: Don't bother with -DEXTRAS=1 - unconditional now. + Index: packages/hal/arm/e7t/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/e7t/current/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/07/06 19:11:34 1.3 +++ ChangeLog 2001/10/02 18:25:24 @@ -0,0 +1,6 @@ +2001-10-02 Jonathan Larmour + + * cdl/hal_arm_e7t.cdl (CYGBLD_BUILD_REDBOOT_BIN): cygtclsh80 on + Cygwin can't deal with absolute paths correctly, so copy + flash_cksum.tcl into build directory. + Index: packages/hal/arm/edb7xxx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/edb7xxx/current/ChangeLog,v retrieving revision 1.31 diff -u -0 -r1.31 ChangeLog --- ChangeLog 2001/07/29 02:00:08 1.31 +++ ChangeLog 2001/10/02 18:25:28 @@ -0,0 +1,5 @@ +2001-09-26 Gary Thomas + + * include/hal_platform_setup.h: Use correct MMU control register bits + during initial disable. + Index: packages/hal/common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v retrieving revision 1.68 diff -u -0 -r1.68 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.68 +++ ChangeLog 2001/10/02 18:25:37 @@ -0,0 +1,20 @@ +2001-10-01 Gary Thomas + + * src/generic-stub.c (getpacket): Send back error response (E01) if + packet received which overflows buffers. GDB doesn't always do much + with this error, but at least it keeps the protocol moving. + +2001-09-26 Gary Thomas + + * cdl/common.cdl: New interface CYGINT_HAL_SUPPORTS_MMU_TABLES which + indicates if the HAL supports MMU tables (few do). + +2001-09-25 Gary Thomas + + * cdl/common.cdl (CYGSEM_HAL_INSTALL_MMU_TABLES): Change to be + default for ROM startup. + +2001-09-20 Jesper Skov + + * tests/vaargs.c (cyg_start): Call CYG_TEST_INIT. + Index: packages/hal/i386/pc/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/ChangeLog,v retrieving revision 1.11 diff -u -0 -r1.11 ChangeLog --- ChangeLog 2001/09/12 00:59:23 1.11 +++ ChangeLog 2001/10/02 18:25:41 @@ -0,0 +1,11 @@ +2001-10-02 Jonathan Larmour + + * cdl/hal_i386_pc.cdl + (CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT): Allow user to + change value. + +2001-09-28 Ian Campbell + + * include/platform.inc (hal_cpu_init): Initialise %ss. + Be more pedantic about register names matching opcode suffixes. + Index: packages/hal/i386/pcmb/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v retrieving revision 1.5 diff -u -0 -r1.5 ChangeLog --- ChangeLog 2001/09/12 00:59:23 1.5 +++ ChangeLog 2001/10/02 18:25:45 @@ -0,0 +1,5 @@ +2001-09-14 Mark Salter + + * include/pcmb_io.h (HAL_IDE_READ_ALTSTATUS): Add 2 for correct offset. + (HAL_IDE_WRITE_CONTROL): Ditto. + Index: packages/hal/mips/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v retrieving revision 1.55 diff -u -0 -r1.55 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.55 +++ ChangeLog 2001/10/02 18:25:50 @@ -0,0 +1,12 @@ +2001-09-17 Nick Garnett + + * src/hal_misc.c (hal_delay_us): Rewrote this routine to work + correctly in higher speed CPUs. The counter register counts at + half CPU clock speed. The original ticks calculation could + overflow very easily. For example in a 133MHz CPU, it overflowed + with any argument greater than 32! This is another of those "how + did it ever work?" things. + + * include/hal_arch.h: Added casts to CYGARC_PHYSICAL_ADDRESS() and + friends. + @@ -1480 +1492 @@ -// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. Index: packages/hal/mips/vr4300/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mips/vr4300/current/ChangeLog,v retrieving revision 1.5 diff -u -0 -r1.5 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.5 +++ ChangeLog 2001/10/02 18:25:53 @@ -0,0 +1,4 @@ +2001-10-01 Jonathan Larmour + + * cdl/hal_mips_vr4300.cdl: Define endianness in platform CDL instead. + @@ -243,0 +248,26 @@ + +//=========================================================================== +//####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/mips/vrc4373/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mips/vrc4373/current/ChangeLog,v retrieving revision 1.9 diff -u -0 -r1.9 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.9 +++ ChangeLog 2001/10/02 18:25:57 @@ -0,0 +1,4 @@ +2001-10-01 Jonathan Larmour + + * cdl/hal_mips_vr4300_vrc4373.cdl: Define CPU as big-endian here. + @@ -506,0 +511,26 @@ + +//=========================================================================== +//####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/mips/vrc437x/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mips/vrc437x/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.1 +++ ChangeLog 2001/10/02 18:26:02 @@ -0,0 +1,16 @@ +2001-09-17 Nick Garnett + + * src/plf_misc.c: + Added ISR for dealing with spurious interrupts from the VRC437X. + Added PCI initialization routine. + + * src/platform.S: Change PCI IO base address setup to a more + explicit value. + + * include/plf_io.h: Adjust PCI IO and memory base addresses to + match the actual hardware setup. + Add explicit PCI initialization routine. + + * include/platform.inc: Install bus error VSR in non-stub + configurations too. + Index: packages/hal/sh/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/arch/current/ChangeLog,v retrieving revision 1.34 diff -u -0 -r1.34 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.34 +++ ChangeLog 2001/10/02 18:26:06 @@ -0,0 +1,11 @@ +2001-10-01 Jonathan Larmour + + * src/sh.ld: Make separate section for GOT and .eh_frame. + Make macro section for all reloc sections. + Input extras.o unconditionally. + * cdl/hal_sh.cdl: Don't bother with -DEXTRAS=1 - unconditional now. + +2001-09-12 Jesper Skov + + * src/vectors.S: Don't include C intr header. + @@ -854 +865 @@ -// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. Index: packages/hal/sh/edk7708/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/edk7708/current/ChangeLog,v retrieving revision 1.7 diff -u -0 -r1.7 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.7 +++ ChangeLog 2001/10/02 18:26:10 @@ -0,0 +1,16 @@ +2001-09-13 Jesper Skov + + * include/pkgconf/mlt_sh_edk7708_romram.mlt: Moved RAM to + 0x88000000, flash to 0x80000000, leave 0x10000 for RedBoot. + * include/pkgconf/mlt_sh_edk7708_romram.ldi: Same. + * include/pkgconf/mlt_sh_edk7708_romram.h: Same. + * include/pkgconf/mlt_sh_edk7708_rom.mlt: Same. + * include/pkgconf/mlt_sh_edk7708_rom.ldi: Same. + * include/pkgconf/mlt_sh_edk7708_rom.h: Same. + * include/pkgconf/mlt_sh_edk7708_ram.mlt: Same. + * include/pkgconf/mlt_sh_edk7708_ram.ldi: Same. + * include/pkgconf/mlt_sh_edk7708_ram.h: Same. + + * cdl/hal_sh_edk7708.cdl: Moved memory to 88000000. Added RedBoot + options. Made LE by default. + Index: packages/hal/sh/sh3/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/sh3/current/ChangeLog,v retrieving revision 1.14 diff -u -0 -r1.14 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.14 +++ ChangeLog 2001/10/02 18:26:14 @@ -0,0 +1,20 @@ +2001-09-25 Jesper Skov + + * include/var_intr.h: Default CYGPRI_HAL_INTERRUPT_ACKNOWLEDGE_PLF + and CYGPRI_HAL_INTERRUPT_CONFIGURE_PLF added. + + * src/var_misc.c: Use those macros. + +2001-09-12 Jesper Skov + + * src/variant.S: Don't include C intr header. + + * include/var_intr.h (CYGPRI_HAL_INTERRUPT_UPDATE_LEVEL_PLF): + Provide default version. + + * src/var_misc.c (hal_interrupt_update_level): Don't ignore LVL + interrupts. + * src/var_misc.c (hal_interrupt_unmask, hal_interrupt_mask): Same. + + * src/var_mk_defs.c: Added some interrupt defs. + Index: packages/hal/sh/sh4/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/sh4/current/ChangeLog,v retrieving revision 1.12 diff -u -0 -r1.12 ChangeLog --- ChangeLog 2001/08/10 19:27:56 1.12 +++ ChangeLog 2001/10/02 18:26:19 @@ -0,0 +1,17 @@ +2001-09-25 Jesper Skov + + * include/var_intr.h: Default CYGPRI_HAL_INTERRUPT_ACKNOWLEDGE_PLF + and CYGPRI_HAL_INTERRUPT_CONFIGURE_PLF added. + + * src/var_misc.c: Use those macros. + +2001-09-24 Jesper Skov + + * cdl/hal_sh_sh4.cdl: Disable cache on 7750. Doesn't work + properly. + +2001-09-12 Jesper Skov + + * include/var_intr.h (CYGPRI_HAL_INTERRUPT_UPDATE_LEVEL_PLF): + Provide default version. + Index: packages/infra/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/infra/current/ChangeLog,v retrieving revision 1.24 diff -u -0 -r1.24 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.24 +++ ChangeLog 2001/10/02 18:26:24 @@ -0,0 +1,5 @@ +2001-09-12 Jonathan Larmour + + * src/eprintf.c (__eprintf): Tolerate absence of standard ISO C + functions better. + Index: packages/io/common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/common/current/ChangeLog,v retrieving revision 1.13 diff -u -0 -r1.13 ChangeLog --- ChangeLog 2001/04/25 23:22:57 1.13 +++ ChangeLog 2001/10/02 18:26:28 @@ -0,0 +1,5 @@ +2001-09-27 Jonathan Larmour + + * src/io_diag.c: Delete. No longer used. + * cdl/io.cdl: Don't build io_diag.c. + Index: packages/io/eth/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/eth/current/ChangeLog,v retrieving revision 1.23 diff -u -0 -r1.23 ChangeLog --- ChangeLog 2001/09/12 00:59:24 1.23 +++ ChangeLog 2001/10/02 18:26:31 @@ -0,0 +1,21 @@ +2001-09-26 Jesper Skov + + * cdl/eth_drivers.cdl: Require the string functions. + + * src/stand_alone/eth_drv.c: Fix warnings. + +2001-09-25 Hugo Tyson + + * src/net/eth_drv.c (eth_drv_dsr): Assert that the "sc" given to + eth_drv_dsr() really is a sc from the valid list. This can save a + few hours debug time of a typo. + +2001-09-13 Hugo Tyson + + * src/net/eth_drv.c (eth_drv_tickle_devices): New function to call + can_send() on all devices to allow them to unstick from a lost + interrupt or other wedge - it's up to the device to detect this, + of course, can_send() does not explicitly do this, it's just used + as an opportunity harmlessly to get control into the device so it + can examine its world. + Index: packages/io/flash/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/flash/current/ChangeLog,v retrieving revision 1.17 diff -u -0 -r1.17 ChangeLog --- ChangeLog 2001/08/10 19:27:56 1.17 +++ ChangeLog 2001/10/02 18:26:36 @@ -0,0 +1,4 @@ +2001-09-25 Gary Thomas + + * include/flash.h: Remove warning on printf() prototype. + Index: packages/io/pci/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/pci/current/ChangeLog,v retrieving revision 1.13 diff -u -0 -r1.13 ChangeLog --- ChangeLog 2001/09/12 00:59:24 1.13 +++ ChangeLog 2001/10/02 18:26:40 @@ -0,0 +1,5 @@ +2001-09-28 Gary Thomas + + * src/pci.c (cyg_pci_find_next): + * include/pci.h: Allow platforms to restrict PCI bus/device ranges. + Index: packages/io/usb/slave/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/usb/slave/current/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/08/10 19:27:56 1.3 +++ ChangeLog 2001/10/02 18:26:43 @@ -0,0 +1,13 @@ +2001-09-14 Bart Veer + + * doc/usbs.sgml, doc/*.html: + Fix the example strings in the enumeration data. + Regenerate html. + + * include/usbs.h: + Update the USB testing data structure + + * src/usbs.c (usbs_handle_standard_control): + Fix an assertion for the special case of a USB configuration that + defines no endpoints. + Index: packages/isoinfra/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/isoinfra/current/ChangeLog,v retrieving revision 1.12 diff -u -0 -r1.12 ChangeLog --- ChangeLog 2001/09/12 04:21:15 1.12 +++ ChangeLog 2001/10/02 18:26:47 @@ -0,0 +1,14 @@ +2001-09-28 Jonathan Larmour + + * cdl/isoinfra.cdl: Add netdb services and proto function support. + * include/netdb.h: New file. + +2001-09-24 Jesper Skov + + * cdl/isoinfra.cdl: Added CYGINT_ISO_DNS and + CYGBLD_ISO_DNS_HEADER. + +2001-09-12 Jesper Skov + + * include/limits.h: Work around glibc header problem. + Index: packages/kernel/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v retrieving revision 1.68 diff -u -0 -r1.68 ChangeLog --- ChangeLog 2001/09/12 04:21:16 1.68 +++ ChangeLog 2001/10/02 18:26:52 @@ -0,0 +1,4 @@ +2001-09-20 Jonathan Larmour + + * host/instr/dump_instr.c (main): Fix argc check. + Index: packages/language/c/libm/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/language/c/libm/current/ChangeLog,v retrieving revision 1.20 diff -u -0 -r1.20 ChangeLog --- ChangeLog 2001/07/29 02:00:10 1.20 +++ ChangeLog 2001/10/02 18:26:57 @@ -0,0 +1,4 @@ +2001-09-28 Jesper Skov + + * src/double/portable-api/s_expm1.c (expm1): Init c before it's used. + Index: packages/net/snmp/lib/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/snmp/lib/current/ChangeLog,v retrieving revision 1.4 diff -u -0 -r1.4 ChangeLog --- ChangeLog 2001/06/01 22:16:45 1.4 +++ ChangeLog 2001/10/02 18:27:01 @@ -0,0 +1,5 @@ +2001-09-24 Jesper Skov + + * include/config.h: Define HAVE_GETHOSTBYNAME only if a DNS + package is available. + Index: packages/net/tcpip/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v retrieving revision 1.26 diff -u -0 -r1.26 ChangeLog --- ChangeLog 2001/08/03 12:27:33 1.26 +++ ChangeLog 2001/10/02 18:27:05 @@ -0,0 +1,52 @@ +2001-09-28 Jonathan Larmour + + * cdl/net.cdl: Tell isoinfra we support getproto* and getserv* + NS functionality. + * include/netdb.h: Move to... + * include/net/netdb.h: ...here. + +2001-09-25 Jesper Skov + + * cdl/net.cdl: Don't build tests/nc_test_master as it's a host + side tool. + + * src/lib/getserv.c: Added domain service. + + * include/netdb.h: Moved getbyhost()/getbyaddr() declarations and + hostent struct definition to the DNS package. + + * src/lib/gethost.c: Removed. + + * cdl/net.cdl: Removed gethost.c (replaced by proper + implementation in CYGPKG_NS_DNS). + +2001-09-17 Hugo Tyson +2001-09-17 Andrew Lunn + + * src/sys/net/if_bridge.c (bridge_broadcast): Fix a null pointer + deference. Supporting VLANs, it seems that during the net_init() + function, it sends a packet to the bridge with the source + interface being NULL. Stats counting assumed otherwise. + +2001-09-14 Jonathan Larmour + + * src/sys/kern/uipc_syscalls.c: Last change to uipc_syscalls.c + wasn't right. The parts that were __ECOS__ should simply have + been completely removed. + +2001-09-13 Hugo Tyson + + * cdl/net.cdl: Add configury to control whether we can tickle the + network devices if there's a lack of network traffic, and to + control the delay time before so doing. + + * src/ecos/timeout.c (alarm_thread): Use a timed wait, if so + configured, for the flag; and if it times out, tickle all the + devices via the common ether driver routine for so doing. + +2001-09-12 Jonathan Larmour + + * include/sys/socketvar.h: Use __ECOS, not __ECOS__. + * src/sys/kern/uipc_syscalls.c: Ditto. + * src/sys/kern/uipc_socket2.c (sblock): Ditto. + Index: packages/redboot/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v retrieving revision 1.41 diff -u -0 -r1.41 ChangeLog --- ChangeLog 2001/09/12 04:21:16 1.41 +++ ChangeLog 2001/10/02 18:27:10 @@ -0,0 +1,52 @@ +2001-10-02 Gary Thomas + + * src/xyzModem.h: + * src/xyzModem.c (xyzModem_stream_open): + * src/load.c (do_load): Add new option "-c " to let the user + specify the I/O channel to use - xyModem only. + +2001-10-01 Gary Thomas + + * src/net/udp.c (__udp_recvfrom): Don't change server address (returned + by this function) until a packet has been received with no timeout. + +2001-09-28 Jonathan Larmour + + * src/flash.c (fis_create): if not copying, still update directory. + +2001-09-28 Gary Thomas + + * src/flash.c (_expand_aliases): Properly null terminate expanded + string - failed if alias was at end of line. + +2001-09-14 Jonathan Larmour + + * src/version.c: Simplify _CERTIFICATE handling. + +2001-09-13 Fabrice Gautier + + * cdl/redboot.cdl: Added configuration options to deactivate BOOTP and + enable net debug. + * src/net/net_io.c (net_init): Use them. + +2001-09-13 Gary Thomas + + * src/flash.c: Cleanups - removing some redundant code. + +2001-09-12 Jonathan Larmour + + * src/flash.c (do_flash_init): Only allocate fis block when + CYGOPT_REDBOOT_FIS enabled. + Conditionalize fis_work_block and fisdir_size. + +2001-09-12 Gary Thomas + + * src/flash.c (load_flash_config): Use additional space in the + FLASH work area (at end of RAM) for 'fconfig' data. This reduces + overall stack requirements as there is no need for 'fconfig' data + to be held on the stack anymore. + + * src/flash.c: + * include/fis.h: Define flash addresses using CYG_ADDRESS which + is more portable than (unsigned long). + @@ -3,2 +55,2 @@ - * cdl/redboot.cdl (CYGPKG_REDBOOT_FLASH): Be conditional on an - actual flash device, not just the generic flash layer. + * cdl/redboot.cdl (CYGPKG_REDBOOT_FLASH): Be conditional on an + actual flash device, not just the generic flash layer. @@ -8,2 +60,2 @@ - * src/version.c (_CERTIFICATE): Add information about product - certification (either Red Hat certified or not). + * src/version.c (_CERTIFICATE): Add information about product + certification (either Red Hat certified or not). @@ -11 +63 @@ - * src/flash.c (fis_delete): Deny user deleting "reserved" images. + * src/flash.c (fis_delete): Deny user deleting "reserved" images. @@ -13,0 +66,3 @@ + * src/flash.c: Extend the alias handling to allow configuration + information to be access using alias. Fixed alias expansion + when the alias is bigger than the replacement. @@ -16 +71 @@ - + Index: packages/services/loader/current/ChangeLog =================================================================== RCS file: ChangeLog diff -N ChangeLog --- /dev/null Tue May 5 13:32:27 1998 +++ ChangeLog Tue Oct 2 11:27:15 2001 @@ -0,0 +1,74 @@ +2001-01-05 Nick Garnett + + * include/ppc_elf.h: + * include/loader.hxx: + Added ppc_elf.h. + + * include/arm_elf.h: Brought up to date with other files. + + * docs/notes.txt: Added results of some more investigations. + +2000-12-15 Nick Garnett + + * docs/notes.txt: + Notes added to describe what has and has not been done here. + + * docs/i386.default.ld: + A lightly edited version of the default linker script for Linux + executables. See notes.txt for what this is for. + + * cdl/loader.cdl: + Added support for dlxxx() API functions. + Various modifications to make rules for various things - these are + only guranteed to work for the linux synthetic target at present. + + * src/crtbeginS.c: + * src/crtendS.c: + Tidied and made to work (for synthetic target only). + + * include/loader.hxx: + * src/loader.cxx: + Lots of changes as a result of implementation efforts. + + * include/i386_elf.h: + Implemented relocations. Added Linker script customizations. + + * include/elf.h: + Removed buckchain[] array from Elf_Hash structure. + + * include/dlfcn.h: + Implementation header for the dlxxx() functions. + + * src/dload.cxx: + Implementation of the dlxxx() functions. + + * include/mips_elf.h: + * include/arm_elf.h: + ARM support header added. MIPS support header made compilable. + These are both still incomplete. + + * src/dynamic.ld: Regenerated by copying and editing Linux script + for shared libraries. + + * tests/loadfoo.cxx: + Some test infrastructure added and modified to use dlxxx() + functions. Needs more tidying. + +2000-11-28 Nick Garnett + + * cdl/loader.cdl: + * include/elf.h: + * include/loader.hxx: + * include/i386_elf.h: + * include/mips_elf.h: + * src/loader.cxx: + * src/crtbeginS.c: + * src/crtendS.c: + * src/dlforce.c: + * src/dynamic.ld: + * tests/foo.c: + * tests/loadfoo.cxx: + * tests/entable.c: + Files created to implement dynamic loader. + This is incomplete - currently checked in for safety. + Index: packages/services/memalloc/common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v retrieving revision 1.20 diff -u -0 -r1.20 ChangeLog --- ChangeLog 2001/09/12 04:21:16 1.20 +++ ChangeLog 2001/10/02 18:27:19 @@ -0,0 +1,4 @@ +2001-09-20 Jesper Skov + + * tests/heaptest.c: Fix failure reporting. + Index: packages/templates/all/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/templates/all/ChangeLog,v retrieving revision 1.8 diff -u -0 -r1.8 ChangeLog --- ChangeLog 2001/08/22 06:27:15 1.8 +++ ChangeLog 2001/10/02 18:27:22 @@ -0,0 +1,4 @@ +2001-10-01 Jonathan Larmour + + * current.ect: Add net related packages. + Index: packages/templates/net/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/templates/net/ChangeLog,v retrieving revision 1.4 diff -u -0 -r1.4 ChangeLog --- ChangeLog 2001/08/22 06:27:15 1.4 +++ ChangeLog 2001/10/02 18:27:25 @@ -0,0 +1,5 @@ +2001-09-27 Jonathan Larmour + + * current.ect: Don't include uitron. Not appropriate for base net + template. + Index: packages/templates/redboot/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/templates/redboot/ChangeLog,v retrieving revision 1.5 diff -u -0 -r1.5 ChangeLog --- ChangeLog 2001/09/12 00:59:25 1.5 +++ ChangeLog 2001/10/02 18:27:29 @@ -0,0 +1,5 @@ +2001-09-12 Gary Thomas + + * current.ect: Large stack no longer necessary as 'fconfig' data + is now associated with the FLASH workspace. + ==================================== Here is a summary of the files modified: M host/tools/configtool/ChangeLog M host/tools/configtool/common/common/build.cxx M host/tools/configtool/standalone/wxwin/CHANGES.txt M host/tools/configtool/standalone/wxwin/appsettings.cpp M host/tools/configtool/standalone/wxwin/configtool.cpp M host/tools/configtool/standalone/wxwin/symbols.h A host/tools/configtool/standalone/wxwin/setup/configtool.bin M packages/ChangeLog M packages/NEWS M packages/ecos.db M packages/compat/posix/current/ChangeLog M packages/compat/posix/current/cdl/pthread.cdl M packages/compat/posix/current/src/mqueue.cxx M packages/devs/eth/amd/pcnet/current/ChangeLog M packages/devs/eth/amd/pcnet/current/src/amd_pcnet.h M packages/devs/eth/arm/ebsa285/current/ChangeLog M packages/devs/eth/arm/edb7xxx/current/ChangeLog M packages/devs/eth/arm/edb7xxx/current/src/cs8900.h M packages/devs/eth/arm/edb7xxx/current/src/if_edb7xxx.c M packages/devs/eth/intel/i82559/current/ChangeLog M packages/devs/eth/intel/i82559/current/cdl/intel_i82559_eth_drivers.cdl M packages/devs/eth/intel/i82559/current/src/if_i82559.c M packages/devs/eth/ns/dp83902a/current/ChangeLog M packages/devs/eth/ns/dp83902a/current/src/if_dp83902a.c 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/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/atmel/at29cxxxx/current/ChangeLog M packages/devs/flash/atmel/at29cxxxx/current/include/flash_at29cxxxx.inl A packages/devs/flash/sh/edk7708/current/ChangeLog A packages/devs/flash/sh/edk7708/current/cdl/flash_sh_edk7708.cdl A packages/devs/flash/sh/edk7708/current/src/sh_edk7708_flash.c M packages/devs/serial/arm/at91/current/ChangeLog M packages/devs/serial/arm/at91/current/src/at91_serial.c M packages/devs/serial/mips/vrc437x/current/ChangeLog M packages/devs/serial/mips/vrc437x/current/cdl/ser_mips_vrc437x.cdl M packages/devs/serial/mips/vrc437x/current/src/vrc437x_serial.c M packages/devs/serial/mips/vrc437x/current/src/vrc437x_serial.h M packages/devs/usb/sa11x0/current/ChangeLog M packages/devs/usb/sa11x0/current/src/usbs_sa11x0.c A packages/devs/wallclock/i386/pc/current/ChangeLog A packages/devs/wallclock/i386/pc/current/cdl/i386_pc_wallclock_drivers.cdl A packages/devs/wallclock/i386/pc/current/include/devices_wallclock_i386_pc.inl M packages/hal/arm/aeb/current/ChangeLog M packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl M packages/hal/arm/arch/current/ChangeLog M packages/hal/arm/arch/current/cdl/hal_arm.cdl M packages/hal/arm/arch/current/src/arm.ld M packages/hal/arm/e7t/current/ChangeLog M packages/hal/arm/e7t/current/cdl/hal_arm_e7t.cdl M packages/hal/arm/edb7xxx/current/ChangeLog M packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl 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/Makefile M packages/hal/arm/edb7xxx/current/support/dl_edb7xxx.c M packages/hal/arm/edb7xxx/current/support/io.c M packages/hal/arm/sa11x0/ipaq/current/ChangeLog M packages/hal/arm/sa11x0/ipaq/current/include/hal_platform_setup.h M packages/hal/common/current/ChangeLog M packages/hal/common/current/cdl/common.cdl M packages/hal/common/current/src/generic-stub.c M packages/hal/common/current/tests/vaargs.c M packages/hal/i386/pc/current/ChangeLog M packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl M packages/hal/i386/pc/current/include/platform.inc M packages/hal/i386/pcmb/current/ChangeLog M packages/hal/i386/pcmb/current/include/pcmb_io.h M packages/hal/mips/arch/current/ChangeLog M packages/hal/mips/arch/current/include/hal_arch.h M packages/hal/mips/arch/current/src/hal_misc.c M packages/hal/mips/vr4300/current/ChangeLog M packages/hal/mips/vr4300/current/cdl/hal_mips_vr4300.cdl M packages/hal/mips/vrc4373/current/ChangeLog M packages/hal/mips/vrc4373/current/cdl/hal_mips_vr4300_vrc4373.cdl M packages/hal/mips/vrc437x/current/ChangeLog M packages/hal/mips/vrc437x/current/include/platform.inc M packages/hal/mips/vrc437x/current/include/plf_io.h M packages/hal/mips/vrc437x/current/src/platform.S M packages/hal/mips/vrc437x/current/src/plf_misc.c M packages/hal/sh/arch/current/ChangeLog M packages/hal/sh/arch/current/cdl/hal_sh.cdl M packages/hal/sh/arch/current/src/sh.ld M packages/hal/sh/arch/current/src/vectors.S M packages/hal/sh/edk7708/current/ChangeLog M packages/hal/sh/edk7708/current/cdl/hal_sh_edk7708.cdl M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_ram.h M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_ram.ldi M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_ram.mlt M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_rom.h M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_rom.ldi M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_rom.mlt M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_romram.h M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_romram.ldi M packages/hal/sh/edk7708/current/include/pkgconf/mlt_sh_edk7708_romram.mlt A packages/hal/sh/edk7708/current/misc/redboot_RAM.ecm A packages/hal/sh/edk7708/current/misc/redboot_ROM.ecm 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/hal/sh/sh3/current/src/var_mk_defs.c M packages/hal/sh/sh3/current/src/variant.S M packages/hal/sh/sh4/current/ChangeLog M packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl M packages/hal/sh/sh4/current/include/var_intr.h M packages/hal/sh/sh4/current/src/var_misc.c M packages/infra/current/ChangeLog M packages/infra/current/src/eprintf.c M packages/io/common/current/ChangeLog M packages/io/common/current/cdl/io.cdl R packages/io/common/current/src/io_diag.c M packages/io/eth/current/ChangeLog M packages/io/eth/current/cdl/eth_drivers.cdl M packages/io/eth/current/src/net/eth_drv.c M packages/io/eth/current/src/stand_alone/eth_drv.c M packages/io/flash/current/ChangeLog M packages/io/flash/current/include/flash.h M packages/io/pci/current/ChangeLog M packages/io/pci/current/include/pci.h M packages/io/pci/current/src/pci.c M packages/io/usb/slave/current/ChangeLog M packages/io/usb/slave/current/doc/io-usb-slave.html M packages/io/usb/slave/current/doc/usbs-control.html M packages/io/usb/slave/current/doc/usbs-data.html M packages/io/usb/slave/current/doc/usbs-devtab.html M packages/io/usb/slave/current/doc/usbs-enum.html M packages/io/usb/slave/current/doc/usbs-halt.html M packages/io/usb/slave/current/doc/usbs-intro.html M packages/io/usb/slave/current/doc/usbs-start-rx.html M packages/io/usb/slave/current/doc/usbs-start-tx.html M packages/io/usb/slave/current/doc/usbs-start.html M packages/io/usb/slave/current/doc/usbs-writing.html M packages/io/usb/slave/current/doc/usbs.sgml M packages/io/usb/slave/current/include/usbs.h M packages/io/usb/slave/current/src/usbs.c M packages/isoinfra/current/ChangeLog M packages/isoinfra/current/cdl/isoinfra.cdl M packages/isoinfra/current/include/limits.h A packages/isoinfra/current/include/netdb.h M packages/kernel/current/ChangeLog M packages/kernel/current/host/instr/dump_instr.c M packages/language/c/libm/current/ChangeLog M packages/language/c/libm/current/src/double/portable-api/s_expm1.c M packages/net/snmp/lib/current/ChangeLog M packages/net/snmp/lib/current/include/config.h M packages/net/tcpip/current/ChangeLog M packages/net/tcpip/current/cdl/net.cdl R packages/net/tcpip/current/include/netdb.h A packages/net/tcpip/current/include/net/netdb.h M packages/net/tcpip/current/include/sys/socketvar.h M packages/net/tcpip/current/src/ecos/timeout.c R packages/net/tcpip/current/src/lib/gethost.c M packages/net/tcpip/current/src/lib/getserv.c M packages/net/tcpip/current/src/sys/kern/uipc_socket2.c M packages/net/tcpip/current/src/sys/kern/uipc_syscalls.c M packages/net/tcpip/current/src/sys/net/if_bridge.c M packages/redboot/current/ChangeLog M packages/redboot/current/cdl/redboot.cdl M packages/redboot/current/include/fis.h M packages/redboot/current/include/redboot.h M packages/redboot/current/include/net/net.h M packages/redboot/current/src/flash.c M packages/redboot/current/src/load.c M packages/redboot/current/src/version.c M packages/redboot/current/src/xyzModem.c M packages/redboot/current/src/xyzModem.h M packages/redboot/current/src/net/bootp.c M packages/redboot/current/src/net/inet_addr.c M packages/redboot/current/src/net/net_io.c M packages/redboot/current/src/net/ping.c M packages/redboot/current/src/net/udp.c A packages/services/loader/current/ChangeLog A packages/services/loader/current/cdl/loader.cdl A packages/services/loader/current/docs/i386.default.ld A packages/services/loader/current/docs/notes.txt A packages/services/loader/current/include/arm_elf.h A packages/services/loader/current/include/dlfcn.h A packages/services/loader/current/include/elf.h A packages/services/loader/current/include/i386_elf.h A packages/services/loader/current/include/loader.hxx A packages/services/loader/current/include/mips_elf.h A packages/services/loader/current/include/ppc_elf.h A packages/services/loader/current/src/crtbeginS.c A packages/services/loader/current/src/crtendS.c A packages/services/loader/current/src/dlforce.c A packages/services/loader/current/src/dload.cxx A packages/services/loader/current/src/dynamic.ld A packages/services/loader/current/src/loader.cxx A packages/services/loader/current/tests/entable.c A packages/services/loader/current/tests/foo.c A packages/services/loader/current/tests/loadfoo.cxx M packages/services/memalloc/common/current/ChangeLog M packages/services/memalloc/common/current/tests/heaptest.c M packages/templates/all/ChangeLog M packages/templates/all/current.ect M packages/templates/net/ChangeLog M packages/templates/net/current.ect M packages/templates/redboot/ChangeLog M packages/templates/redboot/current.ect