1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_arm_gps4020.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2009-01-24 Bart Veer
|
6 |
|
|
|
7 |
|
|
* cdl/hal_arm_gps4020.cdl: switch from arm-elf-gcc to
|
8 |
|
|
arm-eabi-gcc.
|
9 |
|
|
|
10 |
|
|
2004-04-22 Jani Monoses
|
11 |
|
|
|
12 |
|
|
* cdl/hal_arm_gps4020.cdl :
|
13 |
|
|
Invoke tail with stricter syntax that works in latest coreutils.
|
14 |
|
|
|
15 |
|
|
2003-12-05 Andrew Lunn
|
16 |
|
|
|
17 |
|
|
* include/hal_diag.h: hal_delay_us() is a C function.
|
18 |
|
|
|
19 |
|
|
2003-11-10 Gary Thomas
|
20 |
|
|
|
21 |
|
|
* support/download/tty.c:
|
22 |
|
|
* support/download/gps4020_start.S:
|
23 |
|
|
* support/download/gps4020_download.c:
|
24 |
|
|
* support/download/download_bin.py:
|
25 |
|
|
* support/download/download.py:
|
26 |
|
|
* support/download/arm.ld:
|
27 |
|
|
* support/download/Makefile:
|
28 |
|
|
* src/hal_diag.c:
|
29 |
|
|
* src/gps4020_misc.c:
|
30 |
|
|
* misc/redboot_ROM.ecm:
|
31 |
|
|
* misc/redboot_RAM.ecm:
|
32 |
|
|
* include/pkgconf/mlt_arm_gps4020_rom.ldi:
|
33 |
|
|
* include/pkgconf/mlt_arm_gps4020_rom.h:
|
34 |
|
|
* include/pkgconf/mlt_arm_gps4020_ram.ldi:
|
35 |
|
|
* include/pkgconf/mlt_arm_gps4020_ram.h:
|
36 |
|
|
* include/plf_stub.h:
|
37 |
|
|
* include/plf_io.h:
|
38 |
|
|
* include/hal_platform_setup.h:
|
39 |
|
|
* include/hal_platform_ints.h:
|
40 |
|
|
* include/hal_diag.h:
|
41 |
|
|
* include/hal_cache.h:
|
42 |
|
|
* include/gps4020.h:
|
43 |
|
|
* cdl/hal_arm_gps4020.cdl: New package - support for GPS-4020
|
44 |
|
|
|
45 |
|
|
//===========================================================================
|
46 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
47 |
|
|
// -------------------------------------------
|
48 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
49 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
50 |
|
|
//
|
51 |
|
|
// This program is free software; you can redistribute it and/or modify
|
52 |
|
|
// it under the terms of the GNU General Public License as published by
|
53 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
54 |
|
|
// later version.
|
55 |
|
|
//
|
56 |
|
|
// This program is distributed in the hope that it will be useful, but
|
57 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
58 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
59 |
|
|
// General Public License for more details.
|
60 |
|
|
//
|
61 |
|
|
// You should have received a copy of the GNU General Public License
|
62 |
|
|
// along with this program; if not, write to the
|
63 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
64 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
65 |
|
|
// -------------------------------------------
|
66 |
|
|
// ####GPLCOPYRIGHTEND####
|
67 |
|
|
//===========================================================================
|