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