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: Mon, 19 Feb 2001 09:27:00 -0000 Message-id: <200102191727.f1JHREO03968@localhost.localdomain> X-SW-Source: 2001/msg00006.html List-Id: The eCos anonymous CVS repository has been updated today (2001-02-19). Here is a summary of the files modified: M host/tools/configtool/ChangeLog M host/tools/configtool/standalone/win32/Configtool.cpp M packages/ChangeLog M packages/ecos.db A packages/devs/serial/arm/iq80310/current/ChangeLog A packages/devs/serial/arm/iq80310/current/cdl/ser_arm_iq80310.cdl A packages/devs/serial/arm/iq80310/current/include/arm_iq80310_ser.inl M packages/hal/arm/iq80310/current/src/diag/pci_bios.h M packages/hal/mips/arch/current/ChangeLog M packages/hal/mips/arch/current/src/hal_misc.c M packages/language/c/libc/stdlib/current/ChangeLog M packages/language/c/libc/stdlib/current/src/rand.cxx M packages/redboot/current/ChangeLog M packages/redboot/current/src/flash.c M packages/redboot/current/src/load.c ==================================== The following changes were made to NEWS and ChangeLogs: Index: host/tools/configtool/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/host/tools/configtool/ChangeLog,v retrieving revision 1.11 diff -u -0 -r1.11 ChangeLog --- ChangeLog 2000/08/25 17:32:40 1.11 +++ ChangeLog 2001/02/19 17:25:55 @@ -0,0 +1,6 @@ +2001-02-14 Julian Smart + + * standalone/win32/configtool.cpp + + Added support for Cygwin 00r1 when searching for registry hints. + Index: packages/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/ChangeLog,v retrieving revision 1.43 diff -u -0 -r1.43 ChangeLog --- ChangeLog 2001/02/15 18:18:11 1.43 +++ ChangeLog 2001/02/19 17:26:04 @@ -1578 +1578 @@ -// Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. Index: packages/devs/serial/arm/iq80310/current/ChangeLog =================================================================== RCS file: ChangeLog diff -N ChangeLog --- /dev/null Tue May 5 13:32:27 1998 +++ ChangeLog Mon Feb 19 09:26:12 2001 @@ -0,0 +1,30 @@ +2000-10-25 Mark Salter + + * include/arm_iq80310_ser.inl: Initial checkin. + * cdl/ser_arm_iq80310.cdl: Ditto. + +//=========================================================================== +//####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/hal/mips/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v retrieving revision 1.40 diff -u -0 -r1.40 ChangeLog --- ChangeLog 2001/02/13 01:23:28 1.40 +++ ChangeLog 2001/02/19 17:26:23 @@ -0,0 +1,5 @@ +2001-02-15 Nick Garnett + + * src/hal_misc.c: Added option to call hal_ctrlc_isr() in default + ISR when in RedBoot. + @@ -7,0 +13,125 @@ + +2001-01-31 Nick Garnett + + * include/mips-stub.h: Added prototypes for __is_bsp_syscall() and + hal_syscall_handler(). + + * include/hal_arch.h: + Reorganized HAL_SavedRegisters structure to work properly with a + 64 bit processor. Fields are now correctly sized, and aligned on + the right boundaries. + + * include/arch.inc: + Added option for variant and platform to supply extra bits to be + added to INITIAL_SR. + Reorganized register save area layout to match changes in + hal_arch.h. + Added macros sva, lva, mvatc0, mvafc0 to transfer 64 bit items to + and from memory/CP0 (*va* is used because most such values are + (virtual) addresses). + + * src/vectors.S: Added use of *va* macros where appropriate. + + * src/mips-stub.c: Added __is_bsp_syscall() function. + + * src/hal_syscall.c: Added this file to support GNUPro system + calls in RedBoot. + + * cdl/hal_mips.cdl: Added hal_syscall.c to compile list. + +2001-01-26 Jesper Skov + + * include/hal_intr.h: Added extern for hal_delay_us. + +2001-01-26 Jesper Skov + + * include/variant.inc: Make hal_intc_decode macro mask the cause + register with the status (interrupt mask) register. + +2001-01-25 Jesper Skov + + * include/arch.inc: Allow hal_intc_decode to be defined by variant + or platform. + +2000-12-06 Jesper Skov + + * include/hal_intr.h (HAL_DELAY_US): Added. + * src/hal_misc.c (hal_delay_us): Added. And fixed to work with an + incrementer that ticks at the pipeline clock rate. + +2000-12-05 Jonathan Larmour + + * include/hal_cache.h: IWAY->_IWAY, DWAY->_DWAY for namespace + cleanliness + +2000-12-05 Jesper Skov + + * include/hal_cache.h: Use variant specific method to select cache + WAY. + +2000-10-20 Jesper Skov + + * src/hal_misc.c: Update __mem_fault_handler declaration. + +2000-09-15 Jesper Skov + + * include/hal_intr.h (HAL_DEFAULT_ISR): Fix warning. + (HAL_DEFAULT_ISR): Undo that change. + +2000-09-14 Jesper Skov + + * include/hal_intr.h: Only define _FPE when there's a FPU. + +2000-09-13 Jesper Skov + + * include/hal_intr.h (HAL_VSR_SET_TO_ECOS_HANDLER): Fix compiler + warning. + + * src/vectors.S: Fully decode TLB related exceptions. + * src/hal_misc.c (cyg_hal_exception_handler): Undid below change. + + * src/hal_misc.c (cyg_hal_exception_handler): Base vector + calculation on cause register, not the provided vector value. + +2000-09-12 Jesper Skov + + * include/hal_intr.h: Added definition for decoded FPU + exceptions. + + * src/hal_misc.c (cyg_hal_exception_handler): Decode FPU + exceptions. + +2000-09-07 Jesper Skov + + * include/basetype.h: Removed change from yesterday. + + * include/hal_intr.h (CYGNUM_HAL_EXCEPTION_FPU): Associated to FPE + exceptions. + +2000-09-06 Jesper Skov + + * include/basetype.h: Override the alignment macros for the MIPS + architecture. The MIPS compiler only alows a maximum of 4 bytes + of alignment where as the default is 8 + + * include/hal_cache.h (_HAL_ASM_DCACHE_ALL_WAYS): Force d-cache + selection. + +2000-09-01 Jonathan Larmour + + * include/mips-stub.h: No longer need to define + CYGARC_REGSIZE_DIFFERS_FROM_TARGET_REGISTER_T + (CYGARC_SIGN_EXTEND_REGISTERS): + + * include/mips-stub.h: Change vr4300 register sizes to use 32-bit + target_register_t, and tell the generic stub to use sign extension. + Ditto for tx49 + * include/hal_cache.h (_HAL_ASM_SET_MIPS_ISA): Don't use pasting + when it doesn't result in a preprocessing token. Just use string + concatenation. + +2000-07-21 Drew Moseley + + * src/vectors.S: Only jump uncached to _start if + CYGARC_START_FUNC_UNCACHED is defined. + Index: packages/language/c/libc/stdlib/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdlib/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2000/08/25 17:33:40 1.1 +++ ChangeLog 2001/02/19 17:26:29 @@ -0,0 +1,4 @@ +2001-02-14 Jonathan Larmour + + * src/rand.cxx: Fix typo + Index: packages/redboot/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v retrieving revision 1.20 diff -u -0 -r1.20 ChangeLog --- ChangeLog 2001/02/15 18:18:15 1.20 +++ ChangeLog 2001/02/19 17:26:39 @@ -0,0 +1,11 @@ +2001-02-16 Nick Garnett + + * src/flash.c (load_flash_config): Move setting of config_ok to + true to before we look for a script to run. Otherwise scripts just + don't work. + +2001-02-14 Hugo Tyson + + * src/load.c (do_load): Wrap the help message at < 80 cols and fix + a coupla warnings. +