1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_powerpc_adder.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2008-11-13 Jonathan Larmour
|
6 |
|
|
|
7 |
|
|
* src/adder_flash.c: Dev id is really 0x22f6, not 0xf6.
|
8 |
|
|
|
9 |
|
|
2006-08-02 Jonathan Larmour
|
10 |
|
|
|
11 |
|
|
* src/adder_flash.c: In CYG_FLASH_FUNS, replace query, lock and unlock
|
12 |
|
|
functions with generic nop versions.
|
13 |
|
|
Remove hwr_map_error: it no longer exists for CYG_FLASH_FUNS.
|
14 |
|
|
Replace use of cyg/io/flash_priv.h with cyg/io/flash_dev.h as per
|
15 |
|
|
io/flash changes.
|
16 |
|
|
|
17 |
|
|
2005-08-18 Jonathan Larmour
|
18 |
|
|
|
19 |
|
|
* cdl/hal_powerpc_adder.cdl: Indicate to the AMD flash driver
|
20 |
|
|
that Flash accesses are cached.
|
21 |
|
|
|
22 |
|
|
2005-03-27 Andrew Lunn
|
23 |
|
|
|
24 |
|
|
* src/hal_aux.c: Added prototype of _adder_set_led() to remove
|
25 |
|
|
compiler warning
|
26 |
|
|
|
27 |
|
|
2005-01-19 Jonathan Larmour
|
28 |
|
|
|
29 |
|
|
* misc/adderII_redboot_ROMRAM.ecm: Update minimum image size from
|
30 |
|
|
0x30000 to 0x50000.
|
31 |
|
|
|
32 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.ldi: Allow up to 0x60000 to be used
|
33 |
|
|
by ROM.
|
34 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.h
|
35 |
|
|
(CYGMEM_SECTION_reserved_for_rom_SIZE): Ditto.
|
36 |
|
|
|
37 |
|
|
2004-11-25 Bart Veer
|
38 |
|
|
|
39 |
|
|
* cdl/hal_powerpc_adder.cdl, misc/adder_redboot_ROMRAM.ecm,
|
40 |
|
|
misc/adderII_redboot_ROMRAM.ecm, src/adder_flash.c:
|
41 |
|
|
Switch to V2 flash
|
42 |
|
|
|
43 |
|
|
2004-11-04 John Dallaway
|
44 |
|
|
|
45 |
|
|
* cdl/hal_powerpc_adder.cdl: Remove "-fvtable-gc" and "-finit-priority"
|
46 |
|
|
from the set of default compilation flags.
|
47 |
|
|
|
48 |
|
|
2004-09-28 John Dallaway
|
49 |
|
|
|
50 |
|
|
* include/pkgconf/mlt_powerpc_adder_romram.ldi: Include relocs and
|
51 |
|
|
.eh_frame sections.
|
52 |
|
|
* include/pkgconf/mlt_powerpc_adder_rom.ldi: Ditto.
|
53 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.ldi: Ditto.
|
54 |
|
|
|
55 |
|
|
2004-09-16 Gary Thomas
|
56 |
|
|
|
57 |
|
|
* src/hal_aux.c (hal_platform_init): Move parallel port initializations
|
58 |
|
|
from variant here (comment says they are required re: errata, but no
|
59 |
|
|
supporting documentation is known)
|
60 |
|
|
|
61 |
|
|
2004-01-12 John Dallaway
|
62 |
|
|
|
63 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.*, doc/adder.sgml:
|
64 |
|
|
Reserve an additional 64kB for use by RedBoot.
|
65 |
|
|
|
66 |
|
|
2003-12-21 Gary Thomas
|
67 |
|
|
|
68 |
|
|
* src/adder.S: Only clear caches on non-RAM startup modes. This fixes
|
69 |
|
|
some problems when using network debug connections (messing with the
|
70 |
|
|
caches seems to confuse the CPM)
|
71 |
|
|
|
72 |
|
|
2003-12-10 Gary Thomas
|
73 |
|
|
|
74 |
|
|
* cdl/hal_powerpc_adder.cdl: System clock was using wrong frequency
|
75 |
|
|
(time base). On this platform, it's configured to use the raw
|
76 |
|
|
OSCLK which is a constant 10MHz, not the higher speed PLL based
|
77 |
|
|
clocks.
|
78 |
|
|
|
79 |
|
|
2003-12-08 Gary Thomas
|
80 |
|
|
|
81 |
|
|
* cdl/hal_powerpc_adder.cdl:
|
82 |
|
|
HAL_PLATFORM_CPU now defined by MPC8xx variant CDL.
|
83 |
|
|
|
84 |
|
|
2003-09-21 Gary Thomas
|
85 |
|
|
|
86 |
|
|
* misc/adderII_redboot_ROMRAM.ecm:
|
87 |
|
|
* misc/adder_redboot_ROMRAM.ecm: Adjust for changes in RedBoot
|
88 |
|
|
template - DNS now must be enabled manually.
|
89 |
|
|
|
90 |
|
|
2003-08-28 Gary Thomas
|
91 |
|
|
|
92 |
|
|
* src/redboot_linux_exec.c: Obsolete file - removed.
|
93 |
|
|
|
94 |
|
|
* src/plf_redboot_linux_exec.c: New file - platform specifics
|
95 |
|
|
for booting Linux kernel from RedBoot.
|
96 |
|
|
|
97 |
|
|
* cdl/hal_powerpc_adder.cdl: Linux booting from RedBoot is
|
98 |
|
|
now supported at the architecture level. Changes to support
|
99 |
|
|
architecture/platform layering.
|
100 |
|
|
|
101 |
|
|
2003-07-18 Nick Garnett
|
102 |
|
|
|
103 |
|
|
* cdl/hal_powerpc_adder.cdl:
|
104 |
|
|
Changed values for CYGNUM_HAL_RTC_NUMERATOR,
|
105 |
|
|
CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
|
106 |
|
|
"default_value" from "calculated". This makes it easier
|
107 |
|
|
to change these values globally.
|
108 |
|
|
|
109 |
|
|
2003-04-16 Gary Thomas
|
110 |
|
|
|
111 |
|
|
* src/hal_aux.c (hal_platform_init): Set up GPIO bits according
|
112 |
|
|
to platform type.
|
113 |
|
|
|
114 |
|
|
2003-03-31 Gary Thomas
|
115 |
|
|
|
116 |
|
|
* cdl/hal_powerpc_adder.cdl: Enable use of SCC3 on AdderII.
|
117 |
|
|
|
118 |
|
|
2003-03-24 Gary Thomas
|
119 |
|
|
|
120 |
|
|
* misc/redboot_ROMRAM.ecm: Remove.
|
121 |
|
|
|
122 |
|
|
* misc/adder_redboot_ROMRAM.ecm:
|
123 |
|
|
* misc/adderII_redboot_ROMRAM.ecm: New file(s), distinguish platforms.
|
124 |
|
|
|
125 |
|
|
* src/hal_aux.c:
|
126 |
|
|
* src/adder.S:
|
127 |
|
|
* cdl/hal_powerpc_adder.cdl: Update to support new platform - AdderII.
|
128 |
|
|
|
129 |
|
|
2003-03-23 Gary Thomas
|
130 |
|
|
|
131 |
|
|
* cdl/hal_powerpc_adder.cdl: New option for setting processor type.
|
132 |
|
|
|
133 |
|
|
2003-03-20 Gary Thomas
|
134 |
|
|
|
135 |
|
|
* src/hal_aux.c (hal_platform_init): Fix SCC2/SCC3 routing.
|
136 |
|
|
|
137 |
|
|
2003-03-11 Mark Salter
|
138 |
|
|
|
139 |
|
|
* src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary.
|
140 |
|
|
|
141 |
|
|
2003-01-31 Gary Thomas
|
142 |
|
|
|
143 |
|
|
* cdl/hal_powerpc_adder.cdl: No tests currently defined.
|
144 |
|
|
|
145 |
|
|
2002-12-02 Gary Thomas
|
146 |
|
|
|
147 |
|
|
* include/plf_intr.h: Use MPC8xx variant RESET support.
|
148 |
|
|
|
149 |
|
|
2002-11-26 Gary Thomas
|
150 |
|
|
|
151 |
|
|
* misc/redboot_ROMRAM.ecm: Export.
|
152 |
|
|
|
153 |
|
|
* cdl/hal_powerpc_adder.cdl: Move platform #define to platform package.
|
154 |
|
|
|
155 |
|
|
2002-11-25 Gary Thomas
|
156 |
|
|
|
157 |
|
|
* src/redboot_linux_exec.c:
|
158 |
|
|
* src/hal_diag.c:
|
159 |
|
|
* src/hal_aux.c:
|
160 |
|
|
* src/adder.S:
|
161 |
|
|
* misc/redboot_ROMRAM.ecm:
|
162 |
|
|
* include/pkgconf/mlt_powerpc_adder_romram.mlt:
|
163 |
|
|
* include/pkgconf/mlt_powerpc_adder_romram.ldi:
|
164 |
|
|
* include/pkgconf/mlt_powerpc_adder_romram.h:
|
165 |
|
|
* include/pkgconf/mlt_powerpc_adder_rom.mlt:
|
166 |
|
|
* include/pkgconf/mlt_powerpc_adder_rom.ldi:
|
167 |
|
|
* include/pkgconf/mlt_powerpc_adder_rom.h:
|
168 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.mlt:
|
169 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.ldi:
|
170 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.h:
|
171 |
|
|
* include/plf_stub.h:
|
172 |
|
|
* include/plf_regs.h:
|
173 |
|
|
* include/plf_intr.h:
|
174 |
|
|
* include/plf_cache.h:
|
175 |
|
|
* include/hal_diag.h:
|
176 |
|
|
* cdl/hal_powerpc_adder.cdl: New package - platform specifics for
|
177 |
|
|
Analogue & Micro Adder (PowerPC 850) boards.
|
178 |
|
|
|
179 |
|
|
//===========================================================================
|
180 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
181 |
|
|
// -------------------------------------------
|
182 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
183 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
184 |
|
|
//
|
185 |
|
|
// This program is free software; you can redistribute it and/or modify
|
186 |
|
|
// it under the terms of the GNU General Public License as published by
|
187 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
188 |
|
|
// later version.
|
189 |
|
|
//
|
190 |
|
|
// This program is distributed in the hope that it will be useful, but
|
191 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
192 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
193 |
|
|
// General Public License for more details.
|
194 |
|
|
//
|
195 |
|
|
// You should have received a copy of the GNU General Public License
|
196 |
|
|
// along with this program; if not, write to the
|
197 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
198 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
199 |
|
|
// -------------------------------------------
|
200 |
|
|
// ####GPLCOPYRIGHTEND####
|
201 |
|
|
//===========================================================================
|