]>
Commit | Line | Data |
---|---|---|
b79316f2 SR |
1 | ====================================================================== |
2 | Changes for U-Boot 1.1.4: | |
3 | ====================================================================== | |
4 | ||
2df741bf WD |
5 | * Add Vibren (was Accelent) PXA255 IDP Support |
6 | Patch by Cliff Brake, 04 Feb 2005 | |
7 | ||
fd4bb67b WD |
8 | * Fix tools/bmp_logo.c using incorrect offset to pixel data |
9 | Patch by Andrew Dyer, 31 Jan 2005 | |
10 | ||
74f4304e WD |
11 | * Add ARM946E cpu and core module targets; remap memory to 0x00000000 |
12 | Patch by Peter Pearse, 2 Feb 2005 | |
13 | ||
e2146b6a WD |
14 | * Fix error handling in tools/env/fw_env.c |
15 | Patch by Ara Avanesyan, 01 Feb 2005 | |
16 | ||
9f221d07 WD |
17 | * Fix MGT5100 PSC baudrate calculation |
18 | Patch by Sebastian Schau, 27 Jan 2005 | |
19 | ||
c97a2aaf WD |
20 | * OMAP242x fix for GP device booting |
21 | - Add SRAM unlock for GP devices. | |
22 | - Change DDR DLL unlock value to allow DPLLout*1 operation. | |
23 | Patches by Richard Woodruff, 21 Jan 2005: | |
24 | ||
265817c7 WD |
25 | * Add support for AMD's Pb1x00 eval board; |
26 | add MII routines to the au1x00 ethernet driver; | |
27 | add USB ohci driver (work in progress) | |
28 | Patch by Thomas Sailer, 20 Jan 2005 | |
29 | ||
b63de2c0 WD |
30 | * Update omap5912osk board |
31 | Use drivers/cfi_flash.c instead of private flash driver; | |
32 | Remove hardcoded personalized settings from omap5912osk.h; | |
33 | Fix spacing with (RO) marks in 'flinfo' output. | |
34 | Patch by Michael Bendzick, 14 Jan 2005 | |
35 | ||
3706ba1a WD |
36 | * Fix warnings for PCI code on ixp |
37 | Patch by Joe <[email protected]>, 13 Jan 2005 | |
38 | ||
9a9200b4 WD |
39 | * virtex2 fix for bogus download error messages |
40 | The virtex2 FPGA download code watches for init going active during | |
41 | a download of config data as an error condition. init also goes | |
42 | active after a configuration is finished in concert with the done | |
43 | signal. So far, the code does not check for done active until all | |
44 | of the configuration data is sent. If configuration data has a few | |
45 | extra pad bytes at the end, this would cause an error message even | |
46 | though the download had suceeded. | |
47 | NOTE: virtex2 slave serial and spartan2 versions may still have the | |
48 | same problem. | |
49 | Patch by Andrew Dyer, 12 Jan 2005 | |
50 | ||
dafbe379 WD |
51 | * Optimize flash_make_cmd in drivers/cfi_flash.c for little endian |
52 | Fix "WARNING: flash_make_cmd: unsuppported LittleEndian mode" | |
53 | message when probing for nonexistent flash in little endian mode. | |
54 | As a side effect more efficient and smaller code is generated, | |
55 | which is always a Good Thing (TM). | |
56 | Patch by Ladislav Michl, 24 Sep 2005 | |
57 | ||
28cb9375 WD |
58 | * Update for TFTP using a fixed UDP port |
59 | Use the approved environment variable names. Added "tftpdstp" to | |
60 | allow ports other than 69 per Tolunay Orkun's recommendation. | |
61 | Patch by Jerry Van Baren, 12 Jan 2005 | |
62 | ||
ecb0ccd9 WD |
63 | * Allow to force TFTP to use a fixed UDP port |
64 | (Add a configuration option CONFIG_TFTP_PORT and optional env | |
65 | variable tftpport) | |
66 | Patch by Jerry Van Baren, 10 Jan 2005 | |
67 | ||
4bc12f1c WD |
68 | * Fix ethernet timeouts on dbau1550 and other au1x00 systems |
69 | Patch by Leif Lindholm, 29 Dec 2004 | |
70 | ||
2b792afc WD |
71 | * Cleanup: fix broken builds |
72 | ||
73 | * Fix PHY address argument passing with mii info command | |
74 | Patch by Andrew Dyer, 28 Dec 2004 | |
75 | ||
0c8721a4 WD |
76 | * Cleanup (PPC4xx is AMCC now) |
77 | ||
7644f16f SR |
78 | * esd CPCI2DP board added |
79 | Patch by Matthias Fuchs, 22 Sep 2005 | |
80 | ||
026cb5d8 SR |
81 | * esd PMC405 board updated |
82 | Patch by Matthias Fuchs, 22 Sep 2005 | |
83 | ||
98f4a3df SR |
84 | * Add SM501 support to HH405 board. |
85 | Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). | |
86 | Add support for eeprom write-enable (CFG_EEPROM_WREN). | |
87 | Patch by Stefan Roese, 22 Sep 2005 | |
88 | ||
1caa7078 WD |
89 | * Fix autonegotiation in tsec ethernet driver |
90 | Patch by Stefan Roese, 21 Sep 2005 | |
91 | ||
8b4c9e7c WD |
92 | * Fix bug in auto_update (trab board) |
93 | Patch by Martin Krause, 16 Sep 2005 | |
94 | ||
59d80bf1 WD |
95 | * Fix computation of framebuffer palette for 8bpp LCD bitmaps |
96 | Patch by Francesco Mandracci, 16 Sep 2005 | |
97 | ||
1806c759 WD |
98 | * Update configuration for INKA4x0 board |
99 | ||
29fe1c0f WD |
100 | * Update configuration for PM854 board |
101 | Based on patch by R. Loeffl, 20 Jul 2005 | |
102 | ||
053b40fa SR |
103 | * Add PCI support to TQM8540 and TQM8560 boards |
104 | Patch by Stefan Roese, 15 Sep 2005 | |
105 | ||
34c0a5e9 SR |
106 | * Update AMCC Yosemite to get a consistent setup for all AMCC eval |
107 | boards (baudrate, environment...). Flash driver fixed. | |
108 | Patch by Stefan Roese, 15 Sep 2005 | |
109 | ||
4a3cd9e6 SR |
110 | * Fix problem in 440GP ethernet driver (ebony). Add support for 2nd |
111 | ethernet port on ebony. | |
112 | Patch by Stefan Roese, 7 Sep 2005 | |
113 | ||
7d45477b MB |
114 | * Added support for mtddevnum and mtddevname variables (mtdparts command) |
115 | ||
670d9f13 WD |
116 | * Change default console baud rate for stxxtc board |
117 | ||
9d2a873b | 118 | * Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT). |
9d2a873b SR |
119 | Patch by Stefan Roese, 31 Aug 2005 |
120 | ||
80e238c7 WD |
121 | * Fix default command set (don't include CFG_CMD_DISPLAY command) |
122 | Patch by Pantelis Antoniou, 02 Sep 2005 | |
123 | ||
6d51e505 WD |
124 | * Cleanup |
125 | ||
7b3e3c59 WD |
126 | * Enable SM712 driver support for HMI1001 board. |
127 | ||
77f6580c WD |
128 | * Fix problems with ld version 2.16 (dot outside sections problem) |
129 | Pointed out by Gerhard Jaeger, 31 Aug 2005; | |
130 | cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html | |
131 | ||
132 | * Prepare U-Boot for gcc-4.x: fix global data pointer initialization | |
133 | ||
134 | * Adjust CS3 timings on HMI1001 board for dot matrix display under Linux | |
135 | ||
136 | * Add keyboard and dot matrix display support for HMI1001 board. | |
137 | ||
138 | * Prepare U-Boot for gcc-4.x | |
139 | ||
61dada83 WD |
140 | * Fixed Bamboo port to enable running without DDR-DIMM |
141 | (Bamboo has also 64MB onboard DDR) | |
a3e4fcb8 SR |
142 | Patch by Stefan Roese, 24 Aug 2005 |
143 | ||
a9fe9f42 WD |
144 | * Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c |
145 | now handling all 4xx cpu's | |
146 | Patch by Stefan Roese, 16 Aug 2005 | |
147 | ||
2ac4785c WD |
148 | * Fix make dependencies for at91rm9200 and ks8695 cpus |
149 | Patch by Steven Scholz, 23 Aug 2005 | |
150 | ||
d534f5cc WD |
151 | * Add JFFS2 support for TQM5200 board |
152 | ||
5e4b3361 SR |
153 | * Add esd cpci5200 and pf5200 boards |
154 | Patch by Reinhard Arlt, 22 Aug 2005 | |
155 | ||
94085698 WD |
156 | * Fix sysclock for TQM8540 and TQM8560 boards |
157 | Patch by Martin Krause, 25 Jul 2005 | |
158 | ||
c7db9a38 WD |
159 | * Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2 |
160 | Patch by Martin Krause, 08 Jun 2005 | |
161 | ||
6617aae9 WD |
162 | * Add new board specific commands for TQM5200/STK52XX |
163 | - Sound commands (beep, wav, sound) | |
164 | - Test commands (led, can, backlight, rs232) | |
165 | Patch by Martin Krause, 02 May 2005 | |
166 | ||
167 | * Change main clock on CMC-PU2 board from 207 MHz to 179 MHz | |
df3c7c8f WD |
168 | because of a bug in the AT91RM9200 CPU PLL |
169 | Patch by Martin Krause, 22 Apr 2005 | |
170 | ||
601aed1e WD |
171 | * Add automatic HW detection for another CMC_PU2 variant |
172 | Patch by Martin Krause, 20 Apr 2005 | |
173 | ||
dbc58190 WD |
174 | * Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration |
175 | Patch by Martin Krause, 19 Apr 2005 | |
176 | ||
e8aa824e | 177 | * Fix initialization problem on TQM5200 without SM501 |
601aed1e | 178 | Patch by Martin Krause, 08 Apr 2005 |
e8aa824e | 179 | |
4f562f14 | 180 | * Add RTC support for STK52XX.200 |
601aed1e | 181 | Patch by Martin Krause, 07 Apr 2005 |
4f562f14 | 182 | |
df04a3df WD |
183 | * Add support for IFM o2dnt board |
184 | ||
98128f38 WD |
185 | * Enable PCI on hmi1001 board |
186 | ||
87b8bd5a WD |
187 | * Fix return values of the jffs2 commands ls/fsload/fsinfo, |
188 | so we can use them to, e.g., check the existence of a file with | |
189 | "if ls foo; then this; else that; fi" in the hush shell | |
190 | Patch by Andreas Engel, 16 August 2005 | |
191 | ||
3d078ce6 WD |
192 | * Coding style cleanup |
193 | ||
6bdf4306 WD |
194 | * Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board. |
195 | Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005 | |
196 | ||
b79316f2 SR |
197 | * Check return value of malloc in 440gx_enet.c |
198 | Patch by Travis B. Sawyer, 18 Jul 2005 | |
199 | ||
200 | * Add Sandburst Metrobox and Sandburst Karef board support packages. | |
201 | Second serial port on 440GX now defined as a system device. | |
202 | Add 'Short Etch' code for Cicada PHY within 440gx_enet.c | |
203 | Patch by Travis B. Sawyer, 12 Jul 2005 | |
204 | ||
a1191902 WD |
205 | ====================================================================== |
206 | Changes for U-Boot 1.1.3: | |
207 | ====================================================================== | |
208 | ||
b2f50807 WD |
209 | * Minor code cleanup |
210 | ||
50814844 WD |
211 | * Add forgotten new fils from latest VoiceBlue update |
212 | ||
396387ab WD |
213 | * Make bootretry feature work with hush shell. |
214 | Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too. | |
215 | Patch by Andreas Engel, 19 Jul 2005 | |
216 | ||
d992daf9 WD |
217 | * Update Hymod Board Database PHP code in "tools" directory |
218 | Patch by Murray Jensen, 01 Jul 2005 | |
219 | ||
f9d77ed3 WD |
220 | * Make "tr" command use POSIX compliant; export HOSTOS make variable |
221 | Patch by Murray Jensen, 30 Jun 2005 | |
222 | ||
b3b0fd55 WD |
223 | * Fix Murray Jensen's mail address. |
224 | Patch by Murray Jensen, 30 Jun 2005 | |
225 | ||
f89920c3 WD |
226 | * Preserve PHY_BMCR during a soft reset. |
227 | Patch by Carl Riechers, 24 Jun 2005 | |
228 | ||
e5445288 WD |
229 | * VoiceBlue update: eeprom tool can also store firmware version now. |
230 | eeprom.bin is runable by jumping at load address. | |
231 | Patch by Ladislav Michl, 23 May 2005 | |
232 | ||
ea99a738 WD |
233 | * Move the AT91RM9200DK to the ARM Systems list. |
234 | Patch by Anders Larsen, 26 Apr 2005 | |
b2f50807 | 235 | |
8d4ba3da WD |
236 | * Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3 |
237 | Patch by Anders Larsen, 26 Apr 2005 | |
238 | ||
4d302d69 WD |
239 | * measure_gclk() is needed when DEBUG is enabled |
240 | Patch by Bryan O'Donoghue, 25 Apr 2005 | |
241 | ||
8534bf9a SR |
242 | * Add UPD-Checksum code, fix problem in net.c (return instead of break) |
243 | Patch by Reinhard Arlt, 12 Aug 2005 | |
244 | ||
5315dfa9 SR |
245 | * esd PCI405 board updated |
246 | Patch by Matthias Fuchs, 28 Jul 2005 | |
247 | ||
82f4c6ac SR |
248 | * esd WUH405 and DU405 board updated |
249 | Patch by Matthias Fuchs, 27 Jul 2005 | |
250 | ||
9bcf2ab4 SR |
251 | * Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I) |
252 | Patch by Matthias Fuchs, 4 May 2005 | |
253 | ||
84286386 SR |
254 | * Update AMCC Yosemite to get a consistent setup for all AMCC eval |
255 | boards (baudrate, environment...). Flash driver fixed. | |
256 | Patch by Stefan Roese, 11 Aug 2005 | |
257 | ||
9e00589b SR |
258 | * Changed AMCC Bubinga (405EP) configuration to support 2nd eth port |
259 | Patch by Stefan Roese, 11 Aug 2005 | |
260 | ||
c57c7980 SR |
261 | * Add NAND FLASH support for AMCC Bamboo 440EP eval board |
262 | Patch by Stefan Roese, 11 Aug 2005 | |
263 | ||
8f79e4c2 WD |
264 | * Add configuration for IFM AEV FIFO board. |
265 | Minor coding style cleanup. | |
266 | ||
267 | * Add configuration for IFM SPI eval board | |
268 | ||
9d3338d2 WD |
269 | * Fix CompactFlash problem on HMI1001 board |
270 | ||
c4e0e686 WD |
271 | * Make new "mtdparts" code build with older compilers |
272 | Patch by Andrea Scian, 09 Aug 2005 | |
273 | ||
846b0dd2 SR |
274 | * Changed CONFIG_440_GX, CONFIG_440_EP and CONFIG_440_GR options to |
275 | CONFIG_44GX, CONFIG_440EP and CONFIG_440GR for a consistent design | |
276 | with the 405 defines and the linux kernel defines. | |
277 | Patch by Stefan Roese, 08 Aug 2005 | |
278 | ||
c19c3134 WD |
279 | * Fix compiler warnings with older GCC versions |
280 | ||
700a0c64 WD |
281 | * Add common (with Linux) MTD partition scheme and "mtdparts" command |
282 | ||
283 | Old, obsolete and duplicated code was cleaned up and replace by the | |
284 | new partitioning method. There are two possible approaches now: | |
285 | ||
286 | The first one is to define a single, static partition: | |
287 | ||
288 | #undef CONFIG_JFFS2_CMDLINE | |
289 | #define CONFIG_JFFS2_DEV "nor0" | |
290 | #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF /* use whole device */ | |
291 | #define CONFIG_JFFS2_PART_SIZE 0x00100000 /* use 1MB */ | |
292 | #define CONFIG_JFFS2_PART_OFFSET 0x00000000 | |
293 | ||
294 | The second method uses the mtdparts command line option and dynamic | |
295 | partitioning: | |
296 | ||
297 | /* mtdparts command line support */ | |
298 | #define CONFIG_JFFS2_CMDLINE | |
299 | #define MTDIDS_DEFAULT "nor1=zuma-1,nor2=zuma-2" | |
300 | #define MTDPARTS_DEFAULT "mtdparts=zuma-1:-(jffs2),zuma-2:-(user)" | |
301 | ||
302 | Command line of course produces bigger images, and may be inappropriate | |
303 | for some targets, so by default it's off. | |
304 | ||
452e8e72 WD |
305 | * Fix build problems for PM856 Board |
306 | ||
8b019da6 WD |
307 | * Fix sign extension bug in 'fpga loadb' command; |
308 | make 'fpga loadb' always print the file header info | |
309 | Patch by Andrew Dyer, 11 Jan 2005 | |
310 | ||
fe599e17 WD |
311 | * Fix errors that occur when accessing SystemACE CF |
312 | Patch by Jeff Angielski, 09 Jan 2005 | |
846b0dd2 | 313 | |
7ebdb19b WD |
314 | * Document switching between U-Boot and PlanetCore on RPXlite |
315 | by Sam Song, 24 Dec 2004 | |
316 | ||
d980a169 WD |
317 | * Fix PowerQUICC II mask detection. |
318 | Patch by Eugene Surovegin, 20 Dec 2004 | |
846b0dd2 | 319 | |
d06a5f7e WD |
320 | * Add support for Altera NIOS DK1C20 board |
321 | Patch by Shlomo Kut, 13 Dec 2004 | |
322 | ||
f901a83b WD |
323 | * Add support for ep8248 board |
324 | Patch by Yuli Barcohen, 12 Dec 2004 | |
325 | ||
326 | Minor code cleanup. | |
327 | ||
5633796c WD |
328 | * Fix baudrate setting for KGDB on MPC8260 |
329 | Patch by HoJin, 11 Dec 2004 | |
330 | ||
5ad73a81 WD |
331 | * Fix 'mii help' text formatting |
332 | Patch by Cory Tusar, 10 Dec 2004 | |
f901a83b | 333 | |
23a7a32d WD |
334 | * Fix return code of NFS command |
335 | Patch by Hiroshi Ito, 11 Dec 2004 | |
336 | ||
3836221d WD |
337 | * Fix typo |
338 | ||
c04a76e6 WD |
339 | * Fix compiler warnings in cpu/ppc4xx/usbdev.c |
340 | Patch by Steven Blakeslee, 04 Aug 2005 | |
341 | ||
17f50f22 SR |
342 | * Add support for AMCC Bamboo PPC440EP eval board |
343 | Patch by Stefan Roese, 04 Aug 2005 | |
344 | ||
de1d0a69 JL |
345 | * Patch by Jon Loeliger |
346 | Fix style issues primarily in 85xx and 83xx boards. | |
347 | - C++ comments | |
348 | - Trailing white space | |
349 | - Indentation not by TAB | |
350 | - Excessive amount of empty lines | |
351 | - Trailing empty lines | |
352 | ||
b4f15fda | 353 | * Patch by Ron Alder, 11 Jul 2005 |
b0e32949 LW |
354 | Add Xianghua Xiao and Lunsheng Wang's support for the |
355 | GDA MPC8540 EVAL board. | |
356 | ||
f046ccd1 EL |
357 | * Patch by Eran Liberty |
358 | Add support for the Freescale MPC8349ADS board. | |
359 | ||
b4f15fda | 360 | * Patch by Jon Loeliger, 25 Jul 2005 |
63be111e JL |
361 | Move the TSEC driver out of cpu/mpc85xx as it will be shared |
362 | by the upcoming mpc83xx family as well. | |
363 | ||
b4f15fda | 364 | * Patch by Jon Loeliger, 05 May 2005 |
d9b94f28 JL |
365 | Implemented support for MPC8548CDS board. |
366 | Added DDR II support based on SPD values for MPC85xx boards. | |
367 | This roll-up patch also includes bugfies for the previously | |
368 | published patches: | |
369 | DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O | |
370 | ||
b4f15fda | 371 | * Patch by Jon Loeliger, 10 Feb 2005 |
288693ab JL |
372 | Add config option CONFIG_HAS_FEC calling out 8540 FEC features. |
373 | ||
b4f15fda | 374 | * Patch by Jon Loeliger, Kumar Gala, 08 Feb 2005 |
7202d43d JL |
375 | For MPC85xxCDS: |
376 | Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow | |
377 | for faster flash parts. | |
378 | Add documentation for BR/OR for FLASH. | |
379 | ||
b4f15fda | 380 | * Patch by Jon Loeliger 08 Feb 2005 |
d65cfe89 JL |
381 | Determine L2 Cache size dynamically on 85XX boards. |
382 | ||
b4f15fda | 383 | * Patch by Jon Loeliger, Kumar Gala 08 Feb 2005 |
9c4c5ae3 JL |
384 | - Convert the CPM2 based functionality to use new CONFIG_CPM2 |
385 | option rather than a myriad of CONFIG_MPC8560-like variants. | |
386 | Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. | |
387 | Eliminates the CONFIG_MPC8560 option entirely. Distributes the | |
388 | new CONFIG_CPM2 option to each 8260 board. | |
a1191902 | 389 | |
b20d0032 WD |
390 | * Add support for MicroSys PM856 board |
391 | Patch by Josef Wagner, 03 Aug 2005 | |
392 | ||
992b402b WD |
393 | * Minor fixes to PM854 board |
394 | Patch by Josef Wagner, 03 Aug 2005 | |
395 | ||
452f6740 WD |
396 | * Adjust configuration of XENIAX board |
397 | (chip select and GPIO required for USB operation) | |
398 | ||
3e0bc447 WD |
399 | * Fix typos in cpu/85xx/start.S which caused DataTLB exception to be |
400 | routed to the Watchdog handler | |
401 | Patch by Eugene Surovegin, 18 Jun 2005 | |
402 | ||
b20d0032 | 403 | * (re)enabled scsi commands do_scsi() and do_scsiboot() |
460c322f WD |
404 | Patch by Denis Peter, 06 Dec 2004 |
405 | ||
c43352cc WD |
406 | * Fix endianess problem in TFTP / NFS default filenames |
407 | Patch by Hiroshi Ito, 06 Dec 2004 | |
408 | ||
6dfa434e WD |
409 | * Ignore broadcast status bit in received frames in 8260 FCC ethernet |
410 | loopback test code | |
411 | Patch by Murray Jensen, 18 Jul 2005 | |
412 | ||
507d3b0c WD |
413 | * Fix typo in mkconfig script (used == instead of =) |
414 | Patch by Murray Jensen, 18 Jul 2005 | |
415 | ||
dc17fb6d WD |
416 | * Cleanup build problems on 64 bit build hosts |
417 | ||
d3b86c49 WD |
418 | * Update MAINTAINERS file |
419 | ||
8a316c9b SR |
420 | * Patch by Stefan Roese, 01 Aug 2005: |
421 | - Major cleanup for AMCC eval boards Walnut, Bubinga, Ebony, Ocotea | |
422 | (former IBM eval board). Please see "doc/README.AMCC-eval-boards-cleanup" | |
423 | for details. | |
424 | - Sycamore (PPC405GPr) eval board added (Walnut port is extended | |
425 | to run on both 405GP and 405GPr eval boards). | |
426 | ||
427 | * Patch by Steven Blakeslee, 27 Jul 2005: | |
428 | - Add support for AMCC PPC440EP/GR. | |
429 | - Add support for AMCC Yosemite PPC440EP eval board. | |
430 | - Add support for AMCC Yellowstone PPC440GR eval board. | |
431 | ||
0f18cb6e WD |
432 | * Minor fixes for PPChameleon Board: |
433 | - fix alignment of NAND size | |
434 | - make code do what the comment says | |
435 | ||
cf991923 WD |
436 | * Implement h/w sector protection status synchronization at boot. |
437 | The code is provided for, and was tested on, the Yukon/Alaska | |
438 | and PM520 boards only. | |
439 | ||
440 | A bug in flash_real_protect() for the Yukon board was fixed by | |
441 | adding a function that tells if two banks are on one flash chip. | |
442 | ||
15f36a5e WD |
443 | * Fix sysmon POST problem: check I2C error codes |
444 | This fixes a problem of displaying bogus voltages when the voltages | |
445 | are so low that the I2C devices start failing while the rest of the | |
446 | system keeps running. | |
447 | ||
e82bc62c WD |
448 | * Patch by Cedric Vincent, 6 Jul 2005: |
449 | Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c" | |
450 | ||
2d5df63e WD |
451 | * Patch by Jon Loeliger, 20 Jul 2005: |
452 | Add missing PCI IO port definitions. | |
453 | ||
08abe158 WD |
454 | * Add CompactFlash support for HMI1001 board. |
455 | ||
456 | * Adjust printed board ID for LWMON board. | |
457 | ||
1a79473b WD |
458 | * Fix low-level OHCI transfers for ARM920t and MPC5xxx |
459 | ||
f530187d WD |
460 | * Add new argument format for flash commands to allow for usage like |
461 | "erase $(addr) +$(filesize)", i. e. a size argument can be used and | |
462 | U-Boot will automaticially find the end of the corresponding sector. | |
463 | ||
cd5b2b99 SR |
464 | * Patch by Stefan Roese, 5 Jul 2005: |
465 | Update uc100 board PHY setup | |
466 | ||
3c71f3e8 SR |
467 | * Patch by Stefan Roese, 1 Jul 2005: |
468 | Fix PHY address for CATcenter board (now correct!) | |
469 | ||
bf41886f SR |
470 | * Patch by Stefan Roese, 30 Jun 2005: |
471 | Fix PHY addresses for PPChameleon and CATcenter boards | |
472 | Change MAINTAINER for most esd boards | |
473 | ||
88804d19 WD |
474 | * Patch by Detlev Zundel, 30 Jun 2005: |
475 | Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code | |
476 | ||
342717f7 WD |
477 | * Fix baudrate calculation problem on MPC5200 systems |
478 | ||
479 | * Add EEPROM and RTC support for HMI1001 board | |
480 | ||
481 | * Patch by Detlev Zundel, 20 Jun 2005: | |
482 | Fix initialization of low active GPIO pins on inka4x0 board | |
483 | ||
024447b1 WD |
484 | * Enable redundant environment, disable HW flash protection of |
485 | HMI1001 board | |
486 | ||
b2532eff WD |
487 | * Patch by Travis Sawyer, 10 Jun 2005: |
488 | Initialize allocated dev and private hw structures | |
489 | after their respective allocation in 440gx_enet.c | |
490 | ||
491 | * Patch by Steven Scholz, 10 Jun 2005: | |
492 | Fix byteorder problems with second argument of "bootm" with | |
493 | standalone images; | |
494 | ||
a87589da WD |
495 | * Add support for HMI1001 board |
496 | ||
497 | * Disable "date" and "sntp" commands on TQM866M | |
498 | ||
51152c17 WD |
499 | * Fix watchdog reset problems on LWMON board |
500 | ||
ba91e26a WD |
501 | * Patch by Juergen Selent, 17 May 2005: |
502 | Add support for Funkwerk VoVPN gateway module. | |
503 | ||
504 | * Cleanup debug code for MPC8220 FEC driver | |
505 | ||
2eab48f5 WD |
506 | * Extend burst mode RAM test program to take a loop count |
507 | (0 = infinite) | |
508 | ||
509 | * Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on | |
510 | those boards that use it. | |
511 | ||
3a574cbe WD |
512 | * Patches by Greg Ungerer, 19 May 2005: |
513 | - add support for the KS8695P (ARM 922 based) CPU | |
514 | - add support for the OpenGear CM4008, CM4116 and CM4148 boards | |
515 | ||
516 | * Patch by Steven Scholz, 19 May 2005: | |
517 | Add support for CONFIG_SERIAL_TAG on ARM boards | |
518 | ||
7680c140 WD |
519 | * Add PCI support for Sorcery board. |
520 | Code cleanup (especially Sorcery / Alaska / Yukon serial driver). | |
521 | ||
c0176630 WD |
522 | * Fix compile problems caused by new burst mode SDRAM test; |
523 | make port pins to trigger logic analyzer configurable | |
524 | ||
343117bf WD |
525 | * Fix timer handling on MPC85xx systems |
526 | ||
9dd41a7b WD |
527 | * Fix debug code in omap5912osk flash driver |
528 | ||
529 | * Add support for MPC8247 based "IDS8247" board. | |
530 | ||
d44e14b5 WD |
531 | * Add support for 2 x TSEC interfaces on the TQM8540 board. |
532 | ||
ed16fefc WD |
533 | * On LWMON we must use the watchdog to reset the board as the CPU |
534 | genereated HRESET pulse is too short to reset the external | |
535 | circuitry. | |
536 | ||
931da93e WD |
537 | * Add test tool to exercise SDRAM accesses in burst mode |
538 | (as standalone program, MPC8xx/PowerPC only) | |
539 | ||
60fc6cbb WD |
540 | * Increase CFG_MONITOR_LEN for Rattler board to match actual code |
541 | size. | |
542 | ||
07cc0999 | 543 | * Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of |
412babe3 WD |
544 | March 13, 2005); new configuration option CONFIG_JFFS2_LZO_LZARI |
545 | added to support LZO and LZARI compression modes (undefined by | |
546 | default). | |
07cc0999 | 547 | |
cf8bc577 WD |
548 | * Fix problem with symbolic links in JFFS2 code. |
549 | ||
a710d4be WD |
550 | * Use linker ASSERT statement to prevent undetected overlapping of |
551 | sections on PPChameleon board; other boards might use this, too. | |
552 | ||
434cf850 SR |
553 | * Patch by Stefan Roese, 03 May 2005: |
554 | Update for P3G4 | |
555 | Fix problems in cmd_universe.c | |
556 | ||
557 | * Patch by Matthias Fuchs, 03 May 2005: | |
558 | Added missing variable declaration in cmd_nand.c | |
559 | Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram | |
560 | ||
9f709b6c WD |
561 | * Fix INKA4x0: use CS1 as gpio_wkup_6 output |
562 | ||
a6310928 WD |
563 | * Fix bug in the SDRAM initialization code for canmb, IceCube and |
564 | PM520 boards. | |
565 | Fix PHY address for canmb board. | |
566 | ||
7cc1438d WD |
567 | * Cleanup serial console baudrate calculation on AT91RM9200; |
568 | get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition | |
ec0ca731 | 569 | |
fddae7b8 SR |
570 | * Patch by Matthias Fuchs, 18 Apr 2005: |
571 | Make PCI target address spaces on PMC405 and CPCI405 boards | |
572 | configurable via environment variables | |
573 | ||
b2323ea6 WD |
574 | * Auto-size RAM on canmb board. |
575 | ||
5e5f9ed2 WD |
576 | * Add support for canmb board |
577 | ||
4c2a366d SR |
578 | * Patch by Stefan Roese, 13 Apr 2005: |
579 | Update for esd apc405 | |
580 | ||
2a8af187 WD |
581 | * Fixes for TQM8560 board: |
582 | - fix clock rates | |
583 | - remove debug messages | |
584 | - fix flash sector protection | |
585 | ||
b77fad3b WD |
586 | * Patch by Steven Scholz, 07 Apr 2005: |
587 | Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C | |
588 | ||
2a8af187 | 589 | * Patches by Steven Scholz, 07 Apr 2005: |
b77fad3b | 590 | Fix compiler warning in altera.c |
2a8af187 | 591 | Fix warning in cpu/arm920t/at91rm9200/i2c.c |
b77fad3b WD |
592 | |
593 | * Patch by Ladislav Michl, 06 Apr 2005: | |
594 | Fix voiceblue configuration. | |
595 | ||
7ec25502 SR |
596 | * Patch by Stefan Roese, 06 Apr 2005: |
597 | Updates for OCOTEA board: | |
598 | - Changed U-Boot size from 512kByte to 256kByte | |
599 | - Fixed flash driver to support boot from soldered user flash | |
600 | - Added README for switch from PIBS firmware to U-Boot | |
601 | ||
602 | * Patch by Travis Sawyer, 05 Apr 2005: | |
603 | - Change timer frequency for ppc 440 from 10 ms to 1 ms. | |
604 | Problem found by Andrew Wozniak. | |
605 | ||
a85f9f21 WD |
606 | * Patch by Steven Scholz, 06 Apr 2005: |
607 | - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 | |
608 | - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200 | |
609 | ||
20787e23 WD |
610 | * Patches by Robert Whaley, 29 Nov 2004: |
611 | - update the pxa-regs.h file for PXA27x chips | |
612 | - add PXA27x based ADSVIX board | |
613 | - add support for MMC on PXA27x processors | |
614 | ||
615 | * Patch by Andrew E. Mileski, 28 Nov 2004: | |
616 | Fix PPC4xx SPD SDRAM detection bug | |
617 | ||
618 | * Patch by Hiroshi Ito, 26 Nov 2004: | |
619 | Fix logic of "test -z" and "test -n" commands | |
620 | ||
3c2b3d45 WD |
621 | * Patch by Ladislav Michl, 05 Apr 2005: |
622 | Add support for VoiceBlue board. | |
623 | ||
624 | * Patch by Ladislav Michl, 05 Apr 2005: | |
625 | Fix netboot_common() prototypes. | |
626 | ||
b304c968 WD |
627 | * Patch by Steven Scholz, 05 Apr 2005: |
628 | Use i.MX watchdog timer for reset_cpu() | |
629 | ||
630 | * Patch by Steven Scholz, 05 Apr 2005: | |
631 | Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific | |
632 | subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/ | |
633 | (now in interupts.c) | |
634 | ||
12b43d51 WD |
635 | * Add support for MPC8220 based "sorcery" board. |
636 | ||
637 | * Add support for TQM8560 board. | |
f5c5ef4a | 638 | |
3dd7f0f0 WD |
639 | * Add FEC support for TQM8540 board. |
640 | Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC | |
641 | ||
642 | * Patch by Martin Krause, 04 Apr 2005: | |
643 | Update default configuration for CMC_PU2 board. | |
644 | ||
8aa1a2d1 WD |
645 | * Patch by Steven Scholz, 04 Apr 2005: |
646 | - remove all references to CONFIG_INIT_CRITICAL for ARM based boards | |
647 | - introduce two new configuration options instead: | |
648 | CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT | |
649 | ||
ba83a307 WD |
650 | * Patch by Steven Scholz, 04 Apr 2005: |
651 | Make sure that MDIO clock does not exceed 2.5 MHz on AT91 | |
652 | ||
101e8dfa WD |
653 | * Fix timer code for ARM systems: make sure that udelay() does not |
654 | reset timers so it's save to use udelay() in timeout code. | |
655 | ||
50712ba1 WD |
656 |