URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [mips/] [mips32/] [v2_0/] [ChangeLog] - Rev 475
Go to most recent revision | Compare with Previous | Blame | View Log
2003-04-10 Nick Garnett <nickg@balti.calivar.com>
* src/mips_mips32.ld:
Added libsupc++.a to GROUP() directive for GCC versions later than
3.0.
2003-04-09 Jonathan Larmour <jifl@eCosCentric.com>
* src/mips_mips32.ld:
Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
2003-02-27 Nick Garnett <nickg@calivar.com>
* 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
GCC tools.
2003-01-21 Tim Michals <t.michals@attbi.com>
* cdl/hal_mips_mips32.cdl: Make endianness configurable.
2002-05-24 Jesper Skov <jskov@redhat.com>
* include/var_arch.h: Removed HAL_DIAG_IRQ_CHECK. It's not
implemented.
2002-05-22 Jesper Skov <jskov@redhat.com>
* include/var_arch.h: Added __ASSEMBLER__ protection.
2002-02-11 Jesper Skov <jskov@redhat.com>
* include/variant.inc: Initialize TRAP vector with break_vsr to
support div-by-zero breakpoints set by GCC.
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.
//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
//
// 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
// 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
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
// for more details.
//
// You should have received a copy of the GNU General Public License along
// with eCos; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
//
// 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
// 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
// License. However the source code for this file must still be made available
// 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 file might be covered by the GNU General Public License.
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================
Go to most recent revision | Compare with Previous | Blame | View Log