1 |
786 |
skrzyp |
2009-10-16 John Dallaway
|
2 |
|
|
|
3 |
|
|
* cdl/hal_arm_xscale_xsengine.cdl: Parent under
|
4 |
|
|
CYGPKG_HAL_ARM_XSCALE_PXA2X0.
|
5 |
|
|
|
6 |
|
|
2009-01-31 Bart Veer
|
7 |
|
|
|
8 |
|
|
* cdl/hal_arm_xscale_xsengine.cdl: update compiler flags for gcc 4.x
|
9 |
|
|
|
10 |
|
|
2009-01-24 Bart Veer
|
11 |
|
|
|
12 |
|
|
* cdl/hal_arm_xscale_xsengine.cdl: switch from arm-elf-gcc to
|
13 |
|
|
arm-eabi-gcc.
|
14 |
|
|
|
15 |
|
|
2005-02-23 Kurt Stremerch
|
16 |
|
|
|
17 |
|
|
* src/xsengine_misc.c:
|
18 |
|
|
* misc/redboot_ROM.ecm:
|
19 |
|
|
* misc/redboot_RAM.ecm:
|
20 |
|
|
* include/pkgconf/mlt_arm_xscale_xsengine_rom.mlt:
|
21 |
|
|
* include/pkgconf/mlt_arm_xscale_xsengine_rom.ldi:
|
22 |
|
|
* include/pkgconf/mlt_arm_xscale_xsengine_rom.h:
|
23 |
|
|
* include/pkgconf/mlt_arm_xscale_xsengine_ram.mlt:
|
24 |
|
|
* include/pkgconf/mlt_arm_xscale_xsengine_ram.ldi:
|
25 |
|
|
* include/pkgconf/mlt_arm_xscale_xsengine_ram.h:
|
26 |
|
|
* include/xsengine.h:
|
27 |
|
|
* include/plf_io.h:
|
28 |
|
|
* include/hal_platform_setup.h:
|
29 |
|
|
* cdl/hal_arm_xscale_xsengine.cdl:
|
30 |
|
|
New package - support for Exys XSEngine (Xscale PXA255) platform.
|
31 |
|
|
|
32 |
|
|
//===========================================================================
|
33 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
34 |
|
|
// -------------------------------------------
|
35 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
36 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, 2009 Free Software Foundation, Inc.
|
37 |
|
|
//
|
38 |
|
|
// This program is free software; you can redistribute it and/or modify
|
39 |
|
|
// it under the terms of the GNU General Public License as published by
|
40 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
41 |
|
|
// later version.
|
42 |
|
|
//
|
43 |
|
|
// This program is distributed in the hope that it will be useful, but
|
44 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
45 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
46 |
|
|
// General Public License for more details.
|
47 |
|
|
//
|
48 |
|
|
// You should have received a copy of the GNU General Public License
|
49 |
|
|
// along with this program; if not, write to the
|
50 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
51 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
52 |
|
|
// -------------------------------------------
|
53 |
|
|
// ####GPLCOPYRIGHTEND####
|
54 |
|
|
//===========================================================================
|