1 |
786 |
skrzyp |
2012-03-07 Sergei Gavrikov
|
2 |
|
|
|
3 |
|
|
* include/hal_platform_setup.h: Fix assembler warning (s suffix on
|
4 |
|
|
comparison instruction is deprecated), s/cmps/cmp/.
|
5 |
|
|
|
6 |
|
|
2010-11-03 JF Argentino
|
7 |
|
|
2010-11-24 Sergei Gavrikov
|
8 |
|
|
|
9 |
|
|
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Add support for LPC-L2294-8M
|
10 |
|
|
board: new CDL component CYGHWR_HAL_ARM_LPC2XXX_OLPCL2294_VARIANT
|
11 |
|
|
with CDL option CYGHWR_HAL_ARM_LPC2XXX_OLPCL2294_RAMSIZE.
|
12 |
|
|
* include/hal_platform_setup.h: Add support for LPC-L2294-8M board.
|
13 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_{rom,ram}.{h,ldi}: Define
|
14 |
|
|
RAM size with new CDL option.
|
15 |
|
|
|
16 |
|
|
2009-02-02 Sergei Gavrikov
|
17 |
|
|
|
18 |
|
|
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Expanded a list the legal baud
|
19 |
|
|
rates for both diagnostic and debug channels (upon 230400b bps).
|
20 |
|
|
* include/hal_platform_setup.h, include/plf_io.h: Extra tabs expanded.
|
21 |
|
|
* include/hal_platform_setup.h: Fixed a comment about JTAG pinouts.
|
22 |
|
|
* src/olpcl2294_misc.c: Removed odd _impure_ptr stub.
|
23 |
|
|
|
24 |
|
|
2009-01-31 Bart Veer
|
25 |
|
|
|
26 |
|
|
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: update compiler flags for gcc 4.x
|
27 |
|
|
|
28 |
|
|
2008-12-03 Sergei Gavrikov
|
29 |
|
|
|
30 |
|
|
* misc/redboot_*.ecm: Rebuilt since target uses flash_olpcx2294_v2
|
31 |
|
|
driver.
|
32 |
|
|
|
33 |
|
|
2008-08-31 Sergei Gavrikov
|
34 |
|
|
|
35 |
|
|
* LPC-L2294 development board package
|
36 |
|
|
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl
|
37 |
|
|
* include/hal_platform_setup.h
|
38 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_ram.h
|
39 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_ram.ldi
|
40 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_rom.h
|
41 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_olpcl2294_rom.ldi
|
42 |
|
|
* include/plf_io.h
|
43 |
|
|
* misc/redboot_ROM.ecm
|
44 |
|
|
* src/olpcl2294_misc.c
|
45 |
|
|
* src/redboot_cmds.c
|
46 |
|
|
|
47 |
|
|
//===========================================================================
|
48 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
49 |
|
|
// -------------------------------------------
|
50 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
51 |
|
|
// Copyright (C) 2008 Free Software Foundation, Inc.
|
52 |
|
|
//
|
53 |
|
|
// This program is free software; you can redistribute it and/or modify
|
54 |
|
|
// it under the terms of the GNU General Public License as published by
|
55 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
56 |
|
|
// later version.
|
57 |
|
|
//
|
58 |
|
|
// This program is distributed in the hope that it will be useful, but
|
59 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
60 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
61 |
|
|
// General Public License for more details.
|
62 |
|
|
//
|
63 |
|
|
// You should have received a copy of the GNU General Public License
|
64 |
|
|
// along with this program; if not, write to the
|
65 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
66 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
67 |
|
|
// -------------------------------------------
|
68 |
|
|
// ####GPLCOPYRIGHTEND####
|
69 |
|
|
//===========================================================================
|
70 |
|
|
|