Mercurial > ecos
view packages/hal/sh/se77x9/current/ChangeLog @ 2752:b3aec2531be4
Update compiler flags
| author | bartv |
|---|---|
| date | Tue, 03 Feb 2009 21:13:25 +0000 |
| parents | 74dbf4c3f2e1 |
| children | 89fede1ca7da |
line wrap: on
line source
2009-01-31 Bart Veer <bartv@ecoscentric.com> * cdl/hal_sh_sh77x9_se77x9.cdl: update compiler flags for gcc 4.x 2003-09-21 Gary Thomas <gary@mlbassoc.com> * misc/redboot_SE7709RP01_RAM.ecm: * misc/redboot_SE7709RP01_ROM.ecm: Adjust for changes in RedBoot template - DNS now must be enabled manually. 2002-08-06 Gary Thomas <gary@chez-thomas.org> 2002-08-06 Motoya Kurotsu <kurotsu@allied-telesis.co.jp> * src/ser16c550c.c: I/O channel data can't be constant - contains timeout information which can be changed. 2002-05-08 Jesper Skov <jskov@redhat.com> * src/hal_diag.c: Serial register renaming. 2001-10-31 Jonathan Larmour <jlarmour@redhat.com> * cdl/hal_sh_sh77x9_se77x9.cdl: Indicate support of variable baud rates. 2001-10-18 Jesper Skov <jskov@redhat.com> * src/plf_misc.c (hal_platform_init): Fix option spelling. * cdl/hal_sh_sh77x9_se77x9.cdl: Fix SuperIO CDL option mistake. 2001-10-16 Jesper Skov <jskov@redhat.com> * cdl/hal_sh_sh77x9_se77x9.cdl: Removed DP83902A hack. 2001-10-15 Jesper Skov <jskov@redhat.com> * cdl/hal_sh_sh77x9_se77x9.cdl: Additional requirements to work around problem of inferred values. Added DP83902A hack. * src/ser16c550c.c: Get serial controller details from CDL. * src/plf_misc.c (hal_platform_init): Only call SuperIO init function if required. * include/platform.inc (BSC_settings_table): Initialize for DRAM or SDRAM - but crudely so. Proper configury will be needed eventually, when it's clear how much the SE77X9 boards actually differ. * cdl/hal_sh_sh77x9_se77x9.cdl: Added SE7709RP01 platform support. Added XTAL default option. Added options for serial controller. Added crude option for DRAM/SDRAM. Added option for SuperIO. 2001-09-25 Jesper Skov <jskov@redhat.com> * include/plf_intr.h: Removed dummy CYGPRI_HAL_INTERRUPT_ACKNOWLEDGE_PLF and CYGPRI_HAL_INTERRUPT_CONFIGURE_PLF definitions. 2001-09-13 Jesper Skov <jskov@redhat.com> * cdl/hal_sh_sh77x9_se77x9.cdl: Add CPU option. 2001-09-12 Jesper Skov <jskov@redhat.com> * include/plf_intr.h: Added interrupt controller support. 2001-07-27 Jesper Skov <jskov@redhat.com> * cdl/hal_sh_sh77x9_se77x9.cdl: Generate .eprom.srec of RedBoot image. 2001-06-28 Jesper Skov <jskov@redhat.com> * include/pkgconf/mlt_sh_sh77x9_se77x9_ram.ldi: Leave 128k for RedBoot. * include/pkgconf/mlt_sh_sh77x9_se77x9_ram.mlt: Same. * include/pkgconf/mlt_sh_sh77x9_se77x9_ram.h: Same. * misc/redboot_RAM.ecm: Added compression. * misc/redboot_ROM.ecm: Same. * cdl/hal_sh_sh77x9_se77x9.cdl: Don't make relocated .srec file. 2001-06-26 Jesper Skov <jskov@redhat.com> * misc/redboot_RAM.ecm: Reduced stacksize to 6kB. * misc/redboot_ROM.ecm: Same. 2001-06-25 Jesper Skov <jskov@redhat.com> * misc/redboot_RAM.ecm: Updated stack size. * misc/redboot_ROM.ecm: Same. 2001-06-22 Jesper Skov <jskov@redhat.com> * include/platform.inc (SDMR): Fiddled. 2001-06-19 Jesper Skov <jskov@redhat.com> * cdl/hal_sh_sh77x9_se77x9.cdl: Our board has a 7709S CPU. * misc/redboot_ROM.ecm: Don't include CPU variant details. * misc/redboot_RAM.ecm: Same. 2001-06-17 Jesper Skov <jskov@redhat.com> * include/plf_intr.h: Renamed serial interrupts. * src/smsc37c93x.c (cyg_hal_init_superIO): Power on COM1. Use correct interrupt. * src/ser16c550c.c: Got it enabled. Correct offset and clock. * src/hal_diag.c (cyg_hal_plf_comms_init): SuperIO working. 2001-06-16 Jesper Skov <jskov@redhat.com> * include/plf_intr.h: Define external interrupts. * misc/redboot_ROM.ecm: Added eth driver. * misc/redboot_RAM.ecm: Same. * cdl/hal_sh_sh77x9_se77x9.cdl: Force IRL interrupt mode. Separate srec output rules for Hitachi Mon (which needs reloc) and for normal RedBoot use. 2001-06-12 Jesper Skov <jskov@redhat.com> * src/smsc37c93x.c: Use 16bit writes. * src/ser16c550c.c: Update to access by 16bit units. Can't get it to work though. * cdl/hal_sh_sh77x9_se77x9.cdl: Only two serial channels. * src/hal_diag.c: Same. 2001-06-12 Jesper Skov <jskov@cambridge.redhat.com> * New platform HAL. //=========================================================================== // ####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#### //===========================================================================
