1 |
27 |
unneback |
2003-02-12 Patrick Doyle
|
2 |
|
|
|
3 |
|
|
* src/innovator_misc.c: Replaced explicit prototype of memset with
|
4 |
|
|
#include .
|
5 |
|
|
|
6 |
|
|
2003-02-12 Patrick Doyle
|
7 |
|
|
|
8 |
|
|
* misc/redboot_SRAM.ecm
|
9 |
|
|
* misc/redboot_ROM.ecm
|
10 |
|
|
* misc/redboot_RAM.ecm: Added ethernet packages to OMAP Innovator
|
11 |
|
|
port.
|
12 |
|
|
|
13 |
|
|
* misc/redboot_SRAM.ecm
|
14 |
|
|
* include/hal_platform_setup.h
|
15 |
|
|
* cdl/hal_arm_arm9_innovator.cdl: Changed DCSPRI_HAL_ROM_MLT to
|
16 |
|
|
CYGPRI_HAL_ROM_MLT.
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
2003-02-05 Patrick Doyle
|
20 |
|
|
|
21 |
|
|
* cdl/hal_arm_arm9_innovator.cdl
|
22 |
|
|
* include/hal_diag.h
|
23 |
|
|
* include/hal_platform_ints.h
|
24 |
|
|
* include/hal_platform_setup.h
|
25 |
|
|
* include/innovator.h
|
26 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_ram.h
|
27 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_ram.ldi
|
28 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_rom.h
|
29 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_rom.ldi
|
30 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_sram.h
|
31 |
|
|
* include/pkgconf/mlt_arm_arm9_innovator_sram.ldi
|
32 |
|
|
* include/plf_io.h
|
33 |
|
|
* include/plf_stub.h
|
34 |
|
|
* misc/redboot_RAM.ecm
|
35 |
|
|
* misc/redboot_ROM.ecm
|
36 |
|
|
* misc/redboot_SRAM.ecm
|
37 |
|
|
* src/hal_diag.c
|
38 |
|
|
* src/innovator_misc.c
|
39 |
|
|
* src/redboot_cmds.c: New package - support for Texas Instruments
|
40 |
|
|
Innovator board.
|
41 |
|
|
|
42 |
|
|
//===========================================================================
|
43 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
44 |
|
|
// -------------------------------------------
|
45 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
46 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
|
47 |
|
|
// Copyright (C) 2003 Delphi Communication Systems, Inc.
|
48 |
|
|
//
|
49 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
50 |
|
|
// the terms of the GNU General Public License as published by the Free
|
51 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
52 |
|
|
//
|
53 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
54 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
55 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
56 |
|
|
// for more details.
|
57 |
|
|
//
|
58 |
|
|
// You should have received a copy of the GNU General Public License along
|
59 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
60 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
61 |
|
|
//
|
62 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
63 |
|
|
// or inline functions from this file, or you compile this file and link it
|
64 |
|
|
// with other works to produce a work based on this file, this file does not
|
65 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
66 |
|
|
// License. However the source code for this file must still be made available
|
67 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
68 |
|
|
//
|
69 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
70 |
|
|
// this file might be covered by the GNU General Public License.
|
71 |
|
|
//
|
72 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
73 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
74 |
|
|
// -------------------------------------------
|
75 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
76 |
|
|
//===========================================================================
|