]>
Commit | Line | Data |
---|---|---|
27e166b8 WD |
1 | ====================================================================== |
2 | Changes since U-Boot 1.1.4: | |
3 | ====================================================================== | |
4 | ||
2c33a38b WD |
5 | * Enable initrd ATAG for xm250 board. |
6 | Patch by Josef Wagner, 05 Sep 2005 | |
7 | ||
501090aa WD |
8 | * Add readline cmdline-editing extension |
9 | Patch by JinHua Luo, 01 Sep 2005 | |
10 | ||
32cb2c70 WD |
11 | * Add support for friendly-arm SBC-2410X board |
12 | Patch by JinHua Luo, 01 Sep 2005 | |
13 | ||
e644670b WD |
14 | * Fix multi-part image support on i386 platform. |
15 | Patch by David Updegraff, 19 Aug 2005 | |
16 | ||
53dd6ce4 WD |
17 | * Add support for KVME080 board |
18 | Patch by Sangmoon Kim, 18 Aug 2005 | |
19 | ||
0352f176 | 20 | * Fix MIPS LE build problem |
8623c11e | 21 | Patch by Matej Kupljen, 10 Aug 2005 |
0352f176 | 22 | |
311d8027 WD |
23 | * Check argument count in "mii" command. |
24 | Problem pointed out by Andrew Dyer, 13 Jun 2005 | |
25 | ||
5078cce8 WD |
26 | * Cleanup TQM5200 board configurations: |
27 | - make highboot configurations use environment at high end, too, | |
28 | to avoid flash fragmentation | |
29 | - always use redundand environment | |
30 | - don't enable video code for modules without graphics controller | |
31 | - provide useful (though different) mtdparts settings | |
32 | - get rid of CONFIG_CS_AUTOCONF which was always set anyway | |
33 | ||
34 | * Extend mkconfig tool to print more useful target name | |
35 | ||
978b1096 WD |
36 | * Add support for high-boot on TQM5200 and TQM5200S boards. |
37 | Hint: the CPLD on the TQM5200 must be programmed with a software | |
38 | version supporting the high boot option! The new TQM5200S is | |
39 | already supporting this option. On the TQM5200 this option will be | |
40 | supported in configurations with MPC5200 rev B processors. | |
41 | To actually "high boot", set jumper X30 on the STK52xx. | |
42 | Patch by Martin Krause, 12 Jul 2006 | |
43 | ||
45a212c4 WD |
44 | * Add support for new TQM5200 revisions |
45 | - Support for TQM5200S (short version without graphic controller) | |
46 | - Support for modules with 'N' type S29GL128N Spansion flashes | |
47 | (requires changes to flash layout) | |
48 | - Support for MPC5200B cpu (mostly support for second SDRAM bank) | |
978b1096 | 49 | Patch by Martin Krause, 07 Jul 2006 |
45a212c4 | 50 | |
bd3143f0 WD |
51 | * Fix support for PS/2 keyboard on TQM85xx boards |
52 | The PS/2 keyobard driver for the TQM85xx modules only supports the | |
53 | internal DUART of the MPC85xx CPU. Since the MPC8560 doesn't | |
54 | include a DUART, the TQM8560 modules can't be used with the PS/2 | |
55 | keyboard controller on the STK85xx board. | |
56 | The PS/2 keyboard driver should work with the modules TQM8540, | |
57 | TQM8541 and TQM8555, but it only has been tested on a TQM8540, yet. | |
58 | Make sure the PS/2 controller on the STK85xx is programmed. Jumper | |
59 | settings: X66 1-2, 9-10; X61 2-3 | |
60 | Patch by Martin Krause, 21 Jun 2006 | |
61 | ||
edd0b509 WD |
62 | * Adjust RTC century handling on STK52xx board to match Linux driver. |
63 | Patch by Martin Krause, 12 Jun 2006 | |
64 | ||
c786f427 WD |
65 | * Adjust filenames for USB update images on TRAB board. |
66 | During an automatic update via USB stick, U-Boot searches for | |
67 | images with the name "firmware.img" and "kernel.img". This names | |
68 | are now changed to "firmw_01.img" and "kernl_01.img". This is done, | |
69 | to prevent updates of new boards (with the new macronics "c" step | |
70 | flashes) with old, incompatible firmware or kernel versions. | |
71 | Patch by Martin Krause, 21 Jun 2006 | |
72 | ||
d053ce62 WD |
73 | * Bugfix in VFD routine on TRAB board. |
74 | Make sure upper lext pixel can be set to blue, too | |
75 | (so far only red was possible). | |
76 | Patch by Martin Krause, 15 Feb 2006 | |
77 | ||
89366010 WD |
78 | * Enable buffered flash writes for TB5200 board. |
79 | ||
5a3dfef7 WD |
80 | * Fix some bugs in TRAB board flash driver. |
81 | - increase CFG_FLASH_ERASE_TOUT from 2 to 15 seconds | |
82 | - use CFG_FLASH_WRITE_TOUT for programming instead of CFG_FLASH_ERASE_TOUT | |
83 | - remove "Unlock Bypass" mode, because macronix flashes do not support | |
84 | this mode officially | |
85 | - fix flash reset command from 0x00FF to 0x00F0. 0x00FF is only specified | |
86 | for Intel compatible flashes, not for AMD compatible. | |
87 | Patch by Martin Krause, 15 Feb 2006 | |
88 | ||
0de7fa59 WD |
89 | * Add additional error messages to flash driver on TRAB board |
90 | (for erase errors and timeout errors) | |
91 | Patch by Martin Krause, 14 Feb 2006 | |
92 | ||
b87dfd28 WD |
93 | * Add support for TB5200 board |
94 | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module | |
95 | integrated in a little aluminium case. | |
96 | Patch by Martin Krause, 8 Jun 2006 | |
97 | ||
f3e06df7 WD |
98 | * Enable buffered flash writes for TQM5200 board. |
99 | ||
f88a0ae6 BS |
100 | * Fix problems with SanDisk Corporation Cruzer Micro USB memory stick. |
101 | ||
dbba399b WD |
102 | * Add support for TQM885D board. |
103 | Patch by Martin Krause, 20 Mar 2006 | |
104 | ||
105 | * Fix FEC initialisation: All MII configuration is done via FEC1 | |
106 | registers, but MII_SPEED was configured according to FEC used. So | |
107 | if only FEC2 was used, this caused the real MII_SPEED register in | |
108 | FEC1 to stay uninitalised, leqading to "mii_send STUCK!" messages. | |
109 | Fix: always configure MII_SPEED on FEC1 only. | |
110 | Patch by Markus Klotzbuecher, 12 Jul 2006 | |
111 | ||
112 | * Add support for SPC1920 board. | |
113 | Patch by Markus Klotzbuecher, 12 Jul 2006 | |
b87dfd28 | 114 | |
87791f3b WD |
115 | * MCC200 board: support console on any one of the Quad UART ports. |
116 | ||
985b950a WD |
117 | * Fix error in flash protection calculation on MCC200 board. |
118 | ||
9d407995 WD |
119 | * Major PCMCIA Cleanup to make code better readable and maintainable. |
120 | Notes: | |
121 | - Board-dependend code for RPXLITE and RPXCLASSIC-based boards | |
122 | placed to the drivers/rpx_pmcia.c file to avoid duplication. | |
123 | Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c). | |
124 | - drivers/i82365.c has been split into two parts located at | |
125 | board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are | |
126 | the only boards using CONFIG_82365). | |
127 | - Changes were tested for clean build and *very* *few* boards. | |
128 | ||
edd6cf20 MB |
129 | * Fix timer problems on AMCC yucca board. |
130 | Set Timer Clock Select to use CPU clock as a timer input source. | |
131 | ||
caaeaf92 WD |
132 | * Bring yucca config more in line with other AMCC boards. |
133 | ||
ce05de29 MB |
134 | * Add AMCC bamboo board to MAKEALL build script. |
135 | ||
d19206b9 MB |
136 | * Fix AMCC bamboo eval board compilation errors. |
137 | ||
fbb0b559 MB |
138 | * Add system memory to the PCI region list for AMCC PPC44x CPUs. |
139 | Enabled it for Yucca board. | |
140 | ||
fe84b48a MB |
141 | * Cleanup config file and bootup output for Yucca board. |
142 | ||
bba68377 MB |
143 | * Fix CONFIG_440_GX define usage. |
144 | ||
971a5dd1 MB |
145 | * Remove autogenerated bmp_logo.h file. |
146 | ||
3f7a63e6 WD |
147 | * Add support for AMCC 440SPe CPU based eval board (Yucca). |
148 | ||
149 | * Call serial_initialize() before first debug() is used. | |
150 | ||
a63c31cf WD |
151 | * Cleanup trab board for GCC-4.x |
152 | ||
cb0fdf3c HS |
153 | * VoiceBlue update: use new MTD flash partitioning methods, use more |
154 | reasonable TEXT_BASE, update default environment and enable keyed | |
155 | autoboot. | |
b87dfd28 | 156 | Patch by Ladislav Michl, 16. Aug 2005 |
cb0fdf3c | 157 | |
5720df78 | 158 | * Add forgotten changes for the PLEB 2 Board. |
f73e73ba WD |
159 | Patch by David Snowdon, 13. Aug 2005 |
160 | ||
f5e0d039 | 161 | * Add support for wrPPMC7xx/74xx boards |
f73e73ba | 162 | Patch by Richard Danter, 12 Aug 2005 |
b87dfd28 | 163 | |
0c32d96d WD |
164 | * Add support for gth2 board |
165 | Patch by Thomas Lange, Aug 11 2005 | |
166 | ||
c12cffc5 WD |
167 | * Add support for CONFIG_SERIAL_MULTI on MPC5xxx |
168 | Patch by Martin Krause, 8 Jun 2006 | |
169 | ||
170 | This patch supports two serial consoles on boards with | |
171 | a MPC5xxx CPU. The console can be switched at runtime | |
172 | by setting stdin, stdout and stderr to the desired serial | |
173 | interface (serial0 or serial1). The PSCs to be used as | |
174 | console port are definded by CONFIG_PSC_CONSOLE | |
175 | and CONFIG_PSC_CONSOLE2. | |
176 | See README.serial_multi for details. | |
177 | ||
30a43cc2 WD |
178 | * Bugfix in I2C initialisation on S3C2400. |
179 | If the bus is blocked because of a previously interrupted | |
180 | transfer, up to eleven clocks are generated on the I2CSCL | |
181 | line to complete the transfer and to free the bus. | |
182 | With this fix pin I2CSCL (PG6) is really configured as GPIO | |
183 | so the clock pulses are really generated. | |
184 | Patch by Martin Krause, 04 Apr 2006 | |
b87dfd28 | 185 | |
10af6d53 WD |
186 | * Fix DDR6 errata on TQM834x boards |
187 | Patch by Thomas Waehner, 07 Mar 2006 | |
188 | ||
14d9ab35 WD |
189 | * Remove obsolete flash driver board/tqm5200/flash.c |
190 | Patch by Martin Krause, 11 Jan 2006 | |
191 | ||
1ac7e17e WD |
192 | * Update configuration for CMC-PU2 board |
193 | Patch by Martin Krause, 17 Nov 2005 | |
194 | ||
bc8bb6d4 WD |
195 | * Add support for PS/2 keyboard on TQM85xx board |
196 | Patch by Martin Krause, 07 Nov 2005 | |
197 | ||
198 | Tested on a STK85XX baseboard. Make sure the PS/2 controller | |
199 | has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3 | |
200 | ||
cebd1fce | 201 | * Fix TRAB channel switching delay for trab_fkt.bin standalone applikation |
b87dfd28 | 202 | In tsc2000_read_channel() the delay after setting the multiplexer |
cebd1fce WD |
203 | to a temperature channel is increased from 1,5 ms to 10 ms. This |
204 | is to allow the multiplexer inputs to stabilize after huge steps | |
205 | of the input signal level. | |
206 | Patch by Martin Krause, 08 Nov 2005 | |
207 | ||
cd65a3dc WD |
208 | * Adjust TQM5200 make targets |
209 | Make the automatic CS configuration the default. | |
210 | The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB | |
211 | and CONFIG_TQM5200_AC are removed. | |
212 | "TQM5200_config" is now the default for STK52XX.200 base boards. | |
213 | On a STK52XX.100 base board "TQM5200_STK100_config" must be used. | |
214 | Patch by Martin Krause, 07 Nov 2005 | |
215 | ||
4bdb53ca WD |
216 | * Fix setting of environment variable "ver" on trab board |
217 | The environment variable "ver" is now set before | |
218 | do_auto_update() is called, so that "ver" can be used | |
219 | in USB update scripts. | |
220 | Patch by Martin Krause, 27 Oct 2005 | |
221 | ||
b9fff8ee WD |
222 | * Fix wrong usage of udelay() in led_blink() on trab board |
223 | Patch by Martin Krause, 27 Oct 2005 | |
224 | ||
3e9a2992 WD |
225 | * Fix udelay bug in vfd.c for trab board |
226 | Patch by Martin Krause, 27 Oct 2005 | |
227 | ||
e00f41eb WD |
228 | * Disable JFFS2 support for trab board |
229 | Patch by Martin Krause, 27 Oct 2005 | |
230 | ||
33322403 WD |
231 | * Change mtdparts definition on trab board to match current flash map |
232 | Patch by Martin Krause, 27 Oct 2005 | |
233 | ||
9e18a4bc WD |
234 | * Fix memory init problems on MCC200 board |
235 | ||
df02bd1b SR |
236 | * Fix IxEthDB.h to compile again |
237 | Patch by Stefan Roese, 14 Jun 2006 | |
238 | ||
ed4633c9 SR |
239 | * Minor cleanup for PCS440EP board |
240 | Patch by Stefan Roese, 13 Jun 2006 | |
241 | ||
4176c799 WD |
242 | * Add MCF5282 support (without preloader) |
243 | relocate ichache_State to ram | |
244 | u-boot can run from internal flash | |
245 | Add EB+MCF-EV123 board support. | |
246 | Add m68k Boards to MAKEALL | |
247 | Patch from Jens Scharsig, 08 Aug 2005 | |
248 | ||
9cc83378 SM |
249 | * Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards |
250 | Patch by Scott McNutt, 08 Jun 2006 | |
251 | ||
1f6ce8f5 SM |
252 | * Nios II - Add EPCS Controller bootrom work-around |
253 | -When booting from an epcs controller, the epcs bootrom may leave the | |
254 | slave select in an asserted state causing soft reset hang. This | |
255 | patch ensures slave select is negated at reset. | |
256 | Patch by Scott McNutt, 08 Jun 2006 | |
257 | ||
3d22d0b8 SM |
258 | * Update PK1C20 board |
259 | -Update base addresses for standard configuration | |
260 | -Eliminate use of CACHE_BYPASS in board code | |
261 | Patch by Scott McNutt, 08 Jun 2006 | |
262 | ||
c2ced000 SM |
263 | * Nios II - Fix I/O Macros and mini-app stubs |
264 | -Fix asm/io.h macros | |
265 | -Eliminate use of CACHE_BYPASS in cpu code | |
266 | -Eliminate assembler warnings | |
267 | -Fix mini-app stubs and force no small data | |
268 | Patch by Scott McNutt, 08 Jun 2006 | |
269 | ||
9d4d3e38 | 270 | * Fix U-Boot environment sector protection on MCC200 board |
5d7022b0 | 271 | |
e461a241 WD |
272 | * Minor cleanup for PCS440EP board |
273 | ||
4526c87e SR |
274 | * Update PCS440EP port to fit into one flash device (incl. environment) |
275 | Patch by Stefan Roese, 06 Jun 2006 | |
276 | ||
2fd9eb50 WD |
277 | * Add support for PCS440EP board |
278 | Patch by Stefan Roese, 02 Jun 2006 | |
279 | ||
e15cd6fd | 280 | * Fix examples/Makefile; some build targets were lost |
2fd9eb50 | 281 | |
62b8f548 WD |
282 | * Fix watchdog handling in CFI flash driver |
283 | Just use udelay() when waiting for status changes which will | |
284 | implicitely trigger the watchdog. | |
285 | ||
392c252e WD |
286 | * Fix PCI to memory window size problems on PM82x boards |
287 | We use the "automatic" mode that was used for the MPC8266ADS and | |
288 | MPC8272 boards. Eventually this should be used on all boards?] | |
289 | Patch by Wolfgang Grandegger, 17 Jan 2006 | |
290 | ||
b9b2480f WD |
291 | * Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone |
292 | Patch by Stefan Roese, 29 May 2006 | |
293 | ||
ba94a1bb WD |
294 | * Update Intel IXP4xx support |
295 | - Add IXP4xx NPE ethernet MAC support | |
296 | - Add support for Intel IXDPG425 board | |
297 | - Add support for Prodrive PDNB3 board | |
298 | - Add IRQ support | |
299 | Patch by Stefan Roese, 23 May 2006 | |
300 | ||
5770a1e4 SR |
301 | * Fix problem in PVR detection for 440GR |
302 | Patch by Stefan Roese, 18 May 2006 | |
303 | ||
b62fa913 MB |
304 | * Fix gcc 3.4.x AFLAGS setting for m68k platform. |
305 | ||
27333f8c MB |
306 | * Enable autoboot for M5271EVB board. |
307 | ||
56ced709 SR |
308 | * Changed default ramdisk addr in yosemite/yellowstone ports |
309 | Patch by Stefan Roese, 15 May 2006 | |
310 | ||
65165250 WD |
311 | * Fix PCMCIA support on virtlab2 |
312 | ||
8cba090c WD |
313 | * Add support for VirtLab2 board |
314 | (needed because of differences in the PCMCIA hardware). | |
315 | ||
977b50f8 WD |
316 | * Minor cleanup. |
317 | ||
278bc4b3 SR |
318 | * Update yosemite configuration to enable flash write buffer support |
319 | Patch by Stefan Roese, 10 May 2006 | |
320 | ||
f90a3921 SR |
321 | * Fix compile warnings in common/xyzModem.c |
322 | Patch by Stefan Roese, 10 May 2006 | |
323 | ||
512f8d5d SR |
324 | * Add support for AMCC 440EP Rev C and 440GR Rev B |
325 | Patch by John Otken, 08 May 2006 | |
326 | ||
d1dd22f9 SR |
327 | * OMAP 5912/OSK: update EMIFS CS1 timings: |
328 | Problems have been seen in the linux kernel's smc91x network driver | |
329 | due to improper bus timings. The latest 2.6 OMAP kernels currently | |
330 | have a workaround, but this fix belongs in u-boot. | |
331 | Patch by Kevin Hilman, 13 Oct 2005 | |
332 | ||
77f63342 SR |
333 | * Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports |
334 | Patch by Hiroki Kaminaga, 11 Mar 2006 | |
335 | ||
6080a0eb SR |
336 | * Update omap5912osk board support |
337 | - Fix OMAP support that omap5912osk compiles in current source tree | |
338 | - Update with code from "http://omap.spectrumdigital.com/osk5912" | |
339 | to fix problems with DDR initialization | |
340 | - Fix timer setup | |
341 | - Use CFI flash driver and support complete 32MB of onboard flash | |
342 | - Add "print_cpuinfo()" and "checkboard()" functions to display | |
343 | CPU (with frequency) and Board infos | |
344 | Patch by Stefan Roese, 10 May 2006 | |
345 | ||
4af099bd WD |
346 | * Fix watchdog issues for ColdFire boards. |
347 | ||
78b123cd MB |
348 | * Add M5271EVB board support. |
349 | ||
6f5155a9 MB |
350 | * Make R5200 specific low level initialization board conditional. |
351 | ||
4af099bd | 352 | * Update CPU target identification strings for ColdFire family. |
b75ef85f | 353 | |
b4853b77 MB |
354 | * Update register definitions for MCF5271. |
355 | ||
0c056f0e MB |
356 | * Fix serial console support for MCF5271. |
357 | ||
483a0cf8 MB |
358 | * Fixes for gcc 3.4 based m68k toolchain, |
359 | based on patch by Jate Sujjavanich. | |
360 | ||
f149d864 WD |
361 | * Fix lowboot support on MCC200 board |
362 | ||
8fe9bf61 KG |
363 | * Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: |
364 | - Removed MPC8349ADS port | |
365 | - Added PCI support to MPC8349ADS | |
366 | - reworked memory map to allow mapping of all regions with BATs | |
4af099bd | 367 | Patch by Kumar Gala, 20 Apr 2006 |
8fe9bf61 | 368 | |
610cf367 WD |
369 | * Coding Style cleanup |
370 | ||
da4849fb WD |
371 | * Write RTC seconds first to maintain settings integrity per |
372 | Maxim/Dallas DS1306 data sheet. | |
373 | Patch by Alan J. Luse, 02 May 2006 | |
374 | ||
983bebbe WD |
375 | * Scheduled for removal: strnicmp() which is unused |
376 | ||
377 | * Update for Intel Monahans boards: | |
378 | - support for magic key detection and handling on delta board | |
379 | - NAND support for zylonite board + some minor cleanup | |
380 | ||
8546e239 | 381 | * Declare load_serial_ymodem() when using CFG_CMD_LOADB. |
da4849fb | 382 | Patch by Jon Loeliger, 01 May 2006 |
8546e239 | 383 | |
3577d3a3 WD |
384 | * Fixed handling of bad checksums with "mkimage -l" |
385 | ||
6ca24c64 | 386 | * Added support for BC3450 board |
da4849fb | 387 | Patch by Stefan Strobl, 21 Oct 2005 |
6ca24c64 | 388 | |
a367d426 | 389 | * Update for NC650 board: |
390 | - Support rev1 and rev2 hardware | |
391 | - adapt to new NAND layer | |
392 | - add CP850 configuration based on NC650 | |
393 | ||
8419c013 WD |
394 | * MPC5200: enable snooping of DMA transactions on XLB even if no PCI |
395 | is configured; othrwise DMA accesses aren't cache coherent which | |
396 | causes for example USB to fail. | |
397 | ||
cf48eb9a | 398 | * Some code cleanup |
bb74140d | 399 | |
cf48eb9a WD |
400 | * Fix dbau1x00 boards broken by dbau1550 patch |
401 | PLL:s were not set for boards other than 1550. | |
402 | Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST. | |
403 | Default boot is now bootp for cards other than 1550. | |
404 | Patch by Thomas Lange, 10 Aug 2005 | |
405 | ||
406 | * Fixes common/cmd_flash.c: | |
407 | - fix some compiler/parser error, if using m68k tool chain | |
408 | - optical fix for protect on/off all messages, if using more | |
409 | then one bank | |
410 | Patch by Jens Scharsig, 28 Jul 2005 | |
27e166b8 | 411 | |
b81a4630 WD |
412 | * Fix Quad UART mapping on MCC200 board due to new HW revision |
413 | ||
b28a31ca WD |
414 | * Fix JFFS2 support for legacy NAND driver. |
415 | ||
416 | * Remove dependencies between DoC code and old legacy NAND driver. | |
417 | ||
418 | * Fix PM828_PCI target, for which PCI was *not* configured in. | |
419 | ||
5fbb2cd3 WD |
420 | * Fix Lite5200B support: initialize SDelay register |
421 | See Freescale's AN3221 "MPC5200B SDRAM Initialization and | |
422 | Configuration", 3.3.1 SDelay--MBAR + 0x0190 | |
423 | ||
2662b40c SR |
424 | * Changes/fixes for drivers/cfi_flash.c: |
425 | ||
426 | - Add Intel legacy lock/unlock support to common CFI driver | |
427 | ||
428 | On some Intel flash's (e.g. Intel J3) legacy unlocking is | |
429 | supported, meaning that unlocking of one sector will unlock | |
430 | all sectors of this bank. Using this feature, unlocking | |
431 | of all sectors upon startup (via env var "unlock=yes") will | |
432 | get much faster. | |
433 | ||
434 | - Fixed problem with multiple reads of envronment variable | |
435 | "unlock" as pointed out by Reinhard Arlt & Anders Larsen. | |
436 | ||
437 | - Removed unwanted linefeeds from "protect" command when | |
438 | CFG_FLASH_PROTECTION is enabled. | |
439 | ||
440 | - Changed p3p400 board to use CFG_FLASH_PROTECTION | |
441 | ||
442 | Patch by Stefan Roese, 01 Apr 2006 | |
443 | ||
444 | * Changes/fixes for drivers/cfi_flash.c: | |
445 | - Correctly handle the cases where CFG_HZ != 1000 (several | |
446 | XScale-based boards) | |
447 | - Fix the timeout calculation of buffered writes (off by a | |
448 | factor of 1000) | |
449 | Patch by Anders Larsen, 31 Mar 2006 | |
450 | ||
35118539 SR |
451 | * Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440) |
452 | ||
453 | 405 SDRAM: - The SDRAM parameters can now be defined in the board | |
cf48eb9a WD |
454 | config file and the 405 SDRAM controller values will |
455 | be calculated upon bootup (see PPChameleonEVB). | |
456 | When those settings are not defined in the board | |
457 | config file, the register setup will be as it is now, | |
458 | so this implementation should not break any current | |
459 | design using this code. | |
35118539 | 460 | |
cf48eb9a | 461 | Thanks to Andrea Marson from DAVE for this patch. |
35118539 SR |
462 | |
463 | 440 DDR: - Added function sdram_tr1_set to auto calculate the | |
cf48eb9a WD |
464 | TR1 value for the DDR. |
465 | - Added ECC support (see p3p440). | |
35118539 SR |
466 | |
467 | Patch by Stefan Roese, 17 Mar 2006 | |
468 | ||
db28ddb4 WD |
469 | * Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S |
470 | Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473] | |
471 | ||
534ff676 WD |
472 | * Add support for ymodem protocol download |
473 | Patch by Stefano Babic, 29 Mar 2006 | |
474 | ||
475 | * Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000 | |
476 |