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

	* cdl/hal_arm_arm9_zoom_l138.cdl:
	* misc/redboot_RAM.ecm: Add support for RAM RedBoot.

	* misc/redboot_ROM.ecm: Supply version for ZLIB package; quietens
	error message.

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

	* doc/zoom_l138.sgml: Add ethernet and MMC/SD documentation.

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

	* misc/redboot_ROM.ecm: Update to a full config export. Only real
	change is to give RedBoot more space in flash.
	Add compression support package.

	* include/pkgconf/mlt_arm9_zoom_l138_ram.ldi: Move RAM load
	address up to 1MB mark. RedBoot with networking, FATFS and JFFS2
	can take a lot of space. 1MB is more than enough, is a convenient
	boundary, and a small fraction of the 64MB installed.

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

	* cdl/hal_arm_arm9_zoom_l138.cdl: Ensure automounter configuration
	option is only active when automounter is configured.

	* include/plf_io.h (HAL_MMCSD_PLF_SOCKET_INTERRUPT): Ensure socket
	only advertises interrupt card detect capabilities when interrupts
	are enabled.

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

	* cdl/hal_arm_arm9_zoom_l138.cdl: Disable SPI0 by default, its pin
	assignments clash with those of the ethernet controller.

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

	* misc/redboot_ROM.ecm: Update to include ethernet support.

	* cdl/hal_arm_arm9_zoom_l138.cdl: Enable Ethernet support.

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

	* include/plf_io.h (CYGARC_VIRTUAL_ADDRESS)
	(CYGARC_UNCACHED_ADDRESS, CYGHWR_HAL_OMAP_BUFF_OE_SET): Tidy up
	some macro definitions.

	* doc/zoom_l138.sgml: Add board documentation.

2010-01-29  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_arm9_zoom_l138.cdl: Add indication that this board
	has an MMC/SD connector.

	* include/plf_io.h: Add support for SD socket card detect and
	write protect lines.

	* src/zoom_l138_misc.c (cyg_hal_zoom_l1xx_init_card_detect_intr)
	(mmc_card_detect_isr, mmc_card_detect_dsr): Add support for SD
	socket card detect interrupt.

	* misc/peedi.zoom.cfg: Add PEEDI config file.

	* misc/flashimg.tcl: Use correct load and entry addresses.

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

	* cdl/hal_arm_arm9_zoom_l138.cdl: Add implements commands for SPI
	busses. Configure use of M25PXX test.

	* src/zoom_l138_spi.c (cyg_spi_omap_bus0, cyg_spi_omap_bus1): Add
	DMA support, and fix bad interrupt priority.

	* tests/m25pxx.c: Adapt to this platform.

2010-01-11  Nick Garnett  <nickg@ecoscentric.com>

	* include/pkgconf/mlt_arm9_zoom_l138_ram.ldi:
	* include/pkgconf/mlt_arm9_zoom_l138_ram.h: Add support for RAM
	applications.

	* misc/flashimg.tcl: Add script to create image file that can be
	used with the TI user boot loader.

	* misc/bdi3000.zoom.cfg: Add BDI3000 config file.

2010-01-06  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_arm_arm9_zoom_l138.cdl:
	* include/hal_diag.h:
	* include/hal_platform_setup.h:
	* include/pkgconf/mlt_arm9_zoom_l138_rom.h:
	* include/pkgconf/mlt_arm9_zoom_l138_rom.ldi:
	* include/plf_io.h:
	* include/plf_stub.h:
	* misc/redboot_ROM.ecm:
	* src/zoom_l138_misc.c:
	* src/zoom_l138_spi.c:
	* tests/m25pxx.c:
	New package - Platform HAL for TI OMAP L138 based Zoom board.

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