URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [sh/] [sh4_202_md/] [current/] [ChangeLog] - Rev 786
Compare with Previous | Blame | View Log
2009-01-31 Bart Veer <bartv@ecoscentric.com>
* cdl/hal_sh_sh4_202_md.cdl: update compiler flags for gcc 4.x
2008-12-30 John Dallaway <john@dallaway.org.uk>
* cdl/hal_sh_sh4_202_md.cdl: Reference per-package documentation.
2003-10-16 John Dallaway <jld@ecoscentric.com>
* misc/sh4_202_md.ld: Place .stack at 0x88200000 by default.
2003-10-15 Nick Garnett <nickg@ecoscentric.com>
* include/plf_intr.h: Moved address of FPGA_INTC_BASE from
0x06110000 to 0xA6110000. This moves it from cached to uncached
space and fixes some networking problems.
2003-09-21 John Dallaway <jld@ecoscentric.com>
* doc/sh4_202_md.sgml: Minor tidy up.
2003-09-21 Jonathan Larmour <jifl@eCosCentric.com>
* doc/sh4_202_md.sgml: Document FPSCR change caveats.
2003-09-18 John Dallaway <jld@ecoscentric.com>
* doc/sh4_202_md.sgml: Fix typo and name of DIP bank 2 switch 2.
2003-09-17 Jonathan Larmour <jifl@eCosCentric.com>
* misc/redboot_EEPROM.ecm: New file to support building for the EEPROM
(same as ROM but no flash driver).
* doc/sh4_202_md.sgml: Comment out mentions of -fomit-stack-pointer
as it doesn't apply any more.
Document use of EEPROM boot for RedBoot.
* cdl/hal_sh_sh4_202_md.cdl (CYGBLD_BUILD_REDBOOT_BIN): don't
build redboot.eprom.srec - hangover from different target.
* include/platform.inc (init_table): Rely on FPGA to set up FEMI
area 0.
2003-09-16 Jonathan Larmour <jifl@ecoscentric.com>
* include/plf_intr.h (CYGPRI_HAL_INTERRUPT_UPDATE_LEVEL_PLF):
Recognise level specific interrupts.
* include/pkgconf/mlt_sh_sh4_202_md_rom.mlt: Delete. Invalid.
* include/pkgconf/mlt_sh_sh4_202_md_ram.mlt: Delete. Invalid.
* include/pkgconf/mlt_sh_sh4_202_md_rom.ldi: Add .eh_frame support.
* include/pkgconf/mlt_sh_sh4_202_md_ram.ldi: Ditto.
2003-09-15 John Dallaway <jld@ecoscentric.com>
* cdl/hal_sh_sh4_202_md.cdl: Big-endian operation not supported.
2003-09-12 John Dallaway <jld@ecoscentric.com>
* doc/sh4_202_md.sgml: Minor tidy of platform documentation.
2003-09-11 Nick Garnett <nickg@ecoscentric.com>
* src/plf_misc.c (hal_platform_init): Removed intEnableReg to
quash build warning.
2003-09-10 Nick Garnett <nickg@ecoscentric.com>
* cdl/hal_sh_sh4_202_md.cdl: Added definition of
HAL_PLATFORM_CPU. Cleaned up comments.
2003-09-09 Nick Garnett <nickg@ecoscentric.com>
* doc/sh4_202_md.sgml: Added initial version of platform
documentation.
2003-09-05 Nick Garnett <nickg@ecoscentric.com>
* New platform HAL for SuperH SH4-202 MicroDev CPU board.
//===========================================================================
// ####GPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 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####
//===========================================================================