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

	* src/omap_l1xx_mmc.c (hal_omap_l1xx_mmc_bus0_priv)
	(hal_omap_l1xx_mmc_bus1_priv): Only set vector_pri when interrupts
	enabled.

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

	* src/omap_l1xx_mmc.c (hal_omap_l1xx_mmc_bus0_priv)
	(hal_omap_l1xx_mmc_bus1_priv): 
	* cdl/hal_arm_arm9_omap_l1xx.cdl: Add MMC/SD interrupt priority.

	* doc/omap_l1xx.sgml: Tidy up.

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

	* src/omap_l1xx_mmc.c (db_printf): Add support for unmangled
	diagnostics when in RedBoot.

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

	* include/omap_l1xx.h: Add some more ethernet definitions.

	* src/omap_l1xx_misc.c (cyg_hal_omap_l1xx_reset): Implement reset
	using watchdog.

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

	* include/omap_l1xx.h: Add ethernet MAC definitions.

	* include/var_ints.h (CYGNUM_HAL_INTERRUPT_EMAC_C0RX): Fix
	mis-numbering of vectors.

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

	* doc/omap_l1xx.sgml: Add variant documentation.

	* include/omap_l1xx_init.inc: Update some comments.

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

	* cdl/hal_arm_arm9_omap_l1xx.cdl: Add MMC/SD config options.

	* include/omap_l1xx.h: Add MMC/SD device definitions. Change DMA
	definitions in line with code changes.

	* src/omap_l1xx_misc.c (hal_edma_poll): Add support for polling as
	well as interrupt driven operation.
	(hal_edma_channel_burstsize): Add support for setting A and B
	burst sizes to permit both A-sync and AB-sync operation.
	(hal_edma_channel_size): Support burst sized.
	(hal_edma_channel_start): Add argument to allow PaRAM options to
	be set.
	(hal_l1xx_gpio_intcfg, hal_l1xx_gpio_intstat): Add GPIO interrupt
	control and status.

	* src/omap_l1xx_mmc.c: Add MMC/SD driver.

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

	* include/omap_l1xx.h:
	* src/omap_l1xx_misc.c: Add support for DMA controller. This is
	currently limited to sequential transfers to/from peripherals,
	mainly for SPI.

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

	* include/omap_l1xx.h: *
	src/hal_diag.c (cyg_hal_l1xx_uart_config): Add definitions and
	code to allow direct execution from JTAG. Add better spurious
	interrupt handling for diag channel.

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

	* cdl/hal_arm_arm9_omap_l1xx.cdl:
	* include/omap_l1xx.h:
	* include/omap_l1xx_init.inc:
	* include/var_ints.h:
	* src/hal_diag.c:
	* src/omap_l1xx_misc.c:
	New package - Variant HAL for TI OMAP L1XX family.

//===========================================================================
// ####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####
//===========================================================================
