* Patch by Pierre Aubert, 26 Feb 2004
[pandora-u-boot.git] / CHANGELOG
1 ======================================================================
2 Changes for U-Boot 1.0.2:
3 ======================================================================
4
5 * Patch by Pierre Aubert, 26 Feb 2004
6   add IDE support for MPC5200
7
8 * Patch by Masami Komiya, 26 Feb 2004:
9   add autoload via NFS
10
11 * Patch by Stephen Williams
12   Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
13   elsewhere in the source.
14
15 * Patch by Steven Scholz, 25 Feb 2004:
16   - Timeouts in FPGA code should be based on CFG_HZ
17   - Minor cleanup in code for Altera FPGA ACEX1K
18
19 * Patch by Steven Scholz, 25 Feb 2004:
20   Changed "Directory Hierarchy" section in README
21
22 * Patch by Masami Komiya, 25 Feb 2004:
23   Reduce copy count in nfs_read_reply() of NFS code
24
25 * Patch by Markus Pietrek, 24 Feb 2004:
26   NS9750 DevBoard added
27
28 * Patch by Pierre Aubert, 24 Feb 2004
29   add USB support for MPC5200
30
31 * Patch by Steven Scholz, 24 Feb 2004:
32   - fix MII commands to use values from last command
33
34 * Patch by Torsten Demke, 24 Feb 2004:
35   Add support for the eXalion platform (SPSW-8240, F-30, F-300)
36
37 * Patch by Rahul Shanbhag, 19 Feb 2004:
38   Fixes for for OMAP1610 board:
39   - shift some IRQ specific code to platform.S file
40   - remove duplicatewatchdog reset code from start.S
41
42 * Make Auto-MDIX Support configurable on INCA-IP board
43
44 * Fix license for mkimage tool
45
46 * Patch by Masami Komiya, 24 Feb 2004:
47   Update NetBootFileXferSize in NFS code
48
49 * Patch by Scott McNutt, 24 Feb 2004:
50   fix packet length in NFS code
51
52 * Patch by Masami Komiy, 22 Feb 2004:
53   Add support for NFS for file download
54
55 * Patch by Andrea Scian, 17 Feb 2004:
56   Add support for S3C44B0 processor and DAVE B2 board
57
58 * Patch by Steven Scholz, 20 Feb 2004:
59   - Add support for MII commands on AT91RM9200 boards
60   - some cleanup in AT91RM9200 ethernet code
61
62 * Patch by Peter Ryser, 20 Feb 2004:
63   Add support for the Xilinx ML300 platform
64
65 * Patch by Stephan Linz, 17 Feb 2004:
66   Fix watchdog support for NIOS
67
68 * Patch by Josh Fryman, 16 Feb 2004:
69   Fix byte-swapping for cfi_flash.c for different bus widths
70
71 * Patch by Jon Diekema, 14 Jeb 2004:
72   Remove duplicate "FPGA Support" notes from the README file
73
74 * Patches by Reinhard Meyer, 14 Feb 2004:
75   - update board/emk tree; use common flash driver
76   - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c
77     [adapted for other PPC CPUs -- wd]
78   - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c
79
80 * Patch by Jon Diekema, 13 Feb 2004:
81   Call show_boot_progress() whenever POST "FAILED" is printed.
82
83 * Patch by Nishant Kamat, 13 Feb 2004:
84   Add support for TI OMAP1610 H2 Board
85   Fixes for cpu/arm926ejs/interrupt.c
86         (based on Richard Woodruff's patch for arm925, 16 Oct 03)
87   Fix for a timer bug in OMAP1610 Innovator
88   Add support for CS0 (ROM)/CS3 (Flash) boot in OMAP1610 Innovator and H2
89
90 * Patches by Stephan Linz, 12 Feb 2004:
91   - add support for NIOS timer with variable period preload counter value
92   - prepare POST framework support for NIOS targets
93
94 * Patch by Denis Peter, 11 Feb 2004:
95   add POST support for the MIP405 board
96
97 * Patch by Laurent Mohin, 10 Feb 2004:
98   Fix buffer overflow in common/usb.c
99
100 * Patch by Tolunay Orkun, 10 Feb 2004:
101   Add support for Cogent CSB272 board
102
103 * Patch by Thomas Elste, 10 Feb 2004:
104   Add support for NET+50 CPU and ModNET50 board
105
106 * Patch by Sam Song, 10 Feb 2004:
107   Fix typos in cfi_flash.c
108
109 * Patch by Leon Kukovec, 10 Feb 2004
110   Fixed long dir entry slot id calculation in get_vfatname
111
112 * Patch by Robin Gilks, 10 Feb 2004:
113   add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==,
114   !=, <>, <, >, <=, >=)
115
116 * Fix problem with side effects in macros in include/usb.h
117
118 * Patch by David Benson, 13 Nov 2003:
119   bug 841358 - fix TFTP download size limit
120
121 * Fixing bug 850768:
122   improper flush_cache() in load_serial()
123
124 * Fixing bug 834943:
125   MPC8540 - missing volatile declarations
126
127 * Patch by Stephen Williams, 09 Feb 2004:
128   Add support for Xilinx SystemACE chip:
129   - New files common/cmd_ace.c and include/systemace.h
130   - Hook systemace support into cmd_fat and the partition manager
131
132 * Patch by Travis Sawyer, 09 Feb 2004:
133   Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
134
135 * Patch by Travis Sawyer, 09 Feb 2004:
136   o 440GX:
137     - Fix PCI Indirect access for type 1 config cycles with ppc440.
138     - Add phymode for 440 enet
139     - fix pci pre init
140   o XPedite1K:
141     - Change board_pre_init to board_early_init_f
142     - Add user flash to bus controller setup
143     - Fix pci pre init
144     - Fix is_pci_host to check GPIO for monarch bit
145     - Force xpedite1k to pci conventional mode (via #define option)
146
147 * Patch by Brad Kemp, 4 Feb 2004:
148   - handle the machine check that is generated during the PCI scans
149     on 82xx processors.
150   - define the registers used in the IMMR by the PCI subsystem.
151
152 * Patch by Pierre Aubert, 03 Feb 2004:
153   cpu/mpc5xxx/start.S: copy MBAR into SPR311
154
155 * Patch by Jeff Angielski, 03 Feb 2004:
156   Fix copy & paste error in cpu/mpc8260/pci.c
157
158 * Patch by Reinhard Meyer, 24 Jan 2004:
159   Fix typo in cpu/mpc5xxx/pci_mpc5200.c
160
161 * Add Auto-MDIX support for INCA-IP
162
163 * Some code cleanup
164
165 * Patch by Josef Baumgartner, 10 Feb 2004:
166   Fixes for Coldfire port
167
168 * Patch by Brad Kemp, 11 Feb 2004:
169   Fix CFI flash driver problems
170
171 * Make sure to use a bus clock divider of 2 only when running TQM8xxM
172   modules at CPU clock frequencies above 66 MHz.
173
174 * Optimize flash programming speed for LWMON (by another 100% :-)
175
176 * Patch by Jian Zhang, 3 Feb 2004:
177   - Changed the incorrect FAT12BUFSIZE
178   - data_begin in fsdata can be negative. Changed it to be short.
179
180 * Patches by Stephan Linz, 30 Jan 2004:
181   1: - board/altera/common/flash.c:flash_erase():
182        o allow interrupts befor get_timer() call
183        o check-up each erased sector and avoid unexpected timeouts
184      - board/altera/dk1c20/dk1s10.c:board_early_init_f():
185        o enclose sevenseg_set() in cpp condition
186      - remove the ASMI configuration for DK1S10_standard_32 (never present)
187      - fix some typed in mistakes in the NIOS documentation
188   2: - split DK1C20 configuration into several header files:
189        o two new files for each NIOS CPU description
190        o U-Boot related part is remaining in DK1C20.h
191   3: - split DK1S10 configuration into several header files:
192        o two new files for each NIOS CPU description
193        o U-Boot related part is remaining in DK1S10.h
194   4: - Add support for the Microtronix Linux Development Kit
195        NIOS CPU configuration at the Altera Nios Development Kit,
196        Stratix Edition (DK-1S10)
197   5: - Add documentation for the Altera Nios Development Kit,
198        Stratix Edition (DK-1S10)
199   6: - Add support for the Nios Serial Peripharel Interface (SPI)
200        (master only)
201   7: - Add support for the common U-Boot SPI framework at
202        RTC driver DS1306
203
204 * Patch by Rahul Shanbhag, 28 Jan 2004:
205   Fix flash protection/locking handling for OMAP1610 innovator board.
206
207 * Patch by Rolf Peukert, 28 Jan 2004:
208   fix flash write problems on CSB226 board (write with 32 bit bus width)
209
210 * Patches by Mark Jonas, 16 Jan 2004:
211   - fix rounding error when calculating baudrates for MPC5200 PSCs
212   - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
213     time which is not supported
214
215 * Patch by Yuli Barcohen, 26 Jan 2004:
216   Allow bzip2 compression for small memory footprint boards
217
218 * Patch by Brad Kemp, 21 Jan 2004:
219   Add support for CFI flash driver for both the Intel and the AMD
220   command sets.
221
222 * Patch by Travis Sawyer, 20 Jan 2004:
223   Fix pci bridge auto enumeration of sibling p2p bridges.
224
225 * Patch by Tolunay Orkun, 12 Jan 2004:
226   Add some delays as needed for Intel LXT971A PHY support
227
228 * Patches by Stephan Linz, 09 Jan 2004:
229   - avoid warning: unused variable `piop' in board/altera/common/sevenseg.c
230   - make DK1C20 board configuration related to ASMI conform to
231     documentation
232
233 * Patch by Anders Larsen, 09 Jan 2004:
234
235   ARM memory layout fixes: the abort-stack is now set up in the
236   correct RAM area, and the BSS is zeroed out as it should be.
237
238   Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
239   of the linker scripts are replaced by '__bss_start' and '_end',
240   resp., which is a further step to eliminate unnecessary differences
241   between the implementation of the CPU architectures.
242
243 * Patch by liang a lei, 9 Jan 2004:
244   Fix Intel 28F128J3 ID in include/flash.h
245
246 * Patch by Masami Komiya, 09 Jan 2004:
247   add support for TB0229 board (NEC VR4131 MIPS processor)
248
249 * Patch by Leon Kukovec, 12 Dec 2003:
250   changed extern __inline__ into static __inline__ in
251   include/linux/byteorder/swab.h
252
253 * Patch by Travis Sawyer, 30 Dec 2003:
254   Add support for IBM PPC440GX. Multiple EMAC Ethernet devices,
255   select MDI port based on enabled EMAC device.
256   Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX
257   base PrPMC board.
258
259 * Patch by Wolter Kamphuis, 15 Dec 2003:
260   made CONFIG_SILENT_CONSOLE usable on all architectures
261
262 * Disable date command on TQM866M - there is no RTC on MPC866
263
264 * Fix variable CPU clock for MPC859/866 systems for low CPU clocks
265
266 * Implement adaptive SDRAM timing configuration based on actual CPU
267   clock frequency for INCA-IP; fix problem with board hanging when
268   switching from 150MHz to 100MHz
269
270 * Add PCMCIA CS support for BMS2003 board
271
272 * Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
273   see doc/README.MPC866 for details;
274   implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866;
275   calculate CPU clock frequency from PLL register values.
276
277 * Add support for 128 MB RAM on TQM8xxL/M modules
278
279 * Fix PS/2 keyboard problem caused by statically initialized variable
280   pointing to a location in flash
281
282 * Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
283
284 * The PS/2 mux on the BMS2003 board needs 450 ms after power on
285   before we can access it; add delay in case we are faster (with no
286   CF card inserted)
287
288 * Cleanup of some init functions
289
290 * Make sure SCC Ethernet is always stopped by the time we boot Linux
291   to avoid Linux crashes by early packets coming in.
292
293 * Accelerate flash accesses on LWMON board by using buffered writes
294
295 * Fix typo in Makefile;
296   fix problem with PARTNUM detection
297
298 * Patch by Reinhard Meyer, 09 Jan 2004:
299   - add RTC support for MPC5200 based boards (requires RTC_XTAL)
300
301 * Add support for IDE LED on BMS2003 board
302   (exclusive with status LED!)
303
304 * Add support for PS/2 keyboard (used with PS/2 multiplexor on
305   BMS2003 board)
306
307 * Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
308   Add common files for "emk" boards
309
310 * Add a common get_ram_size() function and modify the the
311   board-specific files to invoke that common implementation.
312
313 ======================================================================
314 Changes for U-Boot 1.0.1:
315 ======================================================================
316
317 * Set default clock for INCA-IP to 150 MHz
318
319 * Make BMS2003 use a separate config file to avoid #ifdef mess;
320   add I2C support; add support for DS1337 RTC
321
322 * Add CompactFlash support  for BMS2003 board
323
324 * Add support for status LED on BMS2003 board
325
326 * Patch by Scott McNutt, 02 Jan 2004:
327   Add support for the Nios Active Serial Memory Interface (ASMI)
328   on Cyclone devices
329
330 * Patch by Andrea Marson, 16 Dec 2003:
331   Add support for the PPChameleon ME and HI modules
332
333 * Patch by Yuli Barcohen, 22 Dec 2003:
334   Add support for Motorola DUET ADS board (MPC87x/88x)
335
336 * Patch by Robert Schwebel, 15 Dec 2003:
337   add support for cramfs (uses JFFS2 command interface)
338
339 * Patches by Stephan Linz, 11 Dec 2003:
340   - more documentation for NIOS port
341   - new struct nios_pio_t, struct nios_spi_t
342   - Reconfiguration for NIOS Development Kit DK1C20:
343     o move board related code from board/dk1c20
344       to board/altera/dk1c20
345     o create a new common source path board/altera/common
346       and move generic flash access stuff into it
347     o change/expand configuration file DK1C20.h
348   - Add support for NIOS Development Kit DK1S10
349   - Add status LED support for NIOS systems
350   - Add dual 7-segment LED support for Altera NIOS DevKits
351
352 * Patch by Ronen Shitrit, 10 Dec 2003:
353   Add support for the Marvell DB64360 / DB64460 development boards
354
355 * Patch by Detlev Zundel, 10 Dec 2003:
356   fix dependency problem in examples/Makefile
357
358 * Patch by Denis Peter, 8 Dec 2003
359   - add support for the PATI board (MPC555)
360   - add SPI support for the MPC5xx
361
362 * Patch by Anders Larsen, 08 Dec 2003:
363   add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
364   to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
365   cleanup some redundand #defines
366
367 * Patch by André Schwarz, 8 Dec 2003:
368   fixes for Davicom DM9102A Ethernet Chip (#define CONFIG_TULIP_FIX_DAVICOM):
369   - TX and RX deskriptors must be quad-word aligned
370   - does not work with only one TX deskriptor
371   - standard reset method does not work
372
373 * Patch by Masami Komiya, 08 Dec 2003:
374   add RTL8139 ethernet driver
375
376 * Patches by Ed Okerson, 07 Dec 2003:
377   - fix ethernet for the AU1x00 processors in little-endian mode.
378   - extend memsetup.S for the AU1x00 processors in BE and LE modes
379
380 * Minor code cleanup (coding style)
381
382 * Patch by Reinhard Meyer, 30 Dec 2003:
383   - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
384   - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
385   - turned debug print of PHY registers into a function (called in two places)
386   - added support for EMK MPC5200 based modules
387
388 * Fix MPC8xx PLPRCR_MFD_SHIFT typo
389
390 * Add support for TQM866M modules
391
392 * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
393
394 * Fix a few compiler warnings
395
396 * Patch by Reinhard Meyer, 28 Dec 2003:
397   Add initial support for TOP5200 board
398
399 * Make CPU clock on ICA-IP board controllable by a "cpuclk"
400   environment variable which can set to "100", "133", or "150". The
401   CPU clock will be configured accordingly upon next reboot. Other
402   values are ignored. In case of an invalid or undefined "cpuclk"
403   value, the compile-time default CPU clock speed will be used.
404
405 * Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
406   window that is used to access the UART registers by the Linux driver)
407
408 * Patch by Reinhard Meyer, 20 Dec 2003:
409   Fix clock calculation for the MPC5200 for higher clock frequencies
410   (above 2**32 / 10 = 429.5 MHz).
411
412 * Fix CONFIG_PLL_PCI_TO_MEM_MULTIPLIER divider error in SP8240 configuration
413
414 * Fix IceCube CLKIN configuration (it's 33.000000MHz)
415
416 * Add new configuration for IceCube board with DDR memory
417
418 * Update TRAB memory configurations
419
420 * Add JFFS2 support for INCA-IP board
421
422 * Patch by Bill Hargen, 09 Dec 2003:
423   - BUBINGA405EP: changed flash driver to protect top sector containing
424     first instruction.
425   - BUBINGA405EP: configured "eeprom" command to access boot config EEPROM.
426   - BUBINGA405EP: fixed PLL init (init chip selects before FPGA/NVRAM access).
427   - 405EP: fixed SPD-based SDRAM init (only use banks 0 and 1).
428   - 405EP: added/fixed support for "reginfo" command.
429   - 4xx: removed spurious MII error messages on "mii info" command.
430
431 * Patch by Bernhard Kuhn, 28 Nov 2003:
432   add support for Coldfire CPU
433   add support for Motorola M5272C3 and M5282EVB boards
434
435 * Patch by Pierre Aubert, 24 Nov 2003:
436   - add a return value for the fpga command
437   - add ide_preinit() function called in ide_init if CONFIG_IDE_PREINIT
438     is defined. If ide_preinit fails, ide_init is aborted.
439   - fix an endianess problem in fat.h
440
441 * Patch by Wolter Kamphuis, 05 Dec 2003:
442   Add support for SNMC's QS850/QS823/QS860T boards
443
444 * Patch by Yuli Barcohen, 3 Dec 2003:
445   "revive" U-Boot support for old Motorola MPC860ADS board
446
447 * Patch by Cam(ilo?), 03 Dec 2003:
448   make examples build even with broken Montavista objcopy
449
450 * Patch by Pavel Bartusek, 27 Nov 2003:
451   fix conversion problem with "bootretry" evironment variable
452
453 * Patch by Andre Schwarz, 24 Nov 2003:
454   add support for mvblue (mvBlueLYNX and mvBlueBOX) boards
455
456 * Patch by Pavel Bartusek, 21 Nov 2003:
457   set ZMII bridge speed on 440
458
459 * Patch by Anders Larsen, 17 Nov 2003:
460   Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
461
462 * Patches by David Müller, 14 Nov 2003:
463   - board/mpl/common/common_util.c
464     * implement support for BZIP2 compressed images
465     * various cleanups (printf -> puts, ...)
466   - board/mpl/common/flash.c
467     * report correct errors to upper layers
468     * check the erase fail and VPP low bits in status reg
469   - board/mpl/vcma9/cmd_vcma9.c
470   - board/mpl/vcma9/flash.c
471     * various cleanups (printf -> puts, ...)
472   - common/cmd_usb.c
473     * fix typo in comment
474   - cpu/arm920t/usb_ohci.c
475     * support for S3C2410 is missing in #if line
476   - drivers/cs8900.c
477     * reinit some registers in case of error (cable missing, ...)
478   - fs/fat/fat.c
479     * support for USB/MMC devices is missing in #if line
480   - include/configs/MIP405.h
481   - include/configs/PIP405.h
482     * enable BZIP2 support
483     * enlarge malloc space to 1MiB because of BZIP2 support
484   - include/configs/VCMA9.h
485     * enable BZIP2 support
486     * enlarge malloc space to 1MiB because of BZIP2 support
487     * enable USB support
488   - lib_arm/armlinux.c
489     * change calling convention of ARM Linux kernel as
490       described on http://www.arm.linux.org.uk/developer/booting.php
491
492 * Patch by Thomas Lange, 14 Nov 2003:
493   Split dbau1x00 into dbau1000, dbau1100 and dbau1500 configs to
494   support all these AMD boards.
495
496 * Patch by Thomas Lange, 14 Nov 2003:
497   Workaround for mips au1x00 physical memory accesses (the au1x00
498   uses a 36 bit bus internally and cannot access physical memory
499   directly. Use the uncached SDRAM address instead of the physical
500   one.)
501
502 * Patch by Xue Ligong (Joe), 13 Nov 2003:
503   add Realtek 8019 ethernet driver
504
505 * Patch by Yuli Barcohen, 13 Nov 2003:
506   MPC826xADS/PQ2FADS  cleanup
507
508 * Patch by Anders Larsen, 12 Nov 2003:
509   Update README to mark the PORTIO commands non-standard
510
511 * Patch by Nicolas Lacressonnière, 12 Nov 2003:
512   update for for Atmel AT91RM9200DK development kit:
513   - support for environment variables in DataFlash
514   - Atmel DataFlash AT45DB1282 support
515
516 * Patch by Jeff Carr, 11 Nov 2003:
517   add support for new version of 8270 processors
518
519 * Patches by George G. Davis, 05 Nov 2003:
520   - only pass the ARM linux initrd tag to the kernel when an initrd
521     is actually present
522   - update omap1510inn configuration file
523
524 * Patches by Stephan Linz, 3 Nov 2003:
525   - more endianess fixes for LAN91C111 driver
526   - CFG_HZ configuration patch for NIOS Cyclone board
527
528 * Patch by Stephan Linz, 28 Oct 2003:
529   fix PHY_INT_REG vs. PHY_MASK_REG bug in drivers/smc91111.c
530
531 * Patch by Steven Scholz, 20 Oct 2003:
532   - make "mii info <addr>" show infor for PHY at "addr" only
533   - Endian fix for miiphy_info()
534
535 * Patch by Gleb Natapov, 19 Sep 2003:
536   Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c
537
538 * Patch by Anders Larsen, 17 Sep 2003:
539   Bring ARM memory layout in sync with the documentation:
540   stack and malloc-heap are now located _below_ the U-Boot code
541
542 * Accelerate booting on TRAB board: read and check  autoupdate  image
543   headers first instead of always reading the whole images.
544
545 * Fix type in MPC5XXX code (pointed out by Victor Wren)
546
547 * Enabled password check on RMU board
548
549 * Fix configuration problem with IceCube in LOWBOOT configuration:
550   envrionment got embedded, corrupting the image layout.
551
552 * Fix NEC display names (it's 6440 [for 640x480], not 6640).
553
554 * Added BMS2003 board
555   add support for NEC NL6448BC33-54. 10.4", 640x480 TFT display
556
557 * Fix flash driver for TRAB board (must use Unlock Bypass Reset
558   command to exit Unlock Bypass Mode); adjust timings for flash, SRAM
559   and CPLD
560
561 * Use "-fPIC" instead of "-mrelocatable" to prevent problems with
562   recent tools
563
564 * Add checksum verification to 'imls' command
565
566 * Add bd_info fields needed for 4xx Linux I2C driver
567
568 * Patch by Martin Krause, 4 Nov. 2003:
569   Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)
570
571 * Print used network interface when CONFIG_NET_MULTI is set
572
573 * Patch by Bernhard Kuhn, 28 Oct 2003:
574   Add low boot support for MPC5200
575
576 * Fix problem with dual PCMCIA support (NSCU)
577
578 * Fix MPC5200 I2C initialization function
579
580 ======================================================================
581 Changes for U-Boot 1.0.0:
582 ======================================================================
583
584 * Fix parameter passing to standalone images with bootm command
585
586 * Patch by Kyle Harris, 30 Oct 2003:
587   Fix build errors for ixdp425 board
588
589 * Patch by David M. Horn, 29 Oct 2003:
590   Fixes to build under CYGWIN
591
592 * Get IceCube MGT5100 working (again)
593
594 * Fix problems in memory test on some boards (which was not
595   non-destructive as intended)
596
597 * Patch by Gary Jennejohn, 28 Oct 2003:
598   Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack
599   to prevent stack overflow on ARM systems
600
601 * Patch by Stephan Linz, 28 Oct 2003:
602   fix init sequence error for NIOS port
603
604 * Allow lowercase spelling for IceCube_5200; support MPC5200LITE name
605
606 * Add CONFIG_VERSION_VARIABLE to TRAB configuration
607
608 * Patch by Xiao Xianghua, 23 Oct 2003:
609   small patch for mpc85xx
610
611 * Fix small problem in MPC5200 I2C driver
612
613 * Fix FCC3 support on ATC board
614
615 * Correct header printing for multi-image files in do_bootm()
616
617 * Make CONFIG_SILENT_CONSOLE work with CONFIG_AUTOBOOT_KEYED
618
619 * Fix PCI problems on PPChameleon board
620
621 * Patch by Steven Scholz, 18 Oct 2003:
622   Fix AT91RM9200 ethernet driver
623
624 * Patch by Nye Liu, 17 Oct 2003:
625   Fix typo in include/mpc8xx.h
626
627 * Patch by Richard Woodruff, 16 Oct 03:
628   Fixes for cpu/arm925/interrupt.c
629   - Initialize timestamp & lastdec vars.
630   - fix timestamp overflows.
631   - fix lastdec overflow.
632   - smarter normalization to allow udelay() below 1ms to work.
633
634 * Patch by Scott McNutt, 16 Oct
635   add networking support for the Altera Nios Development Kit,
636   Cyclone Edition (DK-1C20)
637
638 * Patch by Jon Diekema, 14 Oct 2003:
639   add hint about doc/README.silent to README file
640
641 * Add CompactFlash support for NSCU
642
643 * Fix PCI problems on PPChameleonEVB
644
645 * TRAB auto-update: Base decision if we have to strip the image
646   header on image type as encoded in the header
647   (include image type patch by Martin Krause, 17 Oct 2003)
648
649 * Patches by Xianghua Xiao, 15 Oct 2003:
650
651   - Added Motorola CPU 8540/8560 support (cpu/85xx)
652   - Added Motorola MPC8540ADS board support (board/mpc8540ads)
653   - Added Motorola MPC8560ADS board support (board/mpc8560ads)
654
655 * Fix flash timings on TRAB board
656
657 * Make sure HUSH is initialized for running auto-update scripts
658
659 * Make 5200 reset command _really_ reset the board, without running
660   any other code after it
661
662 * Fix errors with flash erase when range spans  across banks
663   that are mapped in reverse order
664
665 * Fix flash mapping and display on P3G4 board
666
667 * Patch by Kyle Harris, 15 Jul 2003:
668   - add support for Intel IXP425 CPU
669   - add support for IXDP425 eval board
670
671 * Added config option CONFIG_SILENT_CONSOLE.  See doc/README.silent
672   for more information
673
674 * Patch by Steven Scholz, 10 Oct 2003
675   - Add support for Altera FPGA ACEX1K
676
677 * Patches by Thomas Lange, 09 Oct 2003:
678   - fix cmd_ide.c for non ppc boards (read/write functions did not
679     add ATA base address)
680   - fix for shannon board
681   - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code
682   - Endian swap ATA identity for all big endian CPUs, not just PPC
683   - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize
684     args to linux
685   - add support for dbau1x00 board (MIPS32)
686
687 * Patch by Sangmoon Kim, 07 Oct 2003:
688   add support for debris board
689
690 * Patch by Martin Krause, 09 Oct 2003:
691   Fixes for TRAB board
692   - /board/trab/rs485.c: correct baudrate
693   - /board/trab/cmd_trab.c: bug fix for problem with timer overflow in
694     udelay(); fix some timing problems with adc controller
695   - /board/trab/trab_fkt.c: add new commands: gain, eeprom and power;
696     modify commands: touch and buzzer
697
698 * Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE
699   (quick & dirty workaround for rogue pointer problem in get_vfatname());
700   Use direct function calls for auto_update instead of hush commands
701
702 * Patch by Scott McNutt, 04 Oct 2003:
703   - add support for Altera Nios-32 CPU
704   - add support for Nios Cyclone Development Kit (DK-1C20)
705
706 * Patch by Steven Scholz, 29 Sep 2003:
707   - A second parameter for bootm overwrites the load address for
708     "Standalone Application" images.
709   - bootm sets environment variable "filesize" to the resulting
710     (uncompressed) data length for "Standalone Application" images
711     when autostart is set to "no". Now you can do something like
712         if bootm $fpgadata $some_free_ram ; then
713                 fpga load 0 $some_free_ram $filesize
714         fi
715
716 * Patch by Denis Peter, 25 Sept 2003:
717   add support for the MIP405 Rev. C board
718
719 * Patch by Yuli Barcohen, 25 Sep 2003:
720   add support for Zephyr Engineering ZPC.1900 board
721
722 * Patch by Anders Larsen, 23 Sep 2003:
723   add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
724   implemented for the x86 architecture)
725
726 * Patch by Sangmoon Kim, 23 Sep 2003:
727   fix pll_pci_to_mem_multiplier table for MPC8245
728
729 * Patch by Anders Larsen, 22 Sep 2003:
730   enable timed autoboot on PXA
731
732 * Patch by David Müller, 22 Sep 2003:
733   - add $(CFLAGS) to "-print-libgcc-filename" so compiler driver
734     returns correct libgcc file path
735   - "latency" reduction of busy-loop waiting to improve "U-Boot" boot
736     time on s3c24x0 systems
737
738 * Patch by Jon Diekema, 19 Sep 2003:
739   - Add CFG_FAULT_ECHO_LINK_DOWN option to echo the inverted Ethernet
740     link state to the fault LED.
741   - In NetLoop, make the Fault LED reflect the link status.  The link
742     status gets updated on entry, and on timeouts.
743
744 * Patch by Anders Larsen, 18 Sep 2003:
745   allow mkimage to build and run on Cygwin-hosted systems
746
747 * Patch by Frank Müller, 18 Sep 2003:
748   use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in
749   cpu/mpc8xx/fec.c
750
751 * Patch by Pantelis Antoniou, 16 Sep 2003:
752   add tool to compute fileds in the PLPRCR register for MPC86x
753
754 * Use IH_TYPE_FILESYSTEM for TRAB "disk" images.
755
756 * Fix build problems under FreeBSD
757
758 * Add generic filesystem image type
759
760 * Make fatload set filesize environment variable
761
762 * enable basic / medium / high-end configurations for PPChameleonEVB
763   board; fix NAND code
764
765 * enable TFTP client code to specify to the server the desired
766   timeout value (see RFC-2349)
767
768 * Improve SDRAM setup for TRAB board
769
770 * Suppress all output with splashscreen configured only if "splashimage"
771   is set
772
773 * Fix problems with I2C support for mpc5200
774
775 * Adapt TRAB configuration and auto_update to new memory layout
776
777 * Add configuration for wtk board
778
779 * Add support for the Sharp LQ065T9DR51U LCD display
780
781 * Patch by Rune Torgersen, 17 Sep 2003:
782   - Fixes for MPC8266 default config
783   - Allow eth_loopback_test() on 8260 to use a subset of the FCC's
784
785 * Patches by Jon Diekema, 17 Sep 2003:
786   - update README (SHOW_BOOT_PROGRESS values for cmd_nand.c and
787     env_common.c)
788   - sbc8260 tweaks
789   - adjust "help" output
790
791 * Patches by Anders Larsen, 17 Sep 2003:
792   - fix spelling errors
793   - set GD_FLG_DEVINIT flag only after device function pointers
794     are valid
795   - Allow CFG_ALT_MEMTEST on systems where address zero isn't
796     writeable
797   - enable 3.rd UART (ST-UART) on PXA(XScale) CPUs
798   - trigger watchdog while waiting in serial driver
799
800 * Add auto-update code for TRAB board using USB memory sticks,
801   support new configuration with more memory
802
803 * disable MPC5200 bus pipelining as workaround for bus contention
804
805 * Modify XLB arbiter priorities on MPC5200 so all devices use same
806   priority; configure critical interrupts to be handled like external
807   interrupts
808
809 * Make IPB clock on MGT5100/MPC5200 configurable in board config file;
810   go back to 66 MHz for stability
811
812 * Patches by Jon Diekema, 15 Sep 2003:
813   - add description for missing CFG_CMD_* entries in the README file
814   - sacsng tweaks
815
816 * Patch by Gleb Natapov, 14 Sep 2003:
817   enable watchdog support for all MPC824x boards that have a watchdog
818
819 * On MPC5200, restrict FEC to a maximum of 10 Mbps to work around the
820   "Non-octet Aligned Frame" errors we see at 100 Mbps
821
822 * Patch by Sharad Gupta, 14 Sep 2003:
823   fix SPR numbers for upper BAT register ([ID]BAT[4-7][UL])
824
825 * Patch by llandre, 11 Sep 2003:
826   update configuration for PPChameleonEVB board
827
828 * Patch by David Müller, 13 Sep 2003:
829   various changes to VCMA9 board specific files
830
831 * Add I2C support for MGT5100 / MPC5200
832
833 * Patch by Rune Torgersen, 11 Sep 2003:
834   Changed default memory option on MPC8266ADS to NOT be Page Based
835   Interleave, since this doesn't work very well with the standard
836   16MB DIMM
837
838 * Patch by George G. Davis, 12 Sep 2003:
839   fix Makefile settings for sk98 driver
840
841 * Patch by Stefan Roese, 12 Sep 2003:
842   - new boards added: DP405, HUB405, PLU405, VOH405
843   - some esd boards updated
844   - cpu/ppc4xx/sdram.c: disable memory controller before setting
845     first values
846   - cpu/ppc4xx/405_pci.c: set vendor id on PPC405EP systems
847
848 * Patch by Martin Krause, 11 Sep 2003:
849   add burn-in tests for TRAB board
850
851 * Enable instruction cache on MPC5200 board
852
853 * Patch by Denis Peter, 11 Sep 2003:
854   - fix USB data pointer assignment for bulk only transfer.
855   - prevent to display erased directories in FAT filesystem.
856
857 * Change output format for NAND flash - make it look like for other
858   memory, too
859
860 ======================================================================
861 Changes for U-Boot 0.4.8:
862 ======================================================================
863
864 * Add I2C and RTC support for RMU board
865
866 * Patches by Denis Peter, 9 Sep 2003:
867   add FAT support for IDE, SCSI and USB
868
869 * Patches by Gleb Natapov, 2 Sep 2003:
870   - cleanup of POST code for unsupported architectures
871   - MPC824x locks way0 of data cache for use as initial RAM;
872     this patch unlocks it after relocation to RAM and invalidates
873     the locked entries.
874
875 * Patch by Gleb Natapov, 30 Aug 2003:
876   new I2C driver for mpc107 bridge. Now works from flash.
877
878 * Patch by Dave Ellis, 11 Aug 2003:
879   - JFFS2: fix typo in common/cmd_jffs2.c
880   - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option
881   - JFFS2: remove node version 0 warning
882   - JFFS2: accept JFFS2 PADDING nodes
883   - SXNI855T: add AM29LV800 support
884   - SXNI855T: move environment from EEPROM to flash
885   - SXNI855T: boot from JFFS2 in NOR or NAND flash
886
887 * Patch by Bill Hargen, 11 Aug 2003:
888   fixes for I2C on MPC8240
889   - fix i2c_write routine
890   - fix iprobe command
891   - eliminates use of global variables, plus dead code, cleanup.
892
893 * Add support for USB Mass Storage Devices (BBB)
894   (tested with USB memory sticks only)
895
896 * Avoid flicker on TRAB's VFD
897
898 * Add support for SK98xx driver
899
900 * Add PCI support for SL8245 board
901
902 * Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB)
903   or 1 x AM29LV652 (two LV065 in one chip = 16 MB);
904   Run IPB at 133 Mhz; adjust the MII clock frequency accordingly
905
906 * Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16  MHz)
907   to allow for more accurate baudrate settings
908   (error now 0.7% at 115 kbps, instead of 3.5% before)
909
910 * Patch by Andreas Mohr, 4 Sep 2003:
911   Fix a lot of spelling errors
912
913 * Add support for PPChameleon Eval Board
914
915 * Add support for P3G4 board
916
917 * Fix problem with MGT5100 FEC driver: add "early" MAC address
918   initialization
919
920 * Patch by Yuli Barcohen, 7 Aug 2003:
921   check BCSR to detect if the board is configured in PCI mode
922
923 ======================================================================
924 Changes for U-Boot 0.4.7:
925 ======================================================================
926
927 * Patch by Raghu Krishnaprasad, 7 Aug 2003:
928   add support for Adder II MPC852T module
929
930 * Patch by George G. Davis, 19 Aug 2003:
931   fix TI Innovator/OMAP1510 pin configs
932
933 * Patches by Kshitij, 18 Aug 2003
934   - add support for arm926ejs cpu core
935   - add support for TI OMAP 1610 Innovator Board
936
937 * Patch by Yuli Barcohen, 14 Aug 2003:
938   add support for bzip2 uncompression
939
940 * Add GCC library to examples/Makefile so GCC utility functions will
941   be resolved, too
942
943 * Add I2C and RTC support for RMU board using software I2C driver
944   (because of better response to iprobe command); fix problem with
945   "reset" command
946
947 * Patch by Matthias Fuchs, 28 Aug 2003:
948   Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to
949   CONFIG_BOOTP_MAKS (see README).
950
951 * Fix ICU862 environment problem
952
953 * Fix RAM size detection for RMU board
954
955 * Implement "reset" for MGT5100/MPC5200 systems
956
957 ======================================================================
958 Changes for U-Boot 0.4.6:
959 ======================================================================
960
961 * Make Ethernet autonegotiation on INCA-IP work for all clock rates;
962   allow selection of clock frequency as "make" target
963
964 * Implement memory autosizing code for IceCube boards
965
966 * Configure network port on INCA-IP for autonegotiation
967
968 * Fix overflow problem in network timeout code
969
970 * Patch by Richard Woodruff, 8 Aug 2003:
971   Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
972
973 ======================================================================
974 Changes for U-Boot 0.4.5:
975 ======================================================================
976
977 * Update for TQM board defaults:
978   disable clocks_in_mhz, enable boot count limit
979
980 * Removed tools/gdb from "make all" target.  Added make target "gdbtools"
981   in toplevel directory instead.  Removed astest.c from tools/gdb because
982   it is no longer relevant.
983
984 * Fix PCI support for MPC5200 / IceCube Board
985
986 * Map ISP1362 USB OTG controller for NSCU board
987
988 * Patch by Brad Parker, 02 Aug 2003:
989   fix sc520_cdp problems
990
991 * Implement Boot Cycle Detection (Req. 2.3 of OSDL CGL Reqirements)
992
993 * Allow erase command to cross flash bank boundaries
994
995 * Patch by Scott McNutt, 21 Jul 2003:
996   Add support for LynuxWorks Kernel Downloadable Images (KDIs).
997   Both LynxOS and BlueCat linux KDIs are supported.
998
999 * Patch by Richard Woodruff, 25 Jul 2003:
1000   use more reliable reset for OMAP/925T
1001
1002 * Patch by Nye Liu, 25 Jul 2003:
1003   fix typo in mpc8xx.h
1004
1005 * Patch by Richard Woodruff, 24 Jul 2003:
1006   Fixes for cmd_nand.c:
1007   - Fixed null dereferece which could result in incorrect ECC values.
1008   - Added support for devices with no Ready/Busy signal hooked up.
1009   - Added OMAP1510 read/write protect handling.
1010   - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
1011     for non-JFFS2.
1012   - Switched default ECC to be JFFS2.
1013
1014 * Allow crc32 to be used at address 0x000
1015
1016 * Provide consistent interface to standalone applications to access
1017   the 'global_data' structure
1018   Provide a doc/README.standalone more useful to users/developers.
1019
1020 * Make IceCube MGT5100 FEC driver work
1021
1022 * Implement new mechanism to export U-Boot's functions to standalone
1023   applications: instead of using (PPC-specific) system calls we now
1024   use a jump table; please see doc/README.standalone for details
1025
1026 * Patch by Dave Westwood, 24 Jul 2003:
1027   added support for Unity OS (a proprietary OS)
1028
1029 * Patch by Detlev Zundel, 23 Jul 2003:
1030   add "imls" command to print flash table of contents
1031
1032 * Fix cold boot detection for log buffer reset
1033
1034 * Return error for invalid length specifiers with "cp.X" etc.
1035
1036 * Fix startup problem on MIPS
1037
1038 * Allow for CONFIG_SPLASH_SCREEN even when no explicit
1039   bitmap support is configured
1040
1041 * Patch by Bill Hargen, 18 Jul 2003:
1042   - fix endinaness problem in cpu/mpc824x/drivers/i2c/i2c1.c
1043
1044 * Patch by Denis Peter, 18 Jul 2003:
1045   - fix memory configuration for MIP405T
1046   - fix printout of baudrate for "loadb <loadaddr> <baudrate>"
1047
1048 * Cleanup of TQM82xx configurations; use "official" board types
1049   to make selection easier.
1050
1051 * Patch by Martin Krause, 17 Jul 2003:
1052   add delay to get I2C working with "imm" command and s3c24x0_i2c.c
1053
1054 * Patch by Richard Woodruff, 17 July 03:
1055   - Fixed bug in OMAP1510 baud rate divisor settings.
1056
1057 * Patch by Nye Liu, 16 July 2003:
1058   MPC860FADS fixes:
1059   - add MPC86xADS support (uses MPC86xADS.h)
1060   - add 866P/T core support (also MPC859T/MPC859DSL/MPC852T)
1061     o PLPRCR changes
1062     o BRG changes (EXTAL/XTAL restricted to 10MHz)
1063     o don't trust gclk() software measurement by default, depend on
1064       CONFIG_8xx_GCLK_FREQ
1065   - add DRAM SIMM not installed detection
1066   - use more "correct" SDRAM initialization sequence
1067   - allow different SDRAM sizes (8xxADS has 8M)
1068   - default DER is 0
1069   - remove unused MAMR defines from FADS860T.h (all done in fads.c)
1070   - rename MAMR/MBMR defines to be more consistent. Should eventually
1071     be merged into MxMR to better reflect the PowerQUICC datasheet.
1072
1073 * Patch by Yuli Barcohen, 16 Jul 2003:
1074   support new Motorola PQ2FADS-ZU evaluation board which replaced
1075   MPC8260ADS and MPC8266ADS
1076
1077 ======================================================================
1078 Changes for U-Boot 0.4.4:
1079 ======================================================================
1080
1081 * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)
1082
1083 * Add support for MGT5100 and MPC5200 processors
1084
1085 * Patch by Lutz Dennig, 15 Jul 2003:
1086   update for R360MPI board
1087
1088 ======================================================================
1089 Changes for U-Boot 0.4.3:
1090 ======================================================================
1091
1092 * Patches by Kshitij, 04 Jul 2003
1093   - added support for arm925t cpu core
1094   - added support for TI OMAP 1510 Innovator Board
1095
1096 * Patches by Martin Krause, 14 Jul 2003:
1097   - add I2C support for s3c2400 systems (trab board)
1098   - (re-) add "ping" to command table
1099
1100 * Fix handling of "slow" POST routines
1101
1102 * Patches by Yuli Barcohen, 13 Jul 2003:
1103   - Correct flash and JFFS2 support for MPC8260ADS
1104   - fix PVR values and clock generation for PowerQUICC II family
1105     (8270/8275/8280)
1106
1107 * Patch by Bernhard Kuhn, 08 Jul 2003:
1108   - add support for M68K targets
1109
1110 * Patch by Ken Chou, 3 Jul:
1111   - Fix PCI config table for A3000
1112   - Fix iobase for natsemi.c
1113     (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
1114
1115 * Allow to enable "slow" POST routines by key press on power-on
1116 * Fix temperature dependend switching of LCD backlight on LWMON
1117 * Tweak output format for LWMON
1118
1119 * Patch by Stefan Roese, 11 Jul 2003:
1120   - Fix bug in CONFIG_VERSION_VARIABLE.
1121   - AR405 config updated.
1122   - OCRTC/ORSG: bsp command added.
1123   - ASH405 bsp update.
1124
1125 ======================================================================
1126 Changes for U-Boot 0.4.2:
1127 ======================================================================
1128
1129 * Add support for NSCU board
1130
1131 * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
1132
1133 * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
1134   mirror bit flash on TQM8xxM modules
1135
1136 * Patch by Kenneth Johansson, 30 Jun 2003:
1137   get rid of MK_CMD_ENTRY macro; update doc/README.command
1138
1139 * Patch by Seb James, 30 Jun 2003:
1140   Improve documentation of I2C configuration in README
1141
1142 * Fix problems with previous log buffer "fixes"
1143
1144 * Fix minor help text issues
1145
1146 * "log append" did not append a newline
1147
1148 ======================================================================
1149 Changes for U-Boot 0.4.1:
1150 ======================================================================
1151
1152 * Fix some missing commands, cleanup header files
1153   (autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
1154
1155 * Rewrite command lookup and help command (fix problems with bubble
1156   sort when sorting command name list). Minor cleanup here and there.
1157
1158 * Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
1159   - Allow to call sysmon function interactively
1160   - PIC on LWMON board needs delay after power-on
1161   - Add missing RSR definitions for MPC8xx
1162   - Improve log buffer handling: guarantee clean reset after power-on
1163   - Add support for EXBITGEN board (aka "genie")
1164   - Add support for SL8245 board
1165
1166 * Code cleanup:
1167   - remove trailing white space, trailing empty lines, C++ comments, etc.
1168   - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
1169
1170 * Patches by Kenneth Johansson, 25 Jun 2003:
1171   - major rework of command structure
1172     (work done mostly by Michal Cendrowski and Joakim Kristiansen)
1173
1174 ======================================================================
1175 Changes for U-Boot 0.4.0:
1176 ======================================================================
1177
1178 * Patches by Robert Schwebel, 26 Jun 2003:
1179   - csb226 configuration updated
1180   - credits for logodl port updated
1181   - innokom configuration updated
1182   - logodl tree update, still with coding style inconsistencies
1183   - added OCM for ppc405 warning to README
1184
1185 * Patch by Pantelis Antoniou, 25 Jun 2003:
1186   update NetVia with V2 board support
1187
1188 * Header file cleanup for ARM
1189
1190 * Patch by Murray Jensen, 24 Jun 2003:
1191   - make sure to use only U-boot provided header files
1192   - fix problems with ".rodata.str1.4" section as used by GCC-3.x
1193
1194 * Patch by Stefan Roese, 24 Jun 2003:
1195   - Update esd ASH405 board files.
1196   - Update esd DASA_SIM config file.
1197   - Add ping command to some esd boards.
1198
1199 * Patch by Yuli Barcohen, 23 Jun 2003:
1200   Update for MPC8260ADS board
1201
1202 * Patch by Murray Jensen, 23 Jun 2003:
1203   - cleanup of GCC 3.x compiler warnings
1204
1205 * Patch by Rune Torgersen, 4 Jun 2003:
1206   add large memory support for MPC8266ADS board
1207
1208 * Patch by Richard Woodruff, 19 June 03:
1209   - Enabled standard u-boot device abstraction for ARM
1210   - Enabled console device for ARM
1211   - Initilized bi_baudrate for ARM
1212
1213 * Patch by Bill Hargen, 23 Apr 2003:
1214   fix byte order for 824x I2C addresses (write op)
1215
1216 * Patch by Murray Jensen, 20 Jun 2003:
1217   - hymod update
1218   - cleanup (especially for gcc-3.x compilers)
1219
1220 * Patch by Tom Guilliams, 20 Jun 2003:
1221   added CONFIG_750FX support for IBM 750FX processors
1222
1223 * Patch by Devin Crumb, 02 Apr 2003:
1224   Fix clock divider rounding problem in drivers/serial.c
1225
1226 * Patch by Richard Woodruff, 19 June 03:
1227   - Fixed smc91c111 driver to sync with the u-boot environment
1228     (driver/smc91c111.c).
1229   - Added eth_init error return check in NetLoop (net/net.c).
1230
1231 * Patch by Ken Chou, 19 June 2003:
1232   Added support for A3000 SBC board (Artis Microsystems Inc.)
1233
1234 * Patches by Murray Jensen, 17 Jun 2003:
1235   - Hymod board database mods: add "who" field and new xilinx chip types
1236   - provide new "init_cmd_timeout()" function so code external to
1237     "common/main.c" can use the "reset_cmd_timeout()" function before
1238     entering the main loop
1239   - add DTT support for adm1021 (new file dtt/adm1021.c; config
1240     slightly different. see include/configs/hymod.h for an example
1241     (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
1242     CFG_DTT_ADM1021 defined)
1243   - add new "eeprom_probe()" function which has similar args and
1244     behaves in a similar way to "eeprom_read()" etc.
1245   - add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
1246     function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
1247   - gdbtools copyright update
1248   - ensure that set_msr() executes the "sync" and "isync" instructions
1249     after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
1250   - 8260 I/O ports fix: Open Drain should be set last when configuring
1251   - add SIU IRQ defines for 8260
1252   - allow LDSCRIPT override and OBJCFLAGS initialization: change to
1253     config.mk to allow board configurations to override the GNU
1254     linker script, selected via the LDSCRIPT, make variable, and to
1255     give an initial value to the OBJCFLAGS make variable
1256   - 8260 i2c enhancement:
1257     o correctly extends the timeout depending on the size of all
1258       queued messages for both transmit and receive
1259     o will not continue with receive if transmit times out
1260     o ensures that the error callback is done for all queued tx
1261       and rx messages
1262     o correctly detects both tx and rx timeouts, only delivers one to
1263       the callback, and does not overwrite an earlier error
1264     o logic in i2c_probe now correct
1265   - add "vprintf()" function so that "panic()" function can be
1266     technically correct
1267   - many Hymod board changes
1268
1269 * Patches by Robert Schwebel, 14 Jun 2003:
1270   - add support for Logotronic DL datalogger board
1271   - cleanup serial line after kermit binary download
1272   - add debugX macro (debug level support)
1273   - update mach-types.h to latest arm.linux.org.uk master list.
1274
1275 * Patches by David Müller, 12 Jun 2003:
1276   - rewrite of the S3C24X0 register definitions stuff
1277   - "driver" for the built-in S3C24X0 RTC
1278
1279 * Patches by Yuli Barcohen, 12 Jun 2003:
1280   - Add MII support and Ethernet PHY initialization for MPC8260ADS board
1281   - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset
1282     configuration word supplied by FPGA on some MPC8260ADS boards
1283
1284 * Patch by Pantelis Antoniou, 10 Jun 2003:
1285   Unify status LED interface
1286
1287 * Add support for DS12887 RTC; add RTC support for ATC board
1288
1289 * Patch by Nicolas Lacressonniere, 11 Jun 2003:
1290   Modifications for Atmel AT91RM9200DK ARM920T based development kit
1291   - Add Atmel DataFlash support for reading and writing.
1292   - Add possibility to boot a Linux from DataFlash with BOOTM command.
1293   - Add Flash detection on Atmel AT91RM9200DK
1294     (between Atmel AT49BV1614 and AT49BV1614A flashes)
1295   - Replace old Ethernet PHY layer functions
1296   - Change link address
1297
1298 * Patch by Frank Smith, 9 Jun 2003:
1299   use CRIT_EXCEPTION for machine check on 4xx
1300
1301 * Patch by Detlev Zundel, 13 Jun 2003:
1302   added implementation of the "carinfo" command in cmd_immap.c
1303
1304 * Fix CONFIG_NET_MULTI support in include/net.h
1305
1306 * Patches by Kyle Harris, 13 Mar 2003:
1307   - Add FAT partition support
1308   - Add command support for FAT
1309   - Add command support for MMC
1310   ----
1311   - Add Intel PXA support for video
1312   - Add Intel PXA support for MMC
1313   ----
1314   - Enable MMC and FAT for lubbock board
1315   - Other misc changes for lubbock board
1316
1317 * Patch by Robert Schwebel, April 02, 2003:
1318   fix for SMSC91111 driver
1319
1320 * Patch by Vladimir Gurevich, 04 Jun 2003:
1321   make ppc405 ethernet driver compatible with CONFIG_NET_MULTI option
1322
1323 * Patch by Stefan Roese, 05 Jun 2003:
1324   - PPC4xx: Fix bug for initial stack in data cache as pointed out by
1325     Thomas Schaefer (tschaefer@giga-stream.de). Now inital stack in
1326     data cache can be used even if the chip select is in use.
1327   - CFG_RX_ETH_BUFFER added to set the ethernet receive buffer count
1328     (see README for further description).
1329   - Changed config files of CONFIG_EEPRO100 boards to use the
1330     CFG_RX_ETH_BUFFER define.
1331
1332 * Add support for RMU board
1333
1334 * Add support for TQM862L at 100/50 MHz
1335
1336 * Patch by Pantelis Antoniou, 02 Jun 2003:
1337   major reconstruction of networking code;
1338   add "ping" support (outgoing only!)
1339
1340 * Patch by Denis Peter, 04 June 2003:
1341   add support for the MIP405T board
1342
1343 * Patches by Udi Finkelstein, 2 June 2003:
1344   - Added support for custom keyboards, initialized by defining a
1345     board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD .
1346   - Added support for the RBC823 board.
1347   - cpu/mpc8xx/lcd.c now automatically calculates the
1348     Horizontal Pixel Count field.
1349
1350 * Fix alignment problem in BOOTP (dhcp_leasetime option)
1351   [pointed out by Nicolas Lacressonnière, 2 Jun 2003]
1352
1353 * Patch by Mark Rakes, 14 May 2003:
1354   add support for Intel e1000 gig cards.
1355
1356 * Patch by Nye Liu, 3 Jun 2003:
1357   fix critical typo in MAMR definition (include/mpc8xx.h)
1358
1359 * Fix requirement to align U-Boot image on 16 kB boundaries on PPC.
1360
1361 * Patch by Klaus Heydeck, 2 Jun 2003
1362   Minor changes for KUP4K configuration
1363
1364 * Patch by Marc Singer, 29 May 2003:
1365   Fixed rarp boot method for IA32 and other little-endian CPUs.
1366
1367 * Patch by Marc Singer, 28 May 2003:
1368   Added port I/O commands.
1369
1370 * Patch by Matthew McClintock, 28 May 2003
1371   - cpu/mpc824x/start.S: fix relocation code when booting from RAM
1372   - minor patches for utx8245
1373
1374 * Patch by Daniel Engström, 28 May 2003:
1375   x86 update
1376
1377 * Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
1378   add nand flash support to SXNI855T configuration
1379   fix/extend nand flash support:
1380   - fix 'nand erase' command so does not erase bad blocks
1381   - fix 'nand write' command so does not write to bad blocks
1382   - fix nand_probe() so handles no flash detected properly
1383   - add doc/README.nand
1384   - add .jffs2 and .oob options to nand read/write
1385   - add 'nand bad' command to list bad blocks
1386   - add 'clean' option to 'nand erase' to write JFFS2 clean markers
1387   - make NAND read/write faster
1388
1389 * Patch by Rune Torgersen, 23 May 2003:
1390   Update for MPC8266ADS board
1391
1392 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length
1393   instead CFG_MONITOR_LEN is now only used to determine  _at_compile_
1394   _time_  (!) if the environment is embedded within the U-Boot image,
1395   or in a separate flash sector.
1396
1397 * Cleanup CFG_DER #defines in config files (wd maintained only)
1398
1399 * Fix data abort exception handling for arm920t CPU
1400
1401 * Fix alignment problems with flash driver for TRAB board
1402
1403 * Patch by Donald White, 21 May 2003:
1404   fix calculation of base address in pci_hose_config_device()
1405
1406 * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
1407   execute "cmd2", even if "cmd1" fails. Note that this is different
1408   to "run var1 var2" where the contents of "var2" will NOT be
1409   executed when a command in "var1" fails.
1410
1411 * Add zero-copy ramdisk support (requires corresponding kernel support!)
1412
1413 * Patch by Kyle Harris, 20 May 2003:
1414   In preparation for an ixp port, rename cpu/xscale and arch-xscale
1415   into cpu/pxa and arch-pxa.
1416
1417 * Patch by Stefan Roese, 23 May 2003:
1418   - IBM PPC405EP port added.
1419   - CONFIG_UART1_CONSOLE added. If defined internal UART1 (and not
1420     UART0) is used as default U-Boot console. PPC4xx only!
1421   - esd ASH405 board added (PPC405EP based).
1422   - BUBINGA405EP board added (PPC405EP based - IBM Eval Board).
1423   - esd CPCI405AB board added.
1424   - esd PMC405 board added.
1425   - Update of some esd boards.
1426
1427 * Patch by Denis Peter, 19 Mai 2003:
1428   add support for the MIP405-3 board
1429
1430 * Patch by Dave Ellis, 22 May 2003:
1431   Fix problem with only partially cleared .bss segment
1432
1433 * Patch by Rune Torgersen, 12 May 2003:
1434   get PCI to work on a MPC8266ADS board; incorporate change to
1435   cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
1436
1437 * Patch by Nye Liu, 1 May 2003:
1438   minor patches for the FADS8xx
1439
1440 * Patch by Thomas Schäfer, 28 Apr 2003:
1441   Fix SPD handling for 256 ECC DIMM on Walnut
1442
1443 * Add support for arbitrary bitmaps for TRAB's  VFD command;
1444   allow to pass boot bitmap addresses in environment variables;
1445   allow for zero boot delay
1446
1447 * Patch by Christian Geißinger, 19 May 2002:
1448   On TRAB: wait until the dummy byte has been completely sent
1449
1450 * Patch by David Updegraff, 22 Apr 2003:
1451   update for CrayL1 board
1452
1453 * Patch by Pantelis Antoniou, 21 Apr 2003:
1454   add boot support for ARTOS (a proprietary OS)
1455
1456 * Patch by Steven Scholz, 11 Apr 2003:
1457   Add support for RTC DS1338
1458
1459 * Patch by Rod Boyce, 24 Jan 2003:
1460   Fix counting of extended partitions in diskboot command
1461
1462 * Patch by Christophe Lindheimer, 20 May 2003:
1463   allow the use of CFG_LOADS when CFG_NO_FLASH is set
1464
1465 * Fix SDRAM timing on Purple board
1466
1467 * Add support for CompactFlash on ATC board
1468   (includes support for Intel 82365 and compatible PC Card controllers,
1469   and Yenta-compatible PCI-to-CardBus controllers)
1470
1471 * Patch by Mathijs Haarman, 08 May 2003:
1472   Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
1473
1474 * Fix problem with usage of "true" (undefined in current versions of bfd.h)
1475
1476 * Add support for Promess ATC board
1477
1478 * Patch by Keith Outwater, 28 Apr 2003:
1479   - Miscellaneous corrections and additions to GEN860T board specific code.
1480   - Added GEN860_SC variant to GEN860T.
1481   - Miscellaneous corrections to GEN860T documentation.
1482   - Correct duplicate entry in U-Boot CREDITS file.
1483   - Add GEN860T_SC entry in MAINTAINERS file.
1484   - Update CREDITS file with GEN860T_SC info.
1485
1486 * Update Smiths Aerospace addresses in MAINTAINERS file
1487
1488 * Fix error handling in hush's version of "run" command
1489
1490 * LWMON extensions:
1491   - Splashscreen support
1492   - modem support
1493   - sysmon support
1494   - temperature dependend enabling of LCD
1495
1496 * Allow booting from old "PPCBoot" disk partitions
1497
1498 * Add support for TQM8255 Board / MPC8255 CPU
1499
1500 ======================================================================
1501 Changes for U-Boot 0.3.1:
1502 ======================================================================
1503
1504 * Make sure Block Lock Bits get cleared in R360MPI flash driver
1505
1506 * MPC823 LCD driver: Fill color map backwards, to allow for steady
1507   display when Linux takes over
1508
1509 * Patch by Erwin Rol, 27 Feb 2003:
1510   Add support for RTEMS (this time for real).
1511
1512 * Add support for "bmp info" and "bmp display" commands to load
1513   bitmap images; this can be used (for example in a "preboot"
1514   command) to display a splash screen very quickly after poweron.
1515
1516 * Add support for 133 MHz clock on INCA-IP board
1517
1518 * Patch by Lutz Dennig, 10 Apr 2003:
1519   Update for R360MPI board
1520
1521 * Add new meaning to "autostart" environment variable:
1522   If set to "no", a standalone image passed to the
1523   "bootm" command will be copied to the load address
1524   (and eventually uncompressed), but NOT be started.
1525   This can be used to load and uncompress arbitrary
1526   data.
1527
1528 * Patch by Stefan Roese, 10 Apr 2003:
1529   Changed DHCP client to use IP address from server option field #54
1530   from the OFFER packet in the server option field #54 in the REQUEST
1531   packet. This fixes a problem using a Windows 2000 DHCP server,
1532   where the DHCP-server is not the TFTP-server.
1533
1534 * Set max brightness for MN11236 displays on TRAB board
1535
1536 * Add support for TQM862L modules
1537
1538 ======================================================================
1539 Changes for U-Boot 0.3.0:
1540 ======================================================================
1541
1542 * Patch by Arun Dharankar, 4 Apr 2003:
1543   Add IDMA example code (tested on 8260 only)
1544
1545 * Add support for Purple Board (MIPS64 5Kc)
1546
1547 * Add support for MIPS64 5Kc CPUs
1548
1549 * Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS
1550
1551 * Patch by Denis Peter, 04 Apr 2003:
1552   - update MIP405-4 board
1553
1554 * Patch by Stefan Roese, 4 Apr 2003:
1555   - U-Boot version environment variable "ver" added
1556     (CONFIG_VERSION_VARIABLE).
1557   - Changed PPC405GPr version from A to B.
1558   - Changed CPCI405 to use CTS instead of DSR on PPC405 UART1.
1559
1560 * Patches by Denis Peter, 03 April 2003:
1561   - fix PCI IRQs on MPL boards
1562   - fix two more un-relocated pointer problems
1563
1564 * Fix behaviour of "run" command:
1565   - print error message iv variable does not exist
1566   - terminate processing of arguments in case of error
1567
1568 * Patches by Peter Figuli, 10 Mar 2003
1569   - Add support for BTUART on PXA platform
1570   - Add support for WEP EP250 (PXA) board
1571
1572 * Fix flash problems on INCA-IP; add tool to allow bruning images  to
1573   flash using a BDI2000
1574
1575 * Implement fix for I2C Edge Conditions problem for all boards that
1576   use the bit-banging driver (common/soft_i2c.c)
1577
1578 * Patch by Martin Winistoerfer, 23 Mar 2003
1579   - Add port to MPC555/556 microcontrollers
1580   - Add support for cmi customer board with
1581     Intel 28F128J3A, 28F320J3A or 28F640J3A flash.
1582
1583 * Patch by Rick Bronson, 28 Mar 2003:
1584   - fix common/cmd_nand.c
1585
1586 * Patch by Arun Dharankar, 24 Mar 2003:
1587   - add threads / scheduler example code
1588
1589 * Add patches by Robert Schwebel, 31 Mar 2003:
1590   - add ctrl-c support for kermit download
1591   - align bdinfo output on ARM
1592   - csb226 board: bring in sync with innokom/memsetup.S
1593   - csb226 board: fix MDREFR handling
1594   - misc doc fixes / extensions
1595   - innokom board: cleanup, MDREFR fix in memsetup.S, config update
1596   - add BOOT_PROGRESS to armlinux.c
1597
1598 * Add CPU ID, version, and clock speed for INCA-IP
1599
1600 * Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:
1601   - fix SRAM and SDRAM memory sizing
1602   - add status LED support
1603   - add MAC address for second (SCC1) ethernet port
1604
1605 * Update default environment for TQM8260 board
1606
1607 * Patch by Rick Bronson, 16 Mar 2003:
1608   - Add NAND flash support for reading, writing, and erasing NAND
1609     flash (certain forms of which are called SmartMedia).
1610   - Add support for Atmel AT91RM9200DK ARM920T based development kit.
1611
1612 * Patches by Robert Schwebel, 19 Mar 2003:
1613   - use arm-linux-gcc as default compiler for ARM
1614   - fix i2c fixup code
1615   - fix missing baudrate setting
1616   - added $loadaddr / CFG_LOAD_ADDR support to loadb
1617   - moved "ignoring trailing characters" _before_ u-boot wants to
1618     print out diagnostics messages; removes bogus characters at the
1619     end of transmission
1620
1621 * Patch by John Zhan, 18 Mar 2003:
1622   Add support for SinoVee Microsystems SC8xx boards
1623
1624 * Patch by Rolf Offermanns, 21 Mar 2003:
1625   ported the dnp1110 related changes from the current armboot cvs to
1626   current u-boot cvs. smc91111 does not work. problem marked in
1627   smc91111.c, grep for "FIXME".
1628
1629 * Patch by Brian Auld, 25 Mar 2003:
1630   Add support for STM flash chips on ebony board
1631
1632 * Add PCI support for MPC8250 Boards (PM825 module)
1633
1634 * Patch by Stefan Roese, 25 Mar 2003:
1635   - PCI405 update.
1636
1637 * Patch by Stefan Roese, 20 Mar 2003:
1638   - CPCI4052 update (support for revision 3).
1639   - Set edge conditioning circuitry on PPC405GPr for compatibility
1640     to existing PPC405GP designs.
1641   - Clip udiv to 5 bits on PPC405 (serial.c).
1642
1643 * Extend INCAIP board support:
1644   - add automatic RAM size detection
1645   - add "bdinfo" command
1646   - pass flash address and size to Linux kernel
1647   - switch to 150 MHz clock
1648
1649 * Avoid flicker on the TRAB's VFD by synchronizing the enable with
1650   the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
1651   boards, version 153 for Rev. 200 boards).
1652
1653 * Patch by Vladimir Gurevich, 12 Mar 2003:
1654   Fix relocation problem of statically initialized string pointers
1655   in common/cmd_pci.c
1656
1657 * Patch by Kai-Uwe Blöm, 12 Mar 2003:
1658   Cleanup & bug fixes for JFFS2 code:
1659   - the memory mangement was broken. It caused havoc on malloc by
1660     writing beyond the block boundaries.
1661   - the length calculation for files was wrong, sometimes resulting
1662     in short file reads.
1663   - data copying now optionally takes fragment version numbers into
1664     account, to avoid copying from older data.
1665   See doc/README.JFFS2 for details.
1666
1667 * Patch by Josef Wagner, 12 Mar 2003:
1668   - 16/32 MB and 50/80 MHz support with auto-detection for IP860
1669   - ETH05 and BEDBUG support for CU824
1670   - added support for MicroSys CPC45
1671   - new BOOTROM/FLASH0 and DOC base for PM826
1672
1673 * Patch by Robert Schwebel, 12 Mar 2003:
1674   Fix the chpart command on innokom board
1675
1676 * Name cleanup:
1677   mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
1678   s/PPCBoot/U-Boot/ in some files
1679   s/pImage/uImage/  in some files
1680
1681 * Patch by Detlev Zundel, 15 Jan 2003:
1682   Fix '' command line quoting
1683
1684 * Patch by The LEOX team, 19 Jan 2003:
1685   - add support for the ELPT860 board
1686   - add support for Dallas ds164x RTC
1687
1688 * Patches by David Müller, 31 Jan 2003:
1689   - minimal setup for CardBus bridges
1690   - add EEPROM read/write support in the CS8900 driver
1691   - add support for the builtin I2C controller in the Samsung s3c24x0 chips
1692   - add support for MPL's VCMA9 (Samsung s3c2410 based) board
1693
1694 * Patch by Steven Scholz, 04 Feb 2003:
1695   add support for RTC DS1307
1696
1697 * Patch by Reinhard Meyer, 5 Feb 2003:
1698   fix PLPRCR/SCCR init sequence on 8xx to allow for
1699   changes of EBDF by software
1700
1701 * Patch by Vladimir Gurevich, 07 Feb 2003:
1702   "API-compatibility patch" for 4xx I2C driver
1703
1704 * TRAB fixes / extensions:
1705   - Restore VFD brightness as saved in environment
1706   - add support for Fujitsu flashes
1707   - make sure both buzzers are turned off (drive low level)
1708
1709 * Patches by Robert Schwebel, 06 Mar 2003:
1710   - fix bug in BOOTP code (must use NetCopyIP)
1711   - update of CSB226 port
1712   - clear BSS segment on XScale
1713   - added support for i2c_init_board() function
1714   - update to the Innokom plattform
1715
1716 * Extend support for redundand environments for configurations where
1717   environment size < sector size
1718
1719 * Patch by Rune Torgersen, 13 Feb 2003:
1720   Add support for Motorola MPC8266ADS board
1721
1722 * Patch by Kyle Harris, 19 Feb 2003:
1723   patches for the Intel lubbock board:
1724   memsetup.S - general cleanup (based on Robert's csb226 code)
1725   flash.c - overhaul, actually works now
1726   lubbock.c - fix init funcs to return proper value
1727
1728 * Patch by Kenneth Johansson, 26 Feb 2003:
1729   - Fixed off by one in RFTA calculation.
1730   - No need to abort when LDF is lower than we can program it's only
1731     minimum timing so clamp it to what we can do.
1732   - Takes function pointer to function for reading the spd_nvram. Usefull
1733     for faking data or hardcode a module without the nvram.
1734   - fix other user for above change
1735   - fix some comments.
1736
1737 * Patches by Brian Waite, 26 Feb 2003:
1738   - fix port for evb64260 board
1739   - fix PCI for evb64260 board
1740   - fix PCI scan
1741
1742 * Patch by Reinhard Meyer, 1 Mar 2003:
1743   Add support for EMK TOP860 Module
1744
1745 * Patch by Yuli Barcohen, 02 Mar 2003:
1746   Add SPD EEPROM support for MPC8260ADS board
1747
1748 * Patch by Robert Schwebel, 21 Jan 2003:
1749   - Add support for Innokom board
1750   - Don't complain if "install" fails
1751   - README cleanup (remove duplicated lines)
1752   - Update PXA header files
1753
1754 * Add documentation for existing POST code (doc/README.POST)
1755
1756 * Patch by Laudney Ren, 15 Jan 2003:
1757   Fix handling of redundand environment in "tools/envcrc.c"
1758
1759 * Patch by Detlev Zundel, 28 Feb 2003:
1760   Add bedbug support for 824x systems
1761
1762 * Add support for 16 MB flash configuration of TRAB board
1763
1764 * Patch by Erwin Rol, 27 Feb 2003:
1765   Add support for RTEMS
1766
1767 * Add image information to README
1768
1769 * Patch by Stefan Roese, 18 Feb 2003:
1770   CPCIISER4 configuration updated.
1771
1772 * Patch by Stefan Roese, 17 Feb 2003:
1773   Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
1774
1775 * Patch by Stefan Roese, 13 Feb 2003:
1776   Add "pcidelay" environment variable (in ms, enabled via
1777   CONFIG_PCI_BOOTDELAY).
1778   PCI spec 2.2 defines, that a pci target has 2^25 pci clocks after
1779   RST# to respond to configuration cycles (33MHz -> 1s).
1780
1781 * Fix dual PCMCIA slot support (when running with just one
1782   slot populated)
1783
1784 * Add VFD type detection to trab board
1785
1786 * extend drivers/cs8900.c driver to synchronize  ethaddr  environment
1787   variable with value in the EEPROM
1788
1789 * Patch by Stefan Roese, 10 Feb 2003:
1790   Add support for 4MB and 128MB onboard SDRAM (cpu/ppc4xx/sdram.c)
1791
1792 * Add support for MIPS32 4Kc CPUs
1793
1794 * Add support for INCA-IP Board
1795
1796 ======================================================================
1797 Changes for U-Boot 0.2.2:
1798 ======================================================================
1799
1800 * Add dual ethernet support on PM826
1801
1802 * Add support for LXT971 PHY on PM826
1803
1804 * Patch by Tord Andersson, 16 Jan 2003:
1805   Fix flash sector count for TQM8xxL
1806
1807 * Fix I2C EEPROM problem on ICU862 board (would only write the first
1808   16 bytes out of each 32 byte block)
1809
1810 ======================================================================
1811 Changes for U-Boot 0.2.1:
1812 ======================================================================
1813
1814 * Add support for V37 board
1815   (patch by Jón Benediktsson, 11 Dec 2002)
1816
1817 * Update baudrate in bd_info when it gets changed
1818
1819 * Add watchdog trigger points while waiting for serial port
1820   (so far only 8xx -- needed on LWMON with 100ms watchdog)
1821
1822 * Improve command line tool to access the U-Boot's environment
1823   (figuration of the utility, using a config file)
1824
1825 * Add single quote support for (old) command line parser
1826
1827 * Switch LWMON board default config from FRAM to EEPROM;
1828   in POST, EEPROM shows up on 8 addresses
1829
1830 ======================================================================
1831 Changes for U-Boot 0.2.0:
1832 ======================================================================
1833
1834 * Use 1-byte-read instead of -write for iprobe() function
1835   Add i2c commands to PM826 config
1836
1837 * extend I2C POST code: check for list on known addresses
1838
1839 * Improve log buffer code; use "loglevel" to decide which messages
1840   to log on the console, too (like in Linux); get rid of "logstart"
1841
1842 * Add command line tool to access the U-Boot's environment
1843   (board-specific for TRAB now, to be fixed later)
1844
1845 * Patch by Hans-Joerg Frieden, 06 Dec 2002
1846   Fix misc problems with AmigaOne support
1847
1848 * Patch by Chris Hallinan, 3 Dec 2002:
1849   minor cleanup to the MPC8245 EPIC driver
1850
1851 * Patch by Pierre Aubert , 28 Nov 2002
1852   Add support for external (SIU) interrupts on MPC8xx
1853
1854 * Patch by Pierre Aubert , 28 Nov 2002
1855   Fix nested syscalls bug in standalone applications
1856
1857 * Patch by David Müller, 27 Nov 2002:
1858   fix output of "pciinfo" command for CardBus bridge devices.
1859
1860 * Fix bug in TQM8260 board detection - boards got stuck when board ID
1861   was not readable
1862
1863 * Add LED indication for IDE activity on KUP4K board
1864
1865 * Fix startup problems with VFD display on TRAB
1866
1867 * Patch by Pierre Aubert, 20 Nov 2002
1868   Add driver for Epson SED13806 graphic controller.
1869   Add support for BMP logos in cfb_console driver.
1870
1871 * Added support for both PCMCIA slots (at the same time!) on MPC8xx
1872
1873 * Patch by Rod Boyce, 21 Nov 2002:
1874   fix PCMCIA on MBX8xx board
1875
1876 * Patch by Pierre Aubert , 21 Nov 2002
1877   Add CFG_CPM_POST_WORD_ADDR to make the offset of the
1878   bootmode word in DPRAM configurable
1879
1880 * Patch by Daniel Engström, 18 Nov 2002:
1881   Fixes for x86 port (mostly strings issues)
1882
1883 * Patch by Ken Chou, 18 Nov 2002:
1884   Fix for natsemi NIC cards (DP83815)
1885
1886 * Patch by Pierre Aubert, 19 Nov 2002:
1887   fix a bug for the MII configuration, and some warnings
1888
1889 * Patch by Thomas Frieden, 13 Nov 2002:
1890   Add code for AmigaOne board
1891   (preliminary merge to U-Boot, still WIP)
1892
1893 * Patch by Jon Diekema, 12 Nov 2002:
1894   - Adding URL for IEEE OUI lookup
1895   - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
1896     being defined.
1897   - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
1898     root-on-nfs macros are designed to switch how the default boot
1899     method gets defined.
1900
1901 * Patch by Daniel Engström, 13 Nov 2002:
1902   Add support for i386 architecture and AMD SC520 board
1903
1904 * Patch by Pierre Aubert, 12 Nov 2002:
1905   Add support for DOS filesystem and booting from DOS floppy disk
1906
1907 * Patch by Jim Sandoz, 07 Nov 2002:
1908   Increase number of network RX buffers (PKTBUFSRX in
1909   "include/net.h") for EEPRO100 based boards (especially SP8240)
1910   which showed "Receiver is not ready" errors when U-Boot was
1911   processing the receive buffers slower than the network controller
1912   was filling them.
1913
1914 * Patch by Andreas Oberritter, 09 Nov 2002:
1915   Change behaviour of NetLoop(): return -1 for errors, filesize
1916   otherwise; return code 0 is valid an means no file loaded - in this
1917   case the environment still gets updated!
1918
1919 * Patches by Jon Diekema, 9 Nov 2002:
1920   - improve ADC/DAC clocking on the SACSng board to align
1921     the failing edges of LRCLK and SCLK
1922   - sbc8260 configuration tweaks
1923   - add status LED support for 82xx systems
1924   - wire sspi/sspo commands into command handler; improved error
1925     handlering
1926   - add timestamp support and alternate memory test to the
1927     SACSng configuration
1928
1929 * Patch by Vince Husovsky, 7 Nov 2002:
1930   Add "-n" to linker options to get rid of "Not enough room for
1931   program headers" problem
1932
1933 * Patch by David Müller, 05 Nov 2002
1934   Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
1935   so we can use an already existing name
1936
1937 * Patch by Pierre Aubert, 05 Nov 2002
1938   Hardware relatied improvments in FDC boot code
1939
1940 * Patch by Holger Schurig, 5 Nov 2002:
1941   Make the PXA really change it's frequency
1942
1943 * Patch by Pierre Aubert, 05 Nov 2002
1944   Add support for slave serial Spartan 2 FPGAs
1945
1946 * Fix uninitialized memory (MAC  address)  in  8xx  SCC/FEC  ethernet
1947   drivers
1948
1949 * Add support for log buffer which can be passed to Linux kernel's
1950   syslog mechanism; used especially for POST results.
1951
1952 * Patch by Klaus Heydeck, 31 Oct 2002:
1953   Add initial support for kup4k board
1954
1955 * Patch by Robert Schwebel, 04 Nov 2002:
1956   - use watchdog to reset PXA250 systems
1957   - added progress callbacks to (some of the) ARM code
1958   - update for Cogent CSB226 board
1959
1960 * Add support for FPS860 board
1961
1962 * Patch by Guillaume Alexandre,, 04 Nov 2002:
1963   Improve PCI access on 32-bits Compact PCI bus
1964
1965 * Fix mdelay() on TRAB - this was still the debugging version with
1966   seconds instead of ms.
1967
1968 * Patch by Robert Schwebel, 1 Nov 2002:
1969   XScale related cleanup (affects all ARM boards)
1970
1971 * Cleanup of names and README.
1972
1973 ======================================================================
1974 Notes for U-Boot 0.1.0:
1975 ======================================================================
1976
1977 This is the initial version of "Das U-Boot", the Universal Boot Loader.
1978
1979 It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
1980 For information about the history of the project please see the
1981 PPCBoot project page at http://sourceforge.net/projects/ppcboot
1982
1983 ======================================================================