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