Mercurial > nand-ecoscentric
view packages/hal/mips/mips32/current/ChangeLog @ 198:ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
| author | jlarmour |
|---|---|
| date | Fri, 07 Dec 2001 14:15:03 +0000 |
| parents | b939e9cada46 |
| children | e0c0827131d1 |
line wrap: on
line source
2001-12-04 Nick Garnett <nickg@redhat.com> * include/var_arch.h: Added macros to read/write CP0 registers. * cdl/hal_mips_mips32.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0 option to enable reporting of CP0 registers to GDB. 2001-03-21 Jesper Skov <jskov@redhat.com> * src/mips_mips32.ld: Added .2ram pattern. 2001-02-23 Jesper Skov <jskov@redhat.com> * include/var_cache.h: Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It is now the default. 2001-02-15 Nick Garnett <nickg@cygnus.co.uk> * src/variant.S: Removed ISR tables. 2001-01-31 Nick Garnett <nickg@cygnus.co.uk> * cdl/hal_mips_mips32.cdl: Move compile options here from atlas package. 2000-12-21 Mark Salter <msalter@redhat.com> * src/var_misc.c (hal_c_cache_init): Turn on caching in KSEG0. * include/var_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Define. 2000-10-20 Jesper Skov <jskov@redhat.com> * include/var_cache.h: Move volatile keyword before type. 2000-08-03 Jonathan Larmour <jlarmour@redhat.co.uk> * src/mips_mips32.ld: Revert below change, it was correct before. 2000-07-24 Jonathan Larmour <jlarmour@redhat.co.uk> * src/mips_mips32.ld: Added underscore to _stext and _etext. Switched to new table definition mechanism. 2000-07-24 Drew Moseley <dmoseley@redhat.com> * include/var_cache.h: Do not define CYGARC_HAL_COMMON_EXPORT_CPU_MACROS. 2000-07-21 Drew Moseley <dmoseley@cygnus.com> * include/var_arch.h: Move cache definitions into var_cache.h. * include/var_cache.h: Ditto. 2000-07-20 Drew Moseley <dmoseley@redhat.com> * include/variant.inc: Use the real 3-operand mfc0 instruction. 2000-07-14 Drew Moseley <dmoseley@redhat.com> * cdl/hal_mips_mips32.cdl: New variant support. * include/var_arch.h: Ditto. * include/var_cache.h: Ditto. * include/var_intr.h: Ditto. * include/variant.inc: Ditto. * src/mips_mips32.ld: Ditto. * src/var_misc.c: Ditto. * src/variant.S: 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#### //===========================================================================
