2010-02-08  Nick Garnett  <nickg@ecoscentric.com>

	* include/pkgconf/mlt_arm_at91_eb40a_mec01ram.ldi:
	* include/pkgconf/mlt_arm_at91_eb40a_mec01ram.h: Eliminate double
	heap. This seems to confuse some test programs.

2009-07-21  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: 
	* misc/redboot_JTAG.ecm: 
	* include/pkgconf/mlt_arm_at91_eb40a_jtag.ldi:
	* include/pkgconf/mlt_arm_at91_eb40a_jtag.h: Add support for JTAG
	based applications and RedBoot.

	* misc/peedi.eb40a.cfg:
	* misc/bdi3000.eb40a.cfg: Add JTAG debug configuration files.

2009-01-31  Bart Veer <bartv@ecoscentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: update compiler flags for gcc 4.x

2009-01-24  Bart Veer <bartv@ecoscentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: switch from arm-elf-gcc to
	arm-eabi-gcc. Remove -mno-short-load-words.

2006-10-10  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: Added implements for serial devices
	available on this board.

2005-02-01  John Dallaway  <jld@ecoscentric.com>

	* misc/redboot_ROM.ecm, misc/redboot_RAM.ecm: Disable
	CYGBLD_BUILD_REDBOOT_WITH_CACHES for RedBoot builds.

2004-11-19  John Dallaway  <jld@ecoscentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: Rely on the inference engine to
	adjust CYGBLD_GLOBAL_CFLAGS and CYGBLD_GLOBAL_LDFLAGS in observation
	of CYGHWR_THUMB and CYGBLD_ARM_ENABLE_THUMB_INTERWORK.
	* misc/redboot_ROM.ecm, misc/redboot_RAM.ecm: Enable
	CYGBLD_ARM_ENABLE_THUMB_INTERWORK for RedBoot builds.

2004-09-16  Andrea Michelotti <amichelotti@atmel.com>

	* include/hal_platform_ints.h: When CYGHWR_HAL_ARM_AT91_FIQ is defined 
	  CYGNUM_HAL_ISR_MIN is equal to zero.
	
2004-08-30  Thomas Koeller <thomas.koeller@baslerweb.com>

	* cdl//hal_arm_at91_eb42.cdl: Undid change of 2004-02-12. These
	options are not really common among all platforms.

2004-05-10  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: Pass -n to linker to avoid ELF PHDR
	containing a "truncated" program load address.

2004-04-21  Nick Garnett  <nickg@ecoscentric.com>

	* include/hal_platform_setup.h: Fixed thumb assemble problems by
	adding an ldrc (load register with constant) macro that has
	different behaviour depending on __thumb__ setting.

2004-03-15  Jonathan Larmour  <jifl@eCosCentric.com>

	* include/pkgconf/mlt_arm_at91_eb40a_mec01ram.ldi: Reserve correct
	amount of RAM for monitor.

2004-03-12  Jonathan Larmour  <jifl@eCosCentric.com>

	* include/pkgconf/mlt_arm_at91_eb40a_mec01ram.ldi: Include .eh_frame
	.got, and reloc sections.
	* include/pkgconf/mlt_arm_at91_eb40a_ram.ldi: Ditto.
	* include/pkgconf/mlt_arm_at91_eb40a_rom.ldi: Ditto.
	* include/pkgconf/mlt_arm_at91_eb40a_romram.ldi: Ditto.

2004-03-01  John Dallaway  <jld@ecoscentric.com>

	* misc/redboot_ROMRAM.ecm: Delete to eliminate ROMRAM RedBoot support.

2004-02-18  John Dallaway  <jld@ecoscentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: Observe CYGHWR_THUMB and
	CYGBLD_ARM_ENABLE_THUMB_INTERWORK in calculating the default
	values for CYGBLD_GLOBAL_CFLAGS and CYGBLD_GLOBAL_LDFLAGS.

2004-02-12  Jani Monoses <jani@iv.ro>

	* cdl/hal_arm_at91_eb40a.cdl: Move configuration options 
	common to all AT91 EB boards up to AT91 variant .cdl.
	
