]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/xscale/uE250/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / xscale / uE250 / v2_0 / ChangeLog
1 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
2
3         * misc/redboot_RAM.ecm: 
4         * misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
5         template - DNS now must be enabled manually.
6
7 2003-09-20  Gary Thomas  <gary@mlbassoc.com>
8
9         * src/uE250_ide.c: IDE init needs to return number of controllers found.
10
11 2003-08-08  Gary Thomas  <gary@mind.be>
12
13         * src/uE250_pci.c: 
14         * src/uE250_misc.c: Improve PCI initialization, including support
15         for external bus masters.
16
17         * include/plf_io.h: Define CYGARC_PCI_DMA_ADDRESS()
18
19 2003-05-28  Gary Thomas  <gary@mind.be>
20
21         * src/xilinx-load.c: Improve feedback during FPGA downloads.
22
23 2003-03-08  Gary Thomas  <gary@mind.be>
24
25         * include/pkgconf/mlt_arm_xscale_uE250_ram.mlt: 
26         * include/pkgconf/mlt_arm_xscale_uE250_ram.ldi: 
27         * include/pkgconf/mlt_arm_xscale_uE250_ram.h: RAM limits were wrong.
28
29 2003-02-28  Gary Thomas  <gary@mind.be>
30
31         * cdl/hal_arm_xscale_uE250.cdl: Fix machine type - used by Linux.       
32
33 2003-02-26  Gary Thomas  <gary@mind.be>
34
35         * misc/redboot_ROM.ecm: 
36         * misc/redboot_RAM.ecm: Update - larger RedBoot image now required.
37
38 2003-02-25  Gary Thomas  <gary@mind.be>
39
40         * src/vga_support.c (vga_on): Fix screen enable/disable code.
41
42         * src/uE250_pci.c: Initialize super I/O chip - used for legacy devices.
43
44         * src/font.h: 
45         * src/banner.xpm: 
46         * src/vga_support.c: 
47         * include/vga_support.h: New file(s) for VGA console support.
48
49         * src/uE250_plx.c: 
50         * cdl/hal_arm_xscale_uE250.cdl: Add support for console using VGA+PS/2.
51
52 2003-02-24  Gary Thomas  <gary@mind.be>
53
54         * include/plx.h: Clean up unused code.
55
56         * src/uE250_pci.c: 
57         * src/uE250_misc.c: 
58         * include/plf_io.h: 
59         * include/hal_plf_ints.h: Support interrupts via PCI bus.
60
61 2003-02-04  Gary Thomas  <gary@mind.be>
62
63         * src/xilinx-load.c: 
64         * src/uE250_plx.c: 
65         * src/uE250_pci.c: 
66         * src/uE250_misc.c: 
67         * src/uE250_ide.c: 
68         * src/uE250_plx_bitstream.h: 
69         * src/uE250_pci_bitstream.h: 
70         * misc/redboot_ROM.ecm: 
71         * misc/redboot_RAM.ecm: 
72         * include/pkgconf/mlt_arm_xscale_uE250_romram.mlt: 
73         * include/pkgconf/mlt_arm_xscale_uE250_romram.ldi: 
74         * include/pkgconf/mlt_arm_xscale_uE250_romram.h: 
75         * include/pkgconf/mlt_arm_xscale_uE250_rom.mlt: 
76         * include/pkgconf/mlt_arm_xscale_uE250_rom.ldi: 
77         * include/pkgconf/mlt_arm_xscale_uE250_rom.h: 
78         * include/pkgconf/mlt_arm_xscale_uE250_ram.mlt: 
79         * include/pkgconf/mlt_arm_xscale_uE250_ram.ldi: 
80         * include/pkgconf/mlt_arm_xscale_uE250_ram.h: 
81         * include/uE250.h: 
82         * include/plx.h: 
83         * include/plf_mmap.h: 
84         * include/hal_plf_ints.h: 
85         * include/plf_io.h: 
86         * include/hal_platform_setup.h: 
87         * cdl/hal_arm_xscale_uE250.cdl: 
88         New package - support for NMI uE250 (Xscale PXA250) platform.
89
90 //===========================================================================
91 //####ECOSGPLCOPYRIGHTBEGIN####
92 // -------------------------------------------
93 // This file is part of eCos, the Embedded Configurable Operating System.
94 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
95 //
96 // eCos is free software; you can redistribute it and/or modify it under
97 // the terms of the GNU General Public License as published by the Free
98 // Software Foundation; either version 2 or (at your option) any later version.
99 //
100 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
101 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
102 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
103 // for more details.
104 //
105 // You should have received a copy of the GNU General Public License along
106 // with eCos; if not, write to the Free Software Foundation, Inc.,
107 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
108 //
109 // As a special exception, if other files instantiate templates or use macros
110 // or inline functions from this file, or you compile this file and link it
111 // with other works to produce a work based on this file, this file does not
112 // by itself cause the resulting work to be covered by the GNU General Public
113 // License. However the source code for this file must still be made available
114 // in accordance with section (3) of the GNU General Public License.
115 //
116 // This exception does not invalidate any other reasons why a work based on
117 // this file might be covered by the GNU General Public License.
118 //
119 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
120 // at http://sources.redhat.com/ecos/ecos-license/
121 // -------------------------------------------
122 //####ECOSGPLCOPYRIGHTEND####
123 //===========================================================================