From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18395 invoked by alias); 11 Jan 2002 16:54:09 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 18372 invoked from network); 11 Jan 2002 16:54:07 -0000 Date: Fri, 11 Jan 2002 08:54:00 -0000 Message-Id: <200201111654.g0BGs6w02299@localhost.localdomain> X-Authentication-Warning: localhost.localdomain: swcvs set sender to jlarmour@sources.redhat.com using -f From: Jonathan Larmour To: ecos-cvs@sources.redhat.com Subject: eCos anonymous CVS repository updated X-SW-Source: 2002/txt/msg00001.txt.bz2 List-Id: The eCos anonymous CVS repository has been updated today (2002-01-11). The following changes were made to NEWS and ChangeLogs: Index: packages/NEWS =================================================================== RCS file: /cvs/ecos/ecos/packages/NEWS,v retrieving revision 1.47 diff -u -0 -r1.47 NEWS --- NEWS 2002/01/04 14:13:54 1.47 +++ NEWS 2002/01/11 16:52:03 @@ -0,0 +1 @@ +* Add synthetic target synthetic flash driver, contributed by Andrew Lunn. Index: packages/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/ChangeLog,v retrieving revision 1.65 diff -u -0 -r1.65 ChangeLog --- ChangeLog 2002/01/04 14:13:54 1.65 +++ ChangeLog 2002/01/11 16:52:09 @@ -0,0 +1,5 @@ +2002-01-08 Jonathan Larmour + + * ecos.db: Add synthetic flash driver package, and add it to the + synthetic linux target. + Index: packages/devs/eth/arm/iq80310/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/arm/iq80310/current/ChangeLog,v retrieving revision 1.6 diff -u -0 -r1.6 ChangeLog --- ChangeLog 2002/01/04 14:13:55 1.6 +++ ChangeLog 2002/01/11 16:52:13 @@ -0,0 +1,6 @@ +2002-01-04 Mark Salter + + * cdl/iq80310_eth_drivers.cdl: Remove + CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_TX_DESCRIPTORS and + CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_RX_DESCRIPTORS. + Index: packages/devs/eth/intel/i82559/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/intel/i82559/current/ChangeLog,v retrieving revision 1.10 diff -u -0 -r1.10 ChangeLog --- ChangeLog 2002/01/04 14:13:55 1.10 +++ ChangeLog 2002/01/11 16:52:19 @@ -0,0 +1,5 @@ +2002-01-10 Jonathan Larmour + + * src/if_i82559.c (find_82559s_match_func): Add some more compatible PCI + ids. + Index: packages/devs/flash/synth/current/ChangeLog =================================================================== RCS file: ChangeLog diff -N ChangeLog --- /dev/null Tue May 5 13:32:27 1998 +++ ChangeLog Fri Jan 11 08:52:23 2002 @@ -0,0 +1,35 @@ +2002-01-08 Jonathan Larmour +2001-11-1 Andrew Lunn + + * First version. Implements synthetic flash for the synthetic + target. + +//=========================================================================== +//####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/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/arch/current/ChangeLog,v retrieving revision 1.67 diff -u -0 -r1.67 ChangeLog --- ChangeLog 2001/11/23 17:12:55 1.67 +++ ChangeLog 2002/01/11 16:52:28 @@ -1329 +1329 @@ -// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. Index: packages/hal/arm/iq80310/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/iq80310/current/ChangeLog,v retrieving revision 1.12 diff -u -0 -r1.12 ChangeLog --- ChangeLog 2002/01/04 14:13:56 1.12 +++ ChangeLog 2002/01/11 16:52:34 @@ -0,0 +1,4 @@ +2002-01-04 Mark Salter + + * include/hal_platform_setup.h: Turn on ECC for uncached alias of RAM. + Index: packages/hal/i386/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v retrieving revision 1.32 diff -u -0 -r1.32 ChangeLog --- ChangeLog 2001/12/21 17:57:01 1.32 +++ ChangeLog 2002/01/11 16:52:41 @@ -0,0 +1,12 @@ +2002-01-08 Nick Garnett + + * include/hal_arch.h: + Removed consideration of lazy FPU context switching in determining + the size of CYGNUM_HAL_STACK_CONTEXT_SIZE, since it does not + actually make any difference - and previously resulted in too + small a value for CYGNUM_HAL_STACK_SIZE_MINIMUM. + +2002-01-07 Nick Garnett + + * src/vectors.S (__fpu_switch_vsr): Fixed register usage bug. + Index: packages/hal/synth/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/12/15 13:42:19 1.3 +++ ChangeLog 2002/01/11 16:52:46 @@ -0,0 +1,7 @@ +2002-01-08 Jonathan Larmour +2001-11-01 Andrew Lunn + + * include/hal_io.h: Support for mmap, lseek and open syscalls. + * include/hal_cache.h: Add HAL_ICACHE_IS_ENABLED and + HAL_DCACHE_IS_ENABLED. + Index: packages/hal/synth/i386linux/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/synth/i386linux/current/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/12/15 13:42:19 1.3 +++ ChangeLog 2002/01/11 16:52:52 @@ -0,0 +1,4 @@ +2001-11-1 Andrew Lunn + + * src/syscall-i386-linux-1.0.S: Added mmap system call + Index: packages/kernel/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v retrieving revision 1.73 diff -u -0 -r1.73 ChangeLog --- ChangeLog 2001/12/15 13:42:20 1.73 +++ ChangeLog 2002/01/11 16:52:58 @@ -0,0 +1,8 @@ +2002-01-07 Nick Garnett + + * tests/except1.cxx: + * tests/kexcept1.cxx: + Added ifdef to disable these tests in ARM PID platform. This + platform cannot generate any of the exceptions that this test + needs to work. + Index: packages/language/c/libc/time/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/language/c/libc/time/current/ChangeLog,v retrieving revision 1.7 diff -u -0 -r1.7 ChangeLog --- ChangeLog 2001/06/22 18:19:07 1.7 +++ ChangeLog 2002/01/11 16:53:03 @@ -0,0 +1,7 @@ +2002-01-09 Nick Garnett + + * tests/clock.c (cyg_start): Added CYG_TEST_INIT() to + NOTAPPLICABLE version of cyg_start() so that the breakpoints are + correctly sequenced in the testfarm and it does not think that + this is a failure. + Index: packages/net/tcpip/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v retrieving revision 1.36 diff -u -0 -r1.36 ChangeLog --- ChangeLog 2001/12/15 13:42:20 1.36 +++ ChangeLog 2002/01/11 16:53:09 @@ -0,0 +1,4 @@ +2002-01-08 Jonathan Larmour + + * tests/server_test.c (server_test): Correct port conversion. + Index: packages/redboot/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v retrieving revision 1.52 diff -u -0 -r1.52 ChangeLog --- ChangeLog 2002/01/04 14:13:57 1.52 +++ ChangeLog 2002/01/11 16:53:14 @@ -0,0 +1,15 @@ +2002-01-10 Hugo Tyson + + * src/syscall.c (sys_timer_ticks): Explicitly initialize this. + + * cdl/redboot.cdl (CYGSEM_REDBOOT_BSP_SYSCALLS): Changed to a + component; want to add stuff in here later. + +2002-01-10 Jesper Skov + + * src/main.c (do_version): Added year 2002. + +2002-01-07 Gary Thomas + + * src/flash.c (lookup_alias): Remove warning. + ==================================== Here is a summary of the files modified: M packages/ChangeLog M packages/NEWS M packages/ecos.db M packages/devs/eth/arm/iq80310/current/ChangeLog M packages/devs/eth/arm/iq80310/current/cdl/iq80310_eth_drivers.cdl M packages/devs/eth/intel/i82559/current/ChangeLog M packages/devs/eth/intel/i82559/current/src/if_i82559.c A packages/devs/flash/synth/current/ChangeLog A packages/devs/flash/synth/current/cdl/flash_synth.cdl A packages/devs/flash/synth/current/src/flash_erase_block.c A packages/devs/flash/synth/current/src/flash_program_buf.c A packages/devs/flash/synth/current/src/flash_query.c A packages/devs/flash/synth/current/src/synth.c A packages/devs/flash/synth/current/src/synth.h A packages/devs/flash/synth/current/tests/flash1.c M packages/hal/arm/arch/current/ChangeLog M packages/hal/arm/arch/current/cdl/hal_arm.cdl M packages/hal/arm/arch/current/include/hal_arch.h M packages/hal/arm/iq80310/current/ChangeLog M packages/hal/arm/iq80310/current/include/hal_platform_setup.h R packages/hal/arm/sa11x0/assabet/current/images/cygmon.img R packages/hal/arm/sa11x0/assabet/current/images/gdb_module.bin R packages/hal/arm/sa11x0/assabet/current/images/gdb_module.img M packages/hal/i386/arch/current/ChangeLog M packages/hal/i386/arch/current/include/hal_arch.h M packages/hal/i386/arch/current/src/vectors.S M packages/hal/synth/arch/current/ChangeLog M packages/hal/synth/arch/current/include/hal_cache.h M packages/hal/synth/arch/current/include/hal_io.h M packages/hal/synth/i386linux/current/ChangeLog M packages/hal/synth/i386linux/current/src/syscall-i386-linux-1.0.S R packages/hal/v85x/ceb_v850/current/images/v850flash.hex R packages/hal/v85x/ceb_v850/current/images/v850flash.img R packages/hal/v85x/ceb_v850/current/images/v850sa1/gdb_module.bin R packages/hal/v85x/ceb_v850/current/images/v850sa1/gdb_module.img R packages/hal/v85x/ceb_v850/current/images/v850sa1/gdb_module.sre R packages/hal/v85x/ceb_v850/current/images/v850sb1/16mhz/gdb_module.bin R packages/hal/v85x/ceb_v850/current/images/v850sb1/16mhz/gdb_module.img R packages/hal/v85x/ceb_v850/current/images/v850sb1/16mhz/gdb_module.sre R packages/hal/v85x/ceb_v850/current/images/v850sb1/8mhz/gdb_module.bin R packages/hal/v85x/ceb_v850/current/images/v850sb1/8mhz/gdb_module.img R packages/hal/v85x/ceb_v850/current/images/v850sb1/8mhz/gdb_module.sre M packages/kernel/current/ChangeLog M packages/kernel/current/tests/except1.cxx M packages/kernel/current/tests/kexcept1.c M packages/language/c/libc/time/current/ChangeLog M packages/language/c/libc/time/current/tests/clock.c M packages/net/tcpip/current/ChangeLog M packages/net/tcpip/current/tests/server_test.c M packages/redboot/current/ChangeLog M packages/redboot/current/cdl/redboot.cdl M packages/redboot/current/src/flash.c M packages/redboot/current/src/main.c M packages/redboot/current/src/syscall.c