]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/powerpc/csb281/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / powerpc / csb281 / v2_0 / ChangeLog
1 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
2
3         * misc/redboot_RAM.ecm: 
4         * misc/redboot_ROM.ecm: 
5         * misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
6         template - DNS now must be enabled manually.
7
8 2003-08-28  Gary Thomas  <gary@mlbassoc.com>
9
10         * src/redboot_linux_exec.c: Obsolete file - removed.
11
12         * src/plf_redboot_linux_exec.c: New file - platform specifics
13         for booting Linux kernel from RedBoot.
14
15         * cdl/hal_powerpc_csb281.cdl: Linux booting from RedBoot is 
16         now supported at the architecture level.  Changes to support 
17         architecture/platform layering.
18
19 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
20
21         * cdl/hal_powerpc_csb281.cdl:
22         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
23         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
24         "default_value" from "calculated". This makes it easier
25         to change these values globally.
26         
27 2003-06-23  Gary Thomas  <gary@mlbassoc.com>
28
29         * src/csb281.S (HW_init): Initialize SDRAM drivers to 40 Ohm (less
30         current/noise, more reliable).
31
32 2003-03-18  Gary Thomas  <gary@mlbassoc.com>
33
34         * src/hal_aux.c (_csb281_pci_init): Display PCI bus - disabled.
35
36 2003-03-11  Mark Salter  <msalter@redhat.com>
37
38         * src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary.
39
40 2003-02-26  Gary Thomas  <gary@mlbassoc.com>
41
42         * src/lcd_support.c (lcd_on): Enable/disable is still not stable.
43
44 2003-02-25  Gary Thomas  <gary@mlbassoc.com>
45
46         * src/lcd_support.c (lcd_on): Fix enable/disable code.
47
48 2003-02-01  Gary Thomas  <gary@mlbassoc.com>
49
50         * src/sed135x_16bit.c: 
51         * src/sed1356_16bit.h: 
52         * src/lcd_support.c
53         * src/font.h: 
54         * src/banner.xpm: 
55         * include/lcd_support.h: New file(s).
56
57         * src/hal_aux.c: 
58         * cdl/hal_powerpc_csb281.cdl: Add support for LCD/CRT+PS/2 keyboard
59         as console device.  Hardware support contributed by Mike Kelly of
60         Cogent.
61
62 2003-01-22  Jonathan Larmour  <jifl@eCosCentric.com>
63
64         * include/pkgconf/mlt_powerpc_csb281_ram.h (CYGMEM_SECTION_heap1_SIZE): 
65         Make this match the .mlt and .ldi definition.
66
67 2003-01-20  Gary Thomas  <gary@mlbassoc.com>
68
69         * misc/redboot_ROMRAM.ecm: 
70         * misc/redboot_ROM.ecm: 
71         * misc/redboot_RAM.ecm: New config - with ESA in RedBoot/fconfig.
72
73         * cdl/hal_powerpc_csb281.cdl: Deprecate "tests" since there are none
74         at the moment, but leave the code as comments in case they return.
75
76 2003-01-03  Gary Thomas  <gary@mlbassoc.com>
77
78         * src/hal_diag.c (cyg_hal_plf_serial_error): New function - fixed
79         some random [timing?] problems with getc().
80
81         * src/csb281.S: Fix ROMRAM startup.  Minor cleanups.
82
83         * misc/redboot_ROM.ecm: 
84         * misc/redboot_RAM.ecm: Update.
85
86         * include/pkgconf/mlt_powerpc_csb281_romram.mlt: 
87         * include/pkgconf/mlt_powerpc_csb281_romram.ldi: 
88         * include/pkgconf/mlt_powerpc_csb281_romram.h: Fix RAM size.
89
90         * src/hal_aux.c: 
91         * include/plf_io.h: Define uncached, separately mapped, PCI space.
92
93 2003-01-02  Gary Thomas  <gary@mlbassoc.com>
94
95         * src/hal_aux.c (hal_platform_init): Need to clear all interrupt
96         sources - very manually - reset doesn't do this.
97
98         * include/platform.inc: Don't run EOI cycle for spurious interrupts.
99
100 2002-12-24  Gary Thomas  <gary@mlbassoc.com>
101
102         * src/redboot_linux_exec.c: 
103         * src/hal_diag.c: 
104         * src/hal_aux.c: 
105         * src/csb281.S: 
106         * misc/redboot_ROM.ecm: 
107         * misc/redboot_RAM.ecm: 
108         * include/pkgconf/mlt_powerpc_csb281_romram.mlt: 
109         * include/pkgconf/mlt_powerpc_csb281_romram.ldi: 
110         * include/pkgconf/mlt_powerpc_csb281_romram.h: 
111         * include/pkgconf/mlt_powerpc_csb281_rom.mlt: 
112         * include/pkgconf/mlt_powerpc_csb281_rom.ldi: 
113         * include/pkgconf/mlt_powerpc_csb281_rom.h: 
114         * include/pkgconf/mlt_powerpc_csb281_ram.mlt: 
115         * include/pkgconf/mlt_powerpc_csb281_ram.ldi: 
116         * include/pkgconf/mlt_powerpc_csb281_ram.h: 
117         * include/plf_stub.h: 
118         * include/plf_regs.h: 
119         * include/plf_io.h: 
120         * include/plf_intr.h: 
121         * include/plf_cache.h: 
122         * include/platform.inc: 
123         * include/hal_diag.h: 
124         * cdl/hal_powerpc_csb281.cdl: New package - HAL support
125         for Cogent CSB281 (PowerPC 8245) board.
126
127 //===========================================================================
128 //####ECOSGPLCOPYRIGHTBEGIN####
129 // -------------------------------------------
130 // This file is part of eCos, the Embedded Configurable Operating System.
131 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
132 // Copyright (C) 2002 Gary Thomas
133 //
134 // eCos is free software; you can redistribute it and/or modify it under
135 // the terms of the GNU General Public License as published by the Free
136 // Software Foundation; either version 2 or (at your option) any later version.
137 //
138 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
139 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
140 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
141 // for more details.
142 //
143 // You should have received a copy of the GNU General Public License along
144 // with eCos; if not, write to the Free Software Foundation, Inc.,
145 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
146 //
147 // As a special exception, if other files instantiate templates or use macros
148 // or inline functions from this file, or you compile this file and link it
149 // with other works to produce a work based on this file, this file does not
150 // by itself cause the resulting work to be covered by the GNU General Public
151 // License. However the source code for this file must still be made available
152 // in accordance with section (3) of the GNU General Public License.
153 //
154 // This exception does not invalidate any other reasons why a work based on
155 // this file might be covered by the GNU General Public License.
156 //
157 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
158 // at http://sources.redhat.com/ecos/ecos-license/
159 // -------------------------------------------
160 //####ECOSGPLCOPYRIGHTEND####
161 //===========================================================================