1 |
786 |
skrzyp |
2009-02-03 Bart Veer
|
2 |
|
|
|
3 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_ram.ldi: do not put
|
4 |
|
|
anything into ROM for a RAM startup.
|
5 |
|
|
|
6 |
|
|
2009-01-31 Bart Veer
|
7 |
|
|
|
8 |
|
|
* cdl/hal_arm_arm9_innovator.cdl: update compiler flags for gcc 4.x
|
9 |
|
|
|
10 |
|
|
2009-01-24 Bart Veer
|
11 |
|
|
|
12 |
|
|
* cdl/hal_arm_arm9_innovator.cdl: switch from arm-elf-gcc to
|
13 |
|
|
arm-eabi-gcc.
|
14 |
|
|
|
15 |
|
|
2003-12-05 Andrew Lunn
|
16 |
|
|
|
17 |
|
|
* include/hal_diag.h: hal_delay_us() is a C function.
|
18 |
|
|
|
19 |
|
|
2003-09-21 Gary Thomas
|
20 |
|
|
|
21 |
|
|
* misc/redboot_RAM.ecm:
|
22 |
|
|
* misc/redboot_ROM.ecm:
|
23 |
|
|
* misc/redboot_SRAM.ecm: Adjust for changes in RedBoot
|
24 |
|
|
template - DNS now must be enabled manually.
|
25 |
|
|
|
26 |
|
|
2003-02-12 Patrick Doyle
|
27 |
|
|
|
28 |
|
|
* src/innovator_misc.c: Replaced explicit prototype of memset with
|
29 |
|
|
#include .
|
30 |
|
|
|
31 |
|
|
2003-02-12 Patrick Doyle
|
32 |
|
|
|
33 |
|
|
* misc/redboot_SRAM.ecm
|
34 |
|
|
* misc/redboot_ROM.ecm
|
35 |
|
|
* misc/redboot_RAM.ecm: Added ethernet packages to OMAP Innovator
|
36 |
|
|
port.
|
37 |
|
|
|
38 |
|
|
* misc/redboot_SRAM.ecm
|
39 |
|
|
* include/hal_platform_setup.h
|
40 |
|
|
* cdl/hal_arm_arm9_innovator.cdl: Changed DCSPRI_HAL_ROM_MLT to
|
41 |
|
|
CYGPRI_HAL_ROM_MLT.
|
42 |
|
|
|
43 |
|
|
|
44 |
|
|
2003-02-05 Patrick Doyle
|
45 |
|
|
|
46 |
|
|
* cdl/hal_arm_arm9_innovator.cdl
|
47 |
|
|
* include/hal_diag.h
|
48 |
|
|
* include/hal_platform_ints.h
|
49 |
|
|
* include/hal_platform_setup.h
|
50 |
|
|
* include/innovator.h
|
51 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_ram.h
|
52 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_ram.ldi
|
53 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_rom.h
|
54 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_rom.ldi
|
55 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_sram.h
|
56 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_sram.ldi
|
57 |
|
|
* include/plf_io.h
|
58 |
|
|
* include/plf_stub.h
|
59 |
|
|
* misc/redboot_RAM.ecm
|
60 |
|
|
* misc/redboot_ROM.ecm
|
61 |
|
|
* misc/redboot_SRAM.ecm
|
62 |
|
|
* src/hal_diag.c
|
63 |
|
|
* src/innovator_misc.c
|
64 |
|
|
* src/redboot_cmds.c: New package - support for Texas Instruments
|
65 |
|
|
Innovator board.
|
66 |
|
|
|
67 |
|
|
//===========================================================================
|
68 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
69 |
|
|
// -------------------------------------------
|
70 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
71 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
72 |
|
|
//
|
73 |
|
|
// This program is free software; you can redistribute it and/or modify
|
74 |
|
|
// it under the terms of the GNU General Public License as published by
|
75 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
76 |
|
|
// later version.
|
77 |
|
|
//
|
78 |
|
|
// This program is distributed in the hope that it will be useful, but
|
79 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
80 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
81 |
|
|
// General Public License for more details.
|
82 |
|
|
//
|
83 |
|
|
// You should have received a copy of the GNU General Public License
|
84 |
|
|
// along with this program; if not, write to the
|
85 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
86 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
87 |
|
|
// -------------------------------------------
|
88 |
|
|
// ####GPLCOPYRIGHTEND####
|
89 |
|
|
//===========================================================================
|