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