2004-01-23  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/hal_arm_at91_eb40a.cdl: Add new option
	CYGHWR_HAL_ARM_AT91_EB40A_MEC01_RAM to allow use of MEC01
	extension RAM for linking.
	(CYGHWR_MEMORY_LAYOUT): use mec01 mlt files if above option selected.
	(CYGHWR_MEMORY_LAYOUT_LDI): Ditto.
	(CYGHWR_MEMORY_LAYOUT_H): Ditto.
	(CYGPRI_HAL_ARM_AT91_EB40A_MEM_SEGMENTS): New CDL to set RAM segment
	count in redboot package.

	* include/hal_platform_setup.h (_InitMemory): Map MEC01 memory.

	* src/eb40a_misc.c (cyg_plf_memory_segment): New function. Called
	by RedBoot to determine RAM segments.

	* include/pkgconf/mlt_arm_at91_eb40a_mec01ram.h: New file. Used when
	CYGHWR_HAL_ARM_AT91_EB40A_MEC01_RAM enabled.
	* include/pkgconf/mlt_arm_at91_eb40a_mec01ram.ldi: Ditto.
	* include/pkgconf/mlt_arm_at91_eb40a_ram.h: Define mec01ram region.
	* include/pkgconf/mlt_arm_at91_eb40a_rom.h: Ditto.
	* include/pkgconf/mlt_arm_at91_eb40a_romram.h: Ditto.
	* include/pkgconf/mlt_arm_at91_eb40a_ram.ldi: Define mec01ram region.
	* include/pkgconf/mlt_arm_at91_eb40a_rom.ldi: Ditto.
	* include/pkgconf/mlt_arm_at91_eb40a_romram.ldi: Ditto.

2003-12-16  Gary Thomas  <gary@mlbassoc.com>

	* misc/redboot_ROMRAM.ecm: 
	CYGNUM_FLASH_WORKSPACE_SIZE is no longer used.

2003-09-30 Jani Monoses <jani@iv.ro> 

	* cdl/hal_arm_at91_eb40a.cdl: Interfaces are already implemented by
	AT91 variant .cdl, do not duplicate them here.
	
2003-07-15  Jonathan Larmour  <jifl@eCosCentric.com>

	* include/hal_platform_ints.h (HAL_PLATFORM_RESET): Actually use
	hal_at91_reset_cpu().

2003-06-11  Oyvind Harboe  <oyvind.harboe@zylin.com>
	
	* src/eb40a_misc.c:
	LED routines were using the wrong bits.
	
	* include/plf_io.h
	LED defines were using the wrong bits
	Added defines for the EB40a board push buttons
	
2003-05-12  Nick Garnett  <nickg@balti.calivar.com>

	* src/eb40a_misc.c:
	Renamed and changed behaviour of led routines. They now all have
	hal_at91_ in front to prevent namespace pollution, and all now
	just take a simple 8 bit mask and adapt to the specific pin
	assignments internally.

	* cdl/hal_arm_at91_eb40a.cdl: Added requirement for
	CYGHWR_HAL_ARM_AT91 == "R40008" to customize the variant HAL to
	the device on this board.

	* include/hal_platform_setup.h: Added _led_init and _led macros to
	initialize and work board LEDs. Ensured that LEDs work even in RAM
	startup.

	* include/pkgconf/mlt_arm_at91_eb40a_ram.ldi: 
	* include/pkgconf/mlt_arm_at91_eb40a_ram.h: 
	* include/pkgconf/mlt_arm_at91_eb40a_rom.ldi: 
	* include/pkgconf/mlt_arm_at91_eb40a_rom.h: 
	* include/pkgconf/mlt_arm_at91_eb40a_romram.ldi: 
	* include/pkgconf/mlt_arm_at91_eb40a_romram.h:
	Changed RAM configuration to work only within the 256K of SRAM
	normally shipped with these boards.

2002-07-14  Tim Drury <tdrury@siliconmotorsports.com>

	* adapted from Thomas Koeller's <Thomas.Koeller@baslerweb.com> EB40
	patch to the original AT91 ecos base.  Fixed up FLASH, RAM, and SRAM
	sizes and locations throughout.  My EB40A board came with 1MB on-board
	SRAM although the docs state SRAM is NOT included, so this port
	reflects my on-board SRAM.
	* cdl/hal_arm_at91_eb40a.cdl - changed to 66MHz clock
	* include/hal_platform_setup.h - wait states for FLASH and SRAM are the
	same as EB40 (oddly enough).  The parts are faster but so is the AT91
	part, so the pre- and post-wait state numbers came out the same.
	* include/plf_io.h - added EB40A on-board LED definitions
	* include/pkgconf/* - changed all .h and .ldi files to reflect new
	FLASH, SRAM, and RAM sizes and locations.  NOTE: I do not use Windows
	so someone else will have to create the .mlt files that the GUI
	configuration tool needs to generate the .h and .ldi files.
	* misc/*.ecm - changed to use AT49LV1614 FLASH
	* src/eb40a_misc.c - added led_on(), led_off(), and get_leds()


//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
// Copyright (C) 2004, 2005 eCosCentric Limited                             
//
// 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####                                                  
//===========================================================================
