URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [powerpc/] [rattler/] [current/] [ChangeLog] - Rev 786
Compare with Previous | Blame | View Log
2009-01-31 Bart Veer <bartv@ecoscentric.com>
* cdl/hal_powerpc_rattler.cdl: update compiler flags for gcc 4.x
2008-11-07 Jonathan Larmour <jifl@eCosCentric.com>
* include/pkgconf/mlt_powerpc_rattler_ram.ldi:
* include/pkgconf/mlt_powerpc_rattler_rom.ldi:
* include/pkgconf/mlt_powerpc_rattler_romram.ldi:
Add SECTION_eh_frame and SECTION_RELOCS.
2003-12-11 Gary Thomas <gary@mlbassoc.com>
* src/hal_aux.c (_rattler_reset): Machine check needs to be disabled
for checkstop to happen. Interestingly enough, this fact seems to
differ from version to version of the 82xx chips.
2003-11-07 Gary Thomas <gary@mlbassoc.com>
* src/hal_aux.c (_rattler_leds): New function. Also set up I/O bits
properly to support LEDs.
2003-10-22 Gary Thomas <gary@mlbassoc.com>
* cdl/hal_powerpc_rattler.cdl: Add CDL to identify board model.
2003-09-21 Gary Thomas <gary@mlbassoc.com>
* misc/redboot_RAM.ecm:
* misc/redboot_ROM.ecm:
* misc/redboot_ROMRAM+PCI.ecm:
* misc/redboot_ROMRAM.ecm: Adjust for changes in RedBoot
template - DNS now must be enabled manually.
2003-09-08 Gary Thomas <gary@mlbassoc.com>
* src/hal_aux.c (hal_platform_init): Avoid performing some hardware
initialization for "user" programs (those that are assuming the
presence of a working ROM monitor). These initializations caused
the monitor (RedBoot) to get totally lost, especiall when connected
to GDB via ethernet.
2003-09-02 Gary Thomas <gary@mlbassoc.com>
* src/hal_aux.c (_rattler_reset): Try to be more careful when
resetting the board - sometimes PCI vanished when this was done.
2003-08-28 Gary Thomas <gary@mlbassoc.com>
* src/redboot_linux_exec.c: Obsolete file - removed.
* src/plf_redboot_linux_exec.c: New file - platform specifics
for booting Linux kernel from RedBoot.
* cdl/hal_powerpc_rattler.cdl: Linux booting from RedBoot is
now supported at the architecture level. Changes to support
architecture/platform layering.
2003-08-26 Gary Thomas <gary@mlbassoc.com>
* src/rattler.S:
* src/hal_aux.c: Add PCI initialization - agent mode only.
2003-08-19 Gary Thomas <gary@mlbassoc.com>
* src/redboot_linux_exec.c:
* src/rattler.S:
* src/hal_diag.c:
* src/hal_aux.c:
* misc/redboot_ROMRAM.ecm:
* misc/redboot_ROMRAM+PCI.ecm:
* misc/redboot_ROM.ecm:
* misc/redboot_RAM.ecm:
* include/pkgconf/mlt_powerpc_rattler_romram.mlt:
* include/pkgconf/mlt_powerpc_rattler_romram.ldi:
* include/pkgconf/mlt_powerpc_rattler_romram.h:
* include/pkgconf/mlt_powerpc_rattler_rom.mlt:
* include/pkgconf/mlt_powerpc_rattler_rom.ldi:
* include/pkgconf/mlt_powerpc_rattler_rom.h:
* include/pkgconf/mlt_powerpc_rattler_ram.mlt:
* include/pkgconf/mlt_powerpc_rattler_ram.ldi:
* include/pkgconf/mlt_powerpc_rattler_ram.h:
* include/plf_stub.h:
* include/plf_regs.h:
* include/plf_intr.h:
* include/plf_cache.h:
* include/hal_diag.h:
* cdl/hal_powerpc_rattler.cdl: New file(s) - platform HAL for
Analogue & Micro Rattler (Motorola MPC8250)
//===========================================================================
// ####GPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
//
// This program 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.
//
// This program 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 this program; if not, write to the
// Free Software Foundation, Inc., 51 Franklin Street,
// Fifth Floor, Boston, MA 02110-1301, USA.
// -------------------------------------------
// ####GPLCOPYRIGHTEND####
//===========================================================================