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

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

2009-02-09  Jonathan Larmour  <jifl@eCosCentric.com>

	* doc/sam9263ek.sgml: Indicate possible need to rebuild AT91Bootstrap
	for larger applications.

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

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

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

	* doc/sam9263ek.sgml: Clarify setup instructions.

2008-11-27  John Dallaway  <jld@ecoscentric.com>

	* cdl/hal_arm_arm9_sam9263ek.cdl: Tidy up.

2008-11-26  John Dallaway  <jld@ecoscentric.com>

	* misc/redboot_ROM.ecm,
	  doc/sam9263ek.sgml:
	Align the RedBoot image with the Flash block boundary at 0x40008400
	on AT91SAM9263-EK.

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

	* include/plf_io.h (HAL_MMCSD_PLF_INIT_SOCKET): CKSEL on PE20
	selects whether SPI OR MCI clock is passed on, so make it PIO output
	and set it.
	* include/spi_sam9263ek.h (CYGHWR_AT91_SPI_CONFIGURE_SPI0): Disable
	PIO outputs to avoid old PIO settings causing glitches. Enable
	weak pull-ups to avoid floating voltage levels on the pins.
	CKSEL on PE20 selects whether SPI OR MCI clock is passed on, so make
	it PIO output and clear it.
	(CYGHWR_AT91_SPI_CONFIGURE_SPI1): Disable PIO outputs and enable
	weak pull-ups as per above.
	(CYGHWR_AT91_SPI_CLOCK_SPEED): This should be MCK, not the processor
	clock.
	* src/sam9263ek_spi.c: Add MMC/SPI device.

2008-09-13  Jonathan Larmour  <jifl@eCosCentric.com>

	* misc/bdi2000.sam9263ek.cfg: Comment that this config is
	not yet functional. Despite this, add some clock configuration.

2008-06-27  Nick Garnett  <nickg@ecoscentric.com>

	* include/plf_io.h: 
	* cdl/hal_arm_arm9_sam9263ek.cdl:
	* src/sam9263ek_misc.c: 
	Add support for MMC/SD card detection.
	
	* doc/sam9263ek.sgml: Bring documentation into sync with hardware.
	
2008-06-26  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_arm9_sam9263ek.cdl
	* doc/sam9263ek.sgml:
	* include/hal_diag.h:
	* include/hal_platform_setup.h:
	* include/plf_io.h:
	* include/plf_stub.h:
	* include/sam9263ek.h:
	* include/spi_sam9263ek.h:
	* include/pkgconf/mlt_arm9_sam9263ek_ram.h:
	* include/pkgconf/mlt_arm9_sam9263ek_ram.ldi:
	* include/pkgconf/mlt_arm9_sam9263ek_rom.h:
	* include/pkgconf/mlt_arm9_sam9263ek_rom.ldi:
	* misc/peedi.sam9263ek.cfg:
	* misc/redboot_ROM.ecm:
	* src/sam9263ek_dataflash.c:
	* src/sam9263ek_misc.c:
	* src/sam9263ek_spi.c:
	New platform HAL for AT91SAM9263-EK board.

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