2002-12-07 Gary Thomas * misc/redboot_ROMRAM.ecm: * misc/redboot_ROM.ecm: * misc/redboot_RAM.ecm: Suppress building Linux 'exec' command (which makes little sense on this platform). 2002-09-23 Gary Thomas on behalf of 2002-11-23 Scott Dattalo * include/plf_io.h: Add some missing register definitions. 2002-05-28 Thomas Koeller * include/plf_io.h: Add watchdog definitions. 2002-05-08 Gary Thomas * misc/redboot_ROMRAM.ecm: * misc/redboot_ROM.ecm: Disable 'fconfig' since the FLASH is too small. 2001-08-17 George Hampton 2001-08-17 Gary Thomas * include/hal_platform_ints.h (CYGNUM_HAL_ISR_COUNT): PR 22864 Don't adjust by "min" value if not doing translations. 2001-07-26 Gary Thomas * src/at91_misc.c (hal_clock_initialize): * cdl/hal_arm_at91.cdl: Increase system clock (RTC) to run at 1MHz for better timing resolution. CAUTION! this means that the system clock tick can never be more than 64ms. 2001-07-23 Gary Thomas * include/pkgconf/mlt_arm_at91_eb40_romram.mlt: * include/pkgconf/mlt_arm_at91_eb40_romram.ldi: * include/pkgconf/mlt_arm_at91_eb40_romram.h: * include/pkgconf/mlt_arm_at91_eb40_ram.mlt: * include/pkgconf/mlt_arm_at91_eb40_ram.ldi: * include/pkgconf/mlt_arm_at91_eb40_ram.h: * cdl/hal_arm_at91.cdl: Fix MLT files (names, layout). 2001-07-20 Gary Thomas * include/plf_io.h: Add UART interrupt definitions. * src/hal_diag.c (cyg_hal_plf_serial_control): Enable ^C support. * src/at91_misc.c (hal_clock_initialize): Add clock/rtc implementation. * include/pkgconf/mlt_arm_at91_eb40_romram.ldi: Replace missing 'fixed vectors'. 2001-07-19 Gary Thomas * misc/redboot_ROMRAM.ecm: New exported config. * include/pkgconf/mlt_arm_at91_eb40_romram.ldi: * include/pkgconf/mlt_arm_at91_eb40_ram.mlt: * include/pkgconf/mlt_arm_at91_eb40_ram.ldi: * include/hal_platform_setup.h: Fix ROMRAM startup mode. Note: I can't get the onboard SRAM at 0x00100000 to work, so for now, this will just have to go in low external RAM. Thus the change for the RAM base address in startup=RAM mode. * src/hal_diag.c (cyg_hal_plf_serial_getc_timeout): Remove debug code. * src/at91_misc.c (set_leds): LEDs are on D4/D2/D1. * misc/redboot_ROM.ecm: * misc/redboot_RAM.ecm: Exported configurations. * include/pkgconf/mlt_arm_at91_eb40_romram.mlt: * include/pkgconf/mlt_arm_at91_eb40_romram.ldi: * include/pkgconf/mlt_arm_at91_eb40_romram.h: New startup type. * include/pkgconf/mlt_arm_at91_eb40_rom.h: Fix heap layout. * include/pkgconf/mlt_arm_at91_eb40_ram.mlt: * include/pkgconf/mlt_arm_at91_eb40_ram.ldi: * include/pkgconf/mlt_arm_at91_eb40_ram.h: Fix heap layout. Move RAM load address to leave room for RedBoot/GDB. * include/plf_io.h: Add definitions for PIO, EBI and PS. * include/hal_platform_setup.h: ROM startup mode now works. First attempt at ROMRAM startup - not yet working. * cdl/hal_arm_at91.cdl: Add ROMRAM startup mode. 2001-07-18 Gary Thomas * src/hal_diag.c: More complete initialization. * src/at91_misc.c: Support interrupt controller, delay_us(). * include/plf_io.h: Add interrupt controller, timer definitions. * cdl/hal_arm_at91.cdl: Fix clock speed, number I/O channels. 2001-07-16 Gary Thomas * src/hal_diag.c: * src/at91_misc.c: * include/pkgconf/mlt_arm_at91_eb40_rom.mlt: * include/pkgconf/mlt_arm_at91_eb40_rom.ldi: * include/pkgconf/mlt_arm_at91_eb40_rom.h: * include/pkgconf/mlt_arm_at91_eb40_ram.mlt: * include/pkgconf/mlt_arm_at91_eb40_ram.ldi: * include/pkgconf/mlt_arm_at91_eb40_ram.h: * include/plf_stub.h: * include/plf_io.h: * include/hal_platform_setup.h: * include/hal_platform_ints.h: * include/hal_diag.h: * include/hal_cache.h: * cdl/hal_arm_at91.cdl: New port - cloned from E7T. //=========================================================================== //####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#### //===========================================================================