2009-11-09  Alex Schuilenburg  <alexs@ecoscentric.com>

	* doc/at91sam7xek.sqml: Add SAM-BA instructions for gdb stub
	installation into FLASH.

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

	* cdl/hal_arm_at91sam7xek.cdl: Add configuration for LWIP on
	different targets.

	* misc/bdi3000.at91sam7x.cfg: Add this file for BDI3000 support.
	
	* misc/peedi.at91sam7xek.cfg: Bring up to date.

	* doc/at91sam7xek.sgml: Update to BDI3000 from BDI2000. Add
	mention of X512 variant. Add instructions for changing the GPNVM
	bit that controls booting.

2008-06-17  Jonathan Larmour  <jifl@eCosCentric.com>

	* doc/at91sam7xek.sgml: Clarify that watchdog is always started by
	hardware and so needs servicing if driver included.

2008-05-28  John Dallaway  <jld@ecoscentric.com>

	* cdl/hal_arm_at91sam7xek.cdl: Implement the
	CYGINT_IO_SERIAL_FLOW_CONTROL_HW and CYGINT_IO_SERIAL_LINE_STATUS_HW
	interfaces. Tidy up description strings.

2008-04-30  John Eigelaar <jeigelaar@mweb.co.za>

        * cdl/hal_arm_at91sam7xek.cdl: Added configuration options in 
	order to support the at91sam7x512
	* src/at91sam7xek_misc.c: Fix a typo in the phy initialisation code.
	Pin 18 was being setup to drive the powerdown pin of the phy but 
	pin 19 was driven low instead.

2008-01-10  Jonathan Larmour  <jifl@eCosCentric.com>

	* src/at91sam7xek_misc.c (hal_plf_eth_init): Remove unused var 'i'.

2007-10-24  Jonathan Larmour  <jifl@eCosCentric.com>

	* doc/at91sam7xek.sgml: Document use of lwIP-specific ethernet
	driver for efficient use of memory with lwIP.

2007-10-19  Jonathan Larmour  <jifl@eCosCentric.com>

	* src/at91sam7xek_misc.c (hal_plf_eth_init): Clean up a bit, and
	re-enable user resets afterwards; although a lengthy delay is
	required for some reason.
	* cdl/hal_arm_at91sam7xek.cdl: If using eth driver, ensure correct
	PHY is selected.

2007-09-10  John Dallaway  <jld@ecoscentric.com>

	* doc/at91sam7xek.sgml: Correct bdiGDB register definition filename.

2007-06-18  Jonathan Larmour  <jifl@eCosCentric.com>

	* misc/peedi.at91sam7xek.cfg: Do not disable watchdog - when under
	debug, the processor automatically stops the watchdog timer by
	default, so we need not interfere.
	* misc/bdi2000.at91sam7xek.cfg: Ditto.

2007-03-14  John Dallaway  <jld@ecoscentric.com>

	* src/at91sam7xek_dataflash.c: Enable dataflash card support.

2007-03-12  John Dallaway  <jld@ecoscentric.com>

	* doc/at91sam7xek.sgml: CYGDBG_HAL_DIAG_TO_DEBUG_CHAN should be
	disabled (not enabled) to route raw diagnostic output to the debug
	serial port.

2007-03-08  Jonathan Larmour  <jifl@eCosCentric.com>

	* doc/at91sam7xek.sgml: Document use with PEEDI.

	* misc/peedi.at91sam7xek.cfg: Add Ronetix PEEDI JTAG configuration.

2007-03-05  John Dallaway  <jld@ecoscentric.com>

	* cdl/hal_arm_at91sam7xek.cdl: Reference per-package HTML
	documentation.

2007-01-17  John Eigelaar <jeigelaar@mweb.co.za>

        * Added hal_plf_eth_init() in order to initialise the Davicom
	  9161A PHY properly on the Evaluation board
	  
2007-01-02  Uwe Kindler <uwe_kindler@web.de>

	* cdl/hal_arm_at91sam7s.cdl Moved HAL_PLATFORM_XXX defines and
	definition of platform header file (CYGBLD_HAL_PLATFORM_H) from
	package CYGPKG_HAL_ARM_AT91SAM7 into board specific packages.
	
2006-11-13  Nick Garnett  <nickg@ecoscentric.com>

	* doc/at91sam7xek.sgml: Added information about TWI/I2C support.

2006-11-02  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_at91sam7xek.cdl: 
	* src/at91sam7xek_dataflash.c: Added definitions of on-board
	dataflash devices.

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

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

	* doc/at91sam7xek.sgml: Added platform documentation.

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

	* cdl/hal_arm_at91sam7xek.cdl: Added implements statement for
	CYGINT_HAL_VIRTUAL_VECTOR_VPRINTF.

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

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

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

	* all: Merged from anoncvs, with various changes to fit in to
	eCosCentric AT91 world.

2006-05-20  Andrew Lunn  <andrew.lunn@ascom.ch>

	* AT91SAM7X-EK development board package

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