2009-03-12  Nick Garnett  <nickg@ecoscentric.com>

	* include/pkgconf/mlt_arm_evba7_16k_ram.h:
	* include/pkgconf/mlt_arm_evba7_16k_ram.ldi:
	* include/pkgconf/mlt_arm_evba7_16k_rom.h:
	* include/pkgconf/mlt_arm_evba7_16k_rom.ldi:
	* include/pkgconf/mlt_arm_evba7_32k_ram.h:
	* include/pkgconf/mlt_arm_evba7_32k_ram.ldi:
	* include/pkgconf/mlt_arm_evba7_32k_rom.h:
	* include/pkgconf/mlt_arm_evba7_32k_rom.ldi: Add these MLT files
	to support all board variants.

2009-03-05  Bart Veer  <bartv@ecoscentric.com>

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

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

	* cdl/hal_arm_lpc2xxx_evba7.cdl: switch from arm-elf-gcc to
	arm-eabi-gcc.

2008-02-07  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/hal_arm_lpc2xxx_evba7.cdl: Incorporate thumb
	and interworking flags from options into CFLAGS directly -
	inference engine sometimes otherwise turns interworking off
	in stubs.

2008-02-05  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/hal_arm_lpc2xxx_evba7.cdl: Theoretically PLL multiplier can
	be up to 32. But set default to 5 to avoid exceeding 60MHz
	limit on most cores.
	Set PLL divider to 2, to avoid exceeding f(CCO) limits.
	(CYGPRI_HAL_ARM_EVBA7_MEM_SEGMENTS): No RedBoot memory segments
	need supporting so remove.
	* src/evba7_misc.c (cyg_plf_memory_segment): Remove - unneeded.

2006-10-04  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/hal_arm_lpc2xxx_evba7.cdl: Implement
	CYGINT_HAL_VIRTUAL_VECTOR_VPRINTF.

2006-05-24  Nick Garnett  <nickg@ecoscentric.com>

	* misc/bdi2000.evba7.cfg: Added BDI2000 configuration file.

2005-05-12  John Dallaway  <jld@ecoscentric.com>

	* misc/redboot_ROM.ecm: Enable CYGBLD_ARM_ENABLE_THUMB_INTERWORK.

2005-04-14  Nick Garnett  <nickg@ecoscentric.com>

	* doc/evba7.sgml: Updated to include boards fitted with
	PA-EBVA7-144 adaptor.

2005-04-05  John Dallaway  <jld@ecoscentric.com>

	* cdl/hal_arm_lpc2xxx_evba7.cdl: Eliminate
	-mno-short-load-words from the CFLAGS and LDFLAGS. It is not
	required and has been renamed for GCC 3.4.

2005-01-21  Nick Garnett  <nickg@ecoscentric.com>

	* src/evba7_misc.c (hal_platform_init): Added empty function to
	keep variant HAL happy.

2005-01-14  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_lpc2xxx_evba7.cdl: Renamed options and values to
	reflect new organization of MLT files.

	* include/hal_platform_setup.h: Fixed init values of pinsel2 and
	EMC to support external RAM when used with  PA-EBVA7-144 adaptor.

	* misc/redboot_ROM.ecm: Added ECM file for running RedBoot on
	devices that have external RAM.

	* include/pkgconf/mlt_arm_evba7_lpc2106_rom.ldi: 
	* include/pkgconf/mlt_arm_evba7_lpc2106_rom.h: 
	* include/pkgconf/mlt_arm_evba7_lpc2106_ram.ldi: 
	* include/pkgconf/mlt_arm_evba7_lpc2106_ram.h: 
	* include/pkgconf/mlt_arm_evba7_64k_rom.ldi: 
	* include/pkgconf/mlt_arm_evba7_64k_rom.h: 
	* include/pkgconf/mlt_arm_evba7_64k_ram.ldi: 
	* include/pkgconf/mlt_arm_evba7_64k_ram.h: 
	Renamed *lpc2106* files to *64k*. These now provide generic
	support for hardware which uses 64k of on-chip static RAM.
	
	* include/pkgconf/mlt_arm_evba7_1m_rom.ldi: 
	* include/pkgconf/mlt_arm_evba7_1m_rom.h: 
	* include/pkgconf/mlt_arm_evba7_1m_ram.ldi: 
	* include/pkgconf/mlt_arm_evba7_1m_ram.h: 
	Added these files to provide generic support for any device that
	uses the 1M of external RAM on the PA-EBVA7-144.
	
2004-11-08  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_lpc2xxx_evba7.cdl: Reorganized CDL to allow for
	boards fitted with a variety of different processor parts.

	* include/hal_platform_setup.h: Reorganized initialization code to
	make use of generic macros defined in LPC2XXX variant HAL.

	* include/pkgconf/mlt_arm_evba7_lpc2106_rom.ldi: 
	* include/pkgconf/mlt_arm_evba7_lpc2106_rom.h: 
	* include/pkgconf/mlt_arm_evba7_lpc2106_ram.ldi: 
	* include/pkgconf/mlt_arm_evba7_lpc2106_ram.h: 
	Added these MLT files to support the EVBA7 with just an lpc2106
	installed.
	
	* include/pkgconf/mlt_arm_evba7_sram.ldi: 
	* include/pkgconf/mlt_arm_evba7_sram.h:
	Modified to support applications loaded into 16k of on-chip SRAM
	via JTAG or the ISP loader.
	
2004-10-07  Nick Garnett  <nickg@ecoscentric.com>

	* src/evba7_misc.c (cyg_plf_memory_segment): 
	* include/hal_platform_setup.h: Some small tidies.

	* cdl/hal_arm_lpc2xxx_evba7.cdl:
	Added CYGBLD_HAL_ARM_EVBA7_GDB_STUBS component to convert stubrom
	ELF file into S-Record file for FlashLPC tool. Removed SRAM and
	ROMRAM startup types.

	* doc/evba7.sgml: Cleaned up and brought up to date with the
	hardware.

2004-10-05  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_lpc2xxx_evba7.cdl:
	* doc/evba7.sgml:
	* include/hal_platform_ints.h:
	* include/hal_platform_setup.h:
	* include/plf_io.h:
	* include/pkgconf/mlt_arm_evba7_ram.h:
	* include/pkgconf/mlt_arm_evba7_ram.ldi:
	* include/pkgconf/mlt_arm_evba7_rom.h:
	* include/pkgconf/mlt_arm_evba7_rom.ldi:
	* include/pkgconf/mlt_arm_evba7_sram.h:
	* include/pkgconf/mlt_arm_evba7_sram.ldi:
	* src/evba7_misc.c:
	New package: support for Ashling EVBA7 development board.
	

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation, Inc.      
// Copyright (C) 2004, 2005, 2006, 2008 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####                                                  
//===========================================================================
