OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [mips/] [mips32/] [v2_0/] [ChangeLog] - Diff between revs 27 and 174

Only display areas with differences | Details | Blame | View Log

Rev 27 Rev 174
2003-04-10  Nick Garnett  
2003-04-10  Nick Garnett  
        * src/mips_mips32.ld:
        * src/mips_mips32.ld:
        Added libsupc++.a to GROUP() directive for GCC versions later than
        Added libsupc++.a to GROUP() directive for GCC versions later than
        3.0.
        3.0.
2003-04-09  Jonathan Larmour  
2003-04-09  Jonathan Larmour  
        * src/mips_mips32.ld:
        * src/mips_mips32.ld:
        Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
        Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
2003-02-27  Nick Garnett  
2003-02-27  Nick Garnett  
        * cdl/hal_mips_mips32.cdl: Changed CYGPKG_HAL_MIPS_GDB_REPORT_CP0
        * cdl/hal_mips_mips32.cdl: Changed CYGPKG_HAL_MIPS_GDB_REPORT_CP0
        to zero, from one, so that the GDB stubs work with the standard
        to zero, from one, so that the GDB stubs work with the standard
        GCC tools.
        GCC tools.
2003-01-21  Tim Michals  
2003-01-21  Tim Michals  
        * cdl/hal_mips_mips32.cdl: Make endianness configurable.
        * cdl/hal_mips_mips32.cdl: Make endianness configurable.
2002-05-24  Jesper Skov  
2002-05-24  Jesper Skov  
        * include/var_arch.h: Removed HAL_DIAG_IRQ_CHECK. It's not
        * include/var_arch.h: Removed HAL_DIAG_IRQ_CHECK. It's not
        implemented.
        implemented.
2002-05-22  Jesper Skov  
2002-05-22  Jesper Skov  
        * include/var_arch.h: Added __ASSEMBLER__ protection.
        * include/var_arch.h: Added __ASSEMBLER__ protection.
2002-02-11  Jesper Skov  
2002-02-11  Jesper Skov  
        * include/variant.inc: Initialize TRAP vector with break_vsr to
        * include/variant.inc: Initialize TRAP vector with break_vsr to
        support div-by-zero breakpoints set by GCC.
        support div-by-zero breakpoints set by GCC.
2001-12-04  Nick Garnett  
2001-12-04  Nick Garnett  
        * include/var_arch.h: Added macros to read/write CP0 registers.
        * include/var_arch.h: Added macros to read/write CP0 registers.
        * cdl/hal_mips_mips32.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
        * cdl/hal_mips_mips32.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
        option to enable reporting of CP0 registers to GDB.
        option to enable reporting of CP0 registers to GDB.
2001-03-21  Jesper Skov  
2001-03-21  Jesper Skov  
        * src/mips_mips32.ld: Added .2ram pattern.
        * src/mips_mips32.ld: Added .2ram pattern.
2001-02-23  Jesper Skov  
2001-02-23  Jesper Skov  
        * include/var_cache.h:  Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It
        * include/var_cache.h:  Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It
        is now the default.
        is now the default.
2001-02-15  Nick Garnett  
2001-02-15  Nick Garnett  
        * src/variant.S: Removed ISR tables.
        * src/variant.S: Removed ISR tables.
2001-01-31  Nick Garnett  
2001-01-31  Nick Garnett  
        * cdl/hal_mips_mips32.cdl: Move compile options here from atlas
        * cdl/hal_mips_mips32.cdl: Move compile options here from atlas
        package.
        package.
2000-12-21  Mark Salter  
2000-12-21  Mark Salter  
        * src/var_misc.c (hal_c_cache_init): Turn on caching in KSEG0.
        * src/var_misc.c (hal_c_cache_init): Turn on caching in KSEG0.
        * include/var_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Define.
        * include/var_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Define.
2000-10-20  Jesper Skov  
2000-10-20  Jesper Skov  
        * include/var_cache.h: Move volatile keyword before type.
        * include/var_cache.h: Move volatile keyword before type.
2000-08-03  Jonathan Larmour  
2000-08-03  Jonathan Larmour  
        * src/mips_mips32.ld: Revert below change, it was correct before.
        * src/mips_mips32.ld: Revert below change, it was correct before.
2000-07-24  Jonathan Larmour  
2000-07-24  Jonathan Larmour  
        * src/mips_mips32.ld: Added underscore to _stext and _etext.
        * src/mips_mips32.ld: Added underscore to _stext and _etext.
        Switched to new table definition mechanism.
        Switched to new table definition mechanism.
2000-07-24  Drew Moseley  
2000-07-24  Drew Moseley  
        * include/var_cache.h: Do not define
        * include/var_cache.h: Do not define
        CYGARC_HAL_COMMON_EXPORT_CPU_MACROS.
        CYGARC_HAL_COMMON_EXPORT_CPU_MACROS.
2000-07-21  Drew Moseley  
2000-07-21  Drew Moseley  
        * include/var_arch.h: Move cache definitions into var_cache.h.
        * include/var_arch.h: Move cache definitions into var_cache.h.
        * include/var_cache.h: Ditto.
        * include/var_cache.h: Ditto.
2000-07-20  Drew Moseley  
2000-07-20  Drew Moseley  
        * include/variant.inc: Use the real 3-operand mfc0 instruction.
        * include/variant.inc: Use the real 3-operand mfc0 instruction.
2000-07-14  Drew Moseley  
2000-07-14  Drew Moseley  
        * cdl/hal_mips_mips32.cdl: New variant support.
        * cdl/hal_mips_mips32.cdl: New variant support.
        * include/var_arch.h: Ditto.
        * include/var_arch.h: Ditto.
        * include/var_cache.h: Ditto.
        * include/var_cache.h: Ditto.
        * include/var_intr.h: Ditto.
        * include/var_intr.h: Ditto.
        * include/variant.inc: Ditto.
        * include/variant.inc: Ditto.
        * src/mips_mips32.ld: Ditto.
        * src/mips_mips32.ld: Ditto.
        * src/var_misc.c: Ditto.
        * src/var_misc.c: Ditto.
        * src/variant.S: Ditto.
        * src/variant.S: Ditto.
//===========================================================================
//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
//
//
// eCos is free software; you can redistribute it and/or modify it under
// eCos is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free
// the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 or (at your option) any later version.
// Software Foundation; either version 2 or (at your option) any later version.
//
//
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for more details.
// for more details.
//
//
// You should have received a copy of the GNU General Public License along
// You should have received a copy of the GNU General Public License along
// with eCos; if not, write to the Free Software Foundation, Inc.,
// with eCos; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
//
//
// As a special exception, if other files instantiate templates or use macros
// As a special exception, if other files instantiate templates or use macros
// or inline functions from this file, or you compile this file and link it
// or inline functions from this file, or you compile this file and link it
// with other works to produce a work based on this file, this file does not
// with other works to produce a work based on this file, this file does not
// by itself cause the resulting work to be covered by the GNU General Public
// by itself cause the resulting work to be covered by the GNU General Public
// License. However the source code for this file must still be made available
// License. However the source code for this file must still be made available
// in accordance with section (3) of the GNU General Public License.
// in accordance with section (3) of the GNU General Public License.
//
//
// This exception does not invalidate any other reasons why a work based on
// This exception does not invalidate any other reasons why a work based on
// this file might be covered by the GNU General Public License.
// this file might be covered by the GNU General Public License.
//
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================
//===========================================================================
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.