]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/powerpc/adder/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / powerpc / adder / v2_0 / ChangeLog
1 2005-03-27  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/hal_aux.c: Added prototype of _adder_set_led() to remove
4         compiler warning
5         
6 2004-09-16  Gary Thomas  <gary@mlbassoc.com>
7
8         * src/hal_aux.c (hal_platform_init): Move parallel port initializations
9         from variant here (comment says they are required re: errata, but no
10         supporting documentation is known)
11
12 2003-12-21  Gary Thomas  <gary@mlbassoc.com>
13
14         * src/adder.S: Only clear caches on non-RAM startup modes.  This fixes
15         some problems when using network debug connections (messing with the
16         caches seems to confuse the CPM)
17
18 2003-12-10  Gary Thomas  <gary@mlbassoc.com>
19
20         * cdl/hal_powerpc_adder.cdl: System clock was using wrong frequency
21         (time base).  On this platform, it's configured to use the raw
22         OSCLK which is a constant 10MHz, not the higher speed PLL based 
23         clocks.
24
25 2003-12-08  Gary Thomas  <gary@mlbassoc.com>
26
27         * cdl/hal_powerpc_adder.cdl: 
28         HAL_PLATFORM_CPU now defined by MPC8xx variant CDL.
29
30 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
31
32         * misc/adderII_redboot_ROMRAM.ecm: 
33         * misc/adder_redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
34         template - DNS now must be enabled manually.
35
36 2003-08-28  Gary Thomas  <gary@mlbassoc.com>
37
38         * src/redboot_linux_exec.c: Obsolete file - removed.
39
40         * src/plf_redboot_linux_exec.c: New file - platform specifics
41         for booting Linux kernel from RedBoot.
42
43         * cdl/hal_powerpc_adder.cdl: Linux booting from RedBoot is 
44         now supported at the architecture level.  Changes to support 
45         architecture/platform layering.
46
47 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
48
49         * cdl/hal_powerpc_adder.cdl:
50         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
51         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
52         "default_value" from "calculated". This makes it easier
53         to change these values globally.
54         
55 2003-04-16  Gary Thomas  <gary@mlbassoc.com>
56
57         * src/hal_aux.c (hal_platform_init): Set up GPIO bits according
58         to platform type.
59
60 2003-03-31  Gary Thomas  <gary@mlbassoc.com>
61
62         * cdl/hal_powerpc_adder.cdl: Enable use of SCC3 on AdderII.
63
64 2003-03-24  Gary Thomas  <gary@mlbassoc.com>
65
66         * misc/redboot_ROMRAM.ecm: Remove.
67
68         * misc/adder_redboot_ROMRAM.ecm: 
69         * misc/adderII_redboot_ROMRAM.ecm: New file(s), distinguish platforms.
70
71         * src/hal_aux.c: 
72         * src/adder.S: 
73         * cdl/hal_powerpc_adder.cdl: Update to support new platform - AdderII.
74
75 2003-03-23  Gary Thomas  <gary@mlbassoc.com>
76
77         * cdl/hal_powerpc_adder.cdl: New option for setting processor type.
78
79 2003-03-20  Gary Thomas  <gary@mlbassoc.com>
80
81         * src/hal_aux.c (hal_platform_init): Fix SCC2/SCC3 routing.
82
83 2003-03-11  Mark Salter  <msalter@redhat.com>
84
85         * src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary.
86
87 2003-01-31  Gary Thomas  <gary@mlbassoc.com>
88
89         * cdl/hal_powerpc_adder.cdl: No tests currently defined.
90
91 2002-12-02  Gary Thomas  <gthomas@ecoscentric.com>
92
93         * include/plf_intr.h: Use MPC8xx variant RESET support.
94
95 2002-11-26  Gary Thomas  <gthomas@ecoscentric.com>
96
97         * misc/redboot_ROMRAM.ecm: Export.
98
99         * cdl/hal_powerpc_adder.cdl: Move platform #define to platform package.
100
101 2002-11-25  Gary Thomas  <gthomas@ecoscentric.com>
102
103         * src/redboot_linux_exec.c: 
104         * src/hal_diag.c: 
105         * src/hal_aux.c: 
106         * src/adder.S: 
107         * misc/redboot_ROMRAM.ecm: 
108         * include/pkgconf/mlt_powerpc_adder_romram.mlt: 
109         * include/pkgconf/mlt_powerpc_adder_romram.ldi: 
110         * include/pkgconf/mlt_powerpc_adder_romram.h: 
111         * include/pkgconf/mlt_powerpc_adder_rom.mlt: 
112         * include/pkgconf/mlt_powerpc_adder_rom.ldi: 
113         * include/pkgconf/mlt_powerpc_adder_rom.h: 
114         * include/pkgconf/mlt_powerpc_adder_ram.mlt: 
115         * include/pkgconf/mlt_powerpc_adder_ram.ldi: 
116         * include/pkgconf/mlt_powerpc_adder_ram.h: 
117         * include/plf_stub.h: 
118         * include/plf_regs.h: 
119         * include/plf_intr.h: 
120         * include/plf_cache.h: 
121         * include/hal_diag.h: 
122         * cdl/hal_powerpc_adder.cdl: New package - platform specifics for
123         Analogue & Micro Adder (PowerPC 850) boards.
124
125 //===========================================================================
126 //####ECOSGPLCOPYRIGHTBEGIN####
127 // -------------------------------------------
128 // This file is part of eCos, the Embedded Configurable Operating System.
129 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
130 // Copyright (C) 2002 Gary Thomas
131 //
132 // eCos is free software; you can redistribute it and/or modify it under
133 // the terms of the GNU General Public License as published by the Free
134 // Software Foundation; either version 2 or (at your option) any later version.
135 //
136 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
137 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
138 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
139 // for more details.
140 //
141 // You should have received a copy of the GNU General Public License along
142 // with eCos; if not, write to the Free Software Foundation, Inc.,
143 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
144 //
145 // As a special exception, if other files instantiate templates or use macros
146 // or inline functions from this file, or you compile this file and link it
147 // with other works to produce a work based on this file, this file does not
148 // by itself cause the resulting work to be covered by the GNU General Public
149 // License. However the source code for this file must still be made available
150 // in accordance with section (3) of the GNU General Public License.
151 //
152 // This exception does not invalidate any other reasons why a work based on
153 // this file might be covered by the GNU General Public License.
154 //
155 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
156 // at http://sources.redhat.com/ecos/ecos-license/
157 // -------------------------------------------
158 //####ECOSGPLCOPYRIGHTEND####
159 //===========================================================================