URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [arm/] [lpc2xxx/] [olpcl2294/] [current/] [ChangeLog] - Rev 786
Compare with Previous | Blame | View Log
2012-03-07 Sergei Gavrikov <sergei.gavrikov@gmail.com>
* include/hal_platform_setup.h: Fix assembler warning (s suffix on
comparison instruction is deprecated), s/cmps/cmp/.
2010-11-03 JF Argentino <jf.argentino@osean.fr>
2010-11-24 Sergei Gavrikov <sergei.gavrikov@gmail.com>
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Add support for LPC-L2294-8M
board: new CDL component CYGHWR_HAL_ARM_LPC2XXX_OLPCL2294_VARIANT
with CDL option CYGHWR_HAL_ARM_LPC2XXX_OLPCL2294_RAMSIZE.
* include/hal_platform_setup.h: Add support for LPC-L2294-8M board.
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_{rom,ram}.{h,ldi}: Define
RAM size with new CDL option.
2009-02-02 Sergei Gavrikov <sergei.gavrikov@gmail.com>
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Expanded a list the legal baud
rates for both diagnostic and debug channels (upon 230400b bps).
* include/hal_platform_setup.h, include/plf_io.h: Extra tabs expanded.
* include/hal_platform_setup.h: Fixed a comment about JTAG pinouts.
* src/olpcl2294_misc.c: Removed odd _impure_ptr stub.
2009-01-31 Bart Veer <bartv@ecoscentric.com>
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: update compiler flags for gcc 4.x
2008-12-03 Sergei Gavrikov <sergei.gavrikov@gmail.com>
* misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2
driver.
2008-08-31 Sergei Gavrikov <sergei.gavrikov@gmail.com>
* LPC-L2294 development board package
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl
* include/hal_platform_setup.h
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_ram.h
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_ram.ldi
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_rom.h
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_rom.ldi
* include/plf_io.h
* misc/redboot_ROM.ecm
* src/olpcl2294_misc.c
* src/redboot_cmds.c
//===========================================================================
// ####GPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 2008 Free Software Foundation, Inc.
//
// 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####
//===========================================================================