1 ======================================================================
2 Changes for U-Boot 1.1.4:
3 ======================================================================
5 * Update configuration for PM854 board
6 Based on patch by R. Loeffl, 20 Jul 2005
8 * Add PCI support to TQM8540 and TQM8560 boards
9 Patch by Stefan Roese, 15 Sep 2005
11 * Update AMCC Yosemite to get a consistent setup for all AMCC eval
12 boards (baudrate, environment...). Flash driver fixed.
13 Patch by Stefan Roese, 15 Sep 2005
15 * Fix problem in 440GP ethernet driver (ebony). Add support for 2nd
16 ethernet port on ebony.
17 Patch by Stefan Roese, 7 Sep 2005
19 * Added support for mtddevnum and mtddevname variables (mtdparts command)
21 * Change default console baud rate for stxxtc board
23 * Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).
24 Patch by Stefan Roese, 31 Aug 2005
26 * Fix default command set (don't include CFG_CMD_DISPLAY command)
27 Patch by Pantelis Antoniou, 02 Sep 2005
31 * Enable SM712 driver support for HMI1001 board.
33 * Fix problems with ld version 2.16 (dot outside sections problem)
34 Pointed out by Gerhard Jaeger, 31 Aug 2005;
35 cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
37 * Prepare U-Boot for gcc-4.x: fix global data pointer initialization
39 * Adjust CS3 timings on HMI1001 board for dot matrix display under Linux
41 * Add keyboard and dot matrix display support for HMI1001 board.
43 * Prepare U-Boot for gcc-4.x
45 * Fixed Bamboo port to enable running without DDR-DIMM
46 (Bamboo has also 64MB onboard DDR)
47 Patch by Stefan Roese, 24 Aug 2005
49 * Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
50 now handling all 4xx cpu's
51 Patch by Stefan Roese, 16 Aug 2005
53 * Fix make dependencies for at91rm9200 and ks8695 cpus
54 Patch by Steven Scholz, 23 Aug 2005
56 * Add JFFS2 support for TQM5200 board
58 * Add esd cpci5200 and pf5200 boards
59 Patch by Reinhard Arlt, 22 Aug 2005
61 * Fix sysclock for TQM8540 and TQM8560 boards
62 Patch by Martin Krause, 25 Jul 2005
64 * Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2
65 Patch by Martin Krause, 08 Jun 2005
67 * Add new board specific commands for TQM5200/STK52XX
68 - Sound commands (beep, wav, sound)
69 - Test commands (led, can, backlight, rs232)
70 Patch by Martin Krause, 02 May 2005
72 * Change main clock on CMC-PU2 board from 207 MHz to 179 MHz
73 because of a bug in the AT91RM9200 CPU PLL
74 Patch by Martin Krause, 22 Apr 2005
76 * Add automatic HW detection for another CMC_PU2 variant
77 Patch by Martin Krause, 20 Apr 2005
79 * Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
80 Patch by Martin Krause, 19 Apr 2005
82 * Fix initialization problem on TQM5200 without SM501
83 Patch by Martin Krause, 08 Apr 2005
85 * Add RTC support for STK52XX.200
86 Patch by Martin Krause, 07 Apr 2005
88 * Add support for IFM o2dnt board
90 * Enable PCI on hmi1001 board
92 * Fix return values of the jffs2 commands ls/fsload/fsinfo,
93 so we can use them to, e.g., check the existence of a file with
94 "if ls foo; then this; else that; fi" in the hush shell
95 Patch by Andreas Engel, 16 August 2005
97 * Coding style cleanup
99 * Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
100 Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
102 * Check return value of malloc in 440gx_enet.c
103 Patch by Travis B. Sawyer, 18 Jul 2005
105 * Add Sandburst Metrobox and Sandburst Karef board support packages.
106 Second serial port on 440GX now defined as a system device.
107 Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
108 Patch by Travis B. Sawyer, 12 Jul 2005
110 ======================================================================
111 Changes for U-Boot 1.1.3:
112 ======================================================================
116 * Add forgotten new fils from latest VoiceBlue update
118 * Make bootretry feature work with hush shell.
119 Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too.
120 Patch by Andreas Engel, 19 Jul 2005
122 * Update Hymod Board Database PHP code in "tools" directory
123 Patch by Murray Jensen, 01 Jul 2005
125 * Make "tr" command use POSIX compliant; export HOSTOS make variable
126 Patch by Murray Jensen, 30 Jun 2005
128 * Fix Murray Jensen's mail address.
129 Patch by Murray Jensen, 30 Jun 2005
131 * Preserve PHY_BMCR during a soft reset.
132 Patch by Carl Riechers, 24 Jun 2005
134 * VoiceBlue update: eeprom tool can also store firmware version now.
135 eeprom.bin is runable by jumping at load address.
136 Patch by Ladislav Michl, 23 May 2005
138 * Move the AT91RM9200DK to the ARM Systems list.
139 Patch by Anders Larsen, 26 Apr 2005
141 * Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3
142 Patch by Anders Larsen, 26 Apr 2005
144 * measure_gclk() is needed when DEBUG is enabled
145 Patch by Bryan O'Donoghue, 25 Apr 2005
147 * Add UPD-Checksum code, fix problem in net.c (return instead of break)
148 Patch by Reinhard Arlt, 12 Aug 2005
150 * esd PCI405 board updated
151 Patch by Matthias Fuchs, 28 Jul 2005
153 * esd WUH405 and DU405 board updated
154 Patch by Matthias Fuchs, 27 Jul 2005
156 * Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I)
157 Patch by Matthias Fuchs, 4 May 2005
159 * Update AMCC Yosemite to get a consistent setup for all AMCC eval
160 boards (baudrate, environment...). Flash driver fixed.
161 Patch by Stefan Roese, 11 Aug 2005
163 * Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
164 Patch by Stefan Roese, 11 Aug 2005
166 * Add NAND FLASH support for AMCC Bamboo 440EP eval board
167 Patch by Stefan Roese, 11 Aug 2005
169 * Add configuration for IFM AEV FIFO board.
170 Minor coding style cleanup.
172 * Add configuration for IFM SPI eval board
174 * Fix CompactFlash problem on HMI1001 board
176 * Make new "mtdparts" code build with older compilers
177 Patch by Andrea Scian, 09 Aug 2005
179 * Changed CONFIG_440_GX, CONFIG_440_EP and CONFIG_440_GR options to
180 CONFIG_44GX, CONFIG_440EP and CONFIG_440GR for a consistent design
181 with the 405 defines and the linux kernel defines.
182 Patch by Stefan Roese, 08 Aug 2005
184 * Fix compiler warnings with older GCC versions
186 * Add common (with Linux) MTD partition scheme and "mtdparts" command
188 Old, obsolete and duplicated code was cleaned up and replace by the
189 new partitioning method. There are two possible approaches now:
191 The first one is to define a single, static partition:
193 #undef CONFIG_JFFS2_CMDLINE
194 #define CONFIG_JFFS2_DEV "nor0"
195 #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF /* use whole device */
196 #define CONFIG_JFFS2_PART_SIZE 0x00100000 /* use 1MB */
197 #define CONFIG_JFFS2_PART_OFFSET 0x00000000
199 The second method uses the mtdparts command line option and dynamic
202 /* mtdparts command line support */
203 #define CONFIG_JFFS2_CMDLINE
204 #define MTDIDS_DEFAULT "nor1=zuma-1,nor2=zuma-2"
205 #define MTDPARTS_DEFAULT "mtdparts=zuma-1:-(jffs2),zuma-2:-(user)"
207 Command line of course produces bigger images, and may be inappropriate
208 for some targets, so by default it's off.
210 * Fix build problems for PM856 Board
212 * Fix sign extension bug in 'fpga loadb' command;
213 make 'fpga loadb' always print the file header info
214 Patch by Andrew Dyer, 11 Jan 2005
216 * Fix errors that occur when accessing SystemACE CF
217 Patch by Jeff Angielski, 09 Jan 2005
219 * Document switching between U-Boot and PlanetCore on RPXlite
220 by Sam Song, 24 Dec 2004
222 * Fix PowerQUICC II mask detection.
223 Patch by Eugene Surovegin, 20 Dec 2004
225 * Add support for Altera NIOS DK1C20 board
226 Patch by Shlomo Kut, 13 Dec 2004
228 * Add support for ep8248 board
229 Patch by Yuli Barcohen, 12 Dec 2004
233 * Fix baudrate setting for KGDB on MPC8260
234 Patch by HoJin, 11 Dec 2004
236 * Fix 'mii help' text formatting
237 Patch by Cory Tusar, 10 Dec 2004
239 * Fix return code of NFS command
240 Patch by Hiroshi Ito, 11 Dec 2004
244 * Fix compiler warnings in cpu/ppc4xx/usbdev.c
245 Patch by Steven Blakeslee, 04 Aug 2005
247 * Add support for AMCC Bamboo PPC440EP eval board
248 Patch by Stefan Roese, 04 Aug 2005
250 * Patch by Jon Loeliger
251 Fix style issues primarily in 85xx and 83xx boards.
253 - Trailing white space
254 - Indentation not by TAB
255 - Excessive amount of empty lines
256 - Trailing empty lines
258 * Patch by Ron Alder, 11 Jul 2005
259 Add Xianghua Xiao and Lunsheng Wang's support for the
260 GDA MPC8540 EVAL board.
262 * Patch by Eran Liberty
263 Add support for the Freescale MPC8349ADS board.
265 * Patch by Jon Loeliger, 25 Jul 2005
266 Move the TSEC driver out of cpu/mpc85xx as it will be shared
267 by the upcoming mpc83xx family as well.
269 * Patch by Jon Loeliger, 05 May 2005
270 Implemented support for MPC8548CDS board.
271 Added DDR II support based on SPD values for MPC85xx boards.
272 This roll-up patch also includes bugfies for the previously
274 DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
276 * Patch by Jon Loeliger, 10 Feb 2005
277 Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
279 * Patch by Jon Loeliger, Kumar Gala, 08 Feb 2005
281 Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow
282 for faster flash parts.
283 Add documentation for BR/OR for FLASH.
285 * Patch by Jon Loeliger 08 Feb 2005
286 Determine L2 Cache size dynamically on 85XX boards.
288 * Patch by Jon Loeliger, Kumar Gala 08 Feb 2005
289 - Convert the CPM2 based functionality to use new CONFIG_CPM2
290 option rather than a myriad of CONFIG_MPC8560-like variants.
291 Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
292 Eliminates the CONFIG_MPC8560 option entirely. Distributes the
293 new CONFIG_CPM2 option to each 8260 board.
295 * Add support for MicroSys PM856 board
296 Patch by Josef Wagner, 03 Aug 2005
298 * Minor fixes to PM854 board
299 Patch by Josef Wagner, 03 Aug 2005
301 * Adjust configuration of XENIAX board
302 (chip select and GPIO required for USB operation)
304 * Fix typos in cpu/85xx/start.S which caused DataTLB exception to be
305 routed to the Watchdog handler
306 Patch by Eugene Surovegin, 18 Jun 2005
308 * (re)enabled scsi commands do_scsi() and do_scsiboot()
309 Patch by Denis Peter, 06 Dec 2004
311 * Fix endianess problem in TFTP / NFS default filenames
312 Patch by Hiroshi Ito, 06 Dec 2004
314 * Ignore broadcast status bit in received frames in 8260 FCC ethernet
316 Patch by Murray Jensen, 18 Jul 2005
318 * Fix typo in mkconfig script (used == instead of =)
319 Patch by Murray Jensen, 18 Jul 2005
321 * Cleanup build problems on 64 bit build hosts
323 * Update MAINTAINERS file
325 * Patch by Stefan Roese, 01 Aug 2005:
326 - Major cleanup for AMCC eval boards Walnut, Bubinga, Ebony, Ocotea
327 (former IBM eval board). Please see "doc/README.AMCC-eval-boards-cleanup"
329 - Sycamore (PPC405GPr) eval board added (Walnut port is extended
330 to run on both 405GP and 405GPr eval boards).
332 * Patch by Steven Blakeslee, 27 Jul 2005:
333 - Add support for AMCC PPC440EP/GR.
334 - Add support for AMCC Yosemite PPC440EP eval board.
335 - Add support for AMCC Yellowstone PPC440GR eval board.
337 * Minor fixes for PPChameleon Board:
338 - fix alignment of NAND size
339 - make code do what the comment says
341 * Implement h/w sector protection status synchronization at boot.
342 The code is provided for, and was tested on, the Yukon/Alaska
343 and PM520 boards only.
345 A bug in flash_real_protect() for the Yukon board was fixed by
346 adding a function that tells if two banks are on one flash chip.
348 * Fix sysmon POST problem: check I2C error codes
349 This fixes a problem of displaying bogus voltages when the voltages
350 are so low that the I2C devices start failing while the rest of the
351 system keeps running.
353 * Patch by Cedric Vincent, 6 Jul 2005:
354 Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"
356 * Patch by Jon Loeliger, 20 Jul 2005:
357 Add missing PCI IO port definitions.
359 * Add CompactFlash support for HMI1001 board.
361 * Adjust printed board ID for LWMON board.
363 * Fix low-level OHCI transfers for ARM920t and MPC5xxx
365 * Add new argument format for flash commands to allow for usage like
366 "erase $(addr) +$(filesize)", i. e. a size argument can be used and
367 U-Boot will automaticially find the end of the corresponding sector.
369 * Patch by Stefan Roese, 5 Jul 2005:
370 Update uc100 board PHY setup
372 * Patch by Stefan Roese, 1 Jul 2005:
373 Fix PHY address for CATcenter board (now correct!)
375 * Patch by Stefan Roese, 30 Jun 2005:
376 Fix PHY addresses for PPChameleon and CATcenter boards
377 Change MAINTAINER for most esd boards
379 * Patch by Detlev Zundel, 30 Jun 2005:
380 Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
382 * Fix baudrate calculation problem on MPC5200 systems
384 * Add EEPROM and RTC support for HMI1001 board
386 * Patch by Detlev Zundel, 20 Jun 2005:
387 Fix initialization of low active GPIO pins on inka4x0 board
389 * Enable redundant environment, disable HW flash protection of
392 * Patch by Travis Sawyer, 10 Jun 2005:
393 Initialize allocated dev and private hw structures
394 after their respective allocation in 440gx_enet.c
396 * Patch by Steven Scholz, 10 Jun 2005:
397 Fix byteorder problems with second argument of "bootm" with
400 * Add support for HMI1001 board
402 * Disable "date" and "sntp" commands on TQM866M
404 * Fix watchdog reset problems on LWMON board
406 * Patch by Juergen Selent, 17 May 2005:
407 Add support for Funkwerk VoVPN gateway module.
409 * Cleanup debug code for MPC8220 FEC driver
411 * Extend burst mode RAM test program to take a loop count
414 * Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on
415 those boards that use it.
417 * Patches by Greg Ungerer, 19 May 2005:
418 - add support for the KS8695P (ARM 922 based) CPU
419 - add support for the OpenGear CM4008, CM4116 and CM4148 boards
421 * Patch by Steven Scholz, 19 May 2005:
422 Add support for CONFIG_SERIAL_TAG on ARM boards
424 * Add PCI support for Sorcery board.
425 Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
427 * Fix compile problems caused by new burst mode SDRAM test;
428 make port pins to trigger logic analyzer configurable
430 * Fix timer handling on MPC85xx systems
432 * Fix debug code in omap5912osk flash driver
434 * Add support for MPC8247 based "IDS8247" board.
436 * Add support for 2 x TSEC interfaces on the TQM8540 board.
438 * On LWMON we must use the watchdog to reset the board as the CPU
439 genereated HRESET pulse is too short to reset the external
442 * Add test tool to exercise SDRAM accesses in burst mode
443 (as standalone program, MPC8xx/PowerPC only)
445 * Increase CFG_MONITOR_LEN for Rattler board to match actual code
448 * Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
449 March 13, 2005); new configuration option CONFIG_JFFS2_LZO_LZARI
450 added to support LZO and LZARI compression modes (undefined by
453 * Fix problem with symbolic links in JFFS2 code.
455 * Use linker ASSERT statement to prevent undetected overlapping of
456 sections on PPChameleon board; other boards might use this, too.
458 * Patch by Stefan Roese, 03 May 2005:
460 Fix problems in cmd_universe.c
462 * Patch by Matthias Fuchs, 03 May 2005:
463 Added missing variable declaration in cmd_nand.c
464 Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
466 * Fix INKA4x0: use CS1 as gpio_wkup_6 output
468 * Fix bug in the SDRAM initialization code for canmb, IceCube and
470 Fix PHY address for canmb board.
472 * Cleanup serial console baudrate calculation on AT91RM9200;
473 get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
475 * Patch by Matthias Fuchs, 18 Apr 2005:
476 Make PCI target address spaces on PMC405 and CPCI405 boards
477 configurable via environment variables
479 * Auto-size RAM on canmb board.
481 * Add support for canmb board
483 * Patch by Stefan Roese, 13 Apr 2005:
484 Update for esd apc405
486 * Fixes for TQM8560 board:
488 - remove debug messages
489 - fix flash sector protection
491 * Patch by Steven Scholz, 07 Apr 2005:
492 Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
494 * Patches by Steven Scholz, 07 Apr 2005:
495 Fix compiler warning in altera.c
496 Fix warning in cpu/arm920t/at91rm9200/i2c.c
498 * Patch by Ladislav Michl, 06 Apr 2005:
499 Fix voiceblue configuration.
501 * Patch by Stefan Roese, 06 Apr 2005:
502 Updates for OCOTEA board:
503 - Changed U-Boot size from 512kByte to 256kByte
504 - Fixed flash driver to support boot from soldered user flash
505 - Added README for switch from PIBS firmware to U-Boot
507 * Patch by Travis Sawyer, 05 Apr 2005:
508 - Change timer frequency for ppc 440 from 10 ms to 1 ms.
509 Problem found by Andrew Wozniak.
511 * Patch by Steven Scholz, 06 Apr 2005:
512 - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
513 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
515 * Patches by Robert Whaley, 29 Nov 2004:
516 - update the pxa-regs.h file for PXA27x chips
517 - add PXA27x based ADSVIX board
518 - add support for MMC on PXA27x processors
520 * Patch by Andrew E. Mileski, 28 Nov 2004:
521 Fix PPC4xx SPD SDRAM detection bug
523 * Patch by Hiroshi Ito, 26 Nov 2004:
524 Fix logic of "test -z" and "test -n" commands
526 * Patch by Ladislav Michl, 05 Apr 2005:
527 Add support for VoiceBlue board.
529 * Patch by Ladislav Michl, 05 Apr 2005:
530 Fix netboot_common() prototypes.
532 * Patch by Steven Scholz, 05 Apr 2005:
533 Use i.MX watchdog timer for reset_cpu()
535 * Patch by Steven Scholz, 05 Apr 2005:
536 Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
537 subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
540 * Add support for MPC8220 based "sorcery" board.
542 * Add support for TQM8560 board.
544 * Add FEC support for TQM8540 board.
545 Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
547 * Patch by Martin Krause, 04 Apr 2005:
548 Update default configuration for CMC_PU2 board.
550 * Patch by Steven Scholz, 04 Apr 2005:
551 - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
552 - introduce two new configuration options instead:
553 CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
555 * Patch by Steven Scholz, 04 Apr 2005:
556 Make sure that MDIO clock does not exceed 2.5 MHz on AT91
558 * Fix timer code for ARM systems: make sure that udelay() does not
559 reset timers so it's save to use udelay() in timeout code.
561 * Patch by Mathias Küster, 23 Nov 2004:
562 add udelay support for the mcf5282 cpu
564 * Patch by Tolunay Orkun, 16 November 2004:
565 fix incorrect onboard Xilinx CPLD base address
567 * Patch by Jerry Van Baren, 08 Nov 2004:
568 - Add low-boot option for MPC8260ADS board (if lowboot is selected,
569 the jumper for the HRCW source should select flash. If lowboot is
570 not selected, the jumper for the HRCW source should select the
572 - change default load base address to 0x00400000
574 * Patch by Yuli Barcohen, 08 Nov 2004:
575 Add support for Analogue & Micro Rattler boards.
576 Tested on Rattler8248.
578 * Patch by Andre Renaud, 08 Nov 2004:
579 Fix watchdog support in common/lcd.c
581 * Patch by Marc Leeman, 05 Nov 2003:
582 Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU
583 bug only affects the XPC8245 processors
585 * Patches by Josef Wagner, 29 Oct 2004:
586 - Add support for MicroSys CPU87 board
587 - Add support for MicroSys PM854 board
589 * Patch by Jian Zhang, 02 Nov 2004:
590 Add 16-bit NAND support
592 * Patch by Scott McNutt, 01 Nov 2004:
593 Add missing NIOS/NIOS2 support for "iminfo" command
595 * Patch by Detlev Zundel, 29 Oct 2004:
596 Add missing NIOS/NIOS2 support for "mkimage" tool.
598 * Patch by David Adair, 27 Oct 2004:
599 Add missing 440GX SDRAM Controller reset
601 * Patch by Steven Scholz, 25 Oct 2004:
602 Declare reset_cpu() in include/common.h instead locally
604 * Patch by Yusdi Santoso, 22 Oct 2004:
605 - Add support for HIDDEN_DRAGON board
606 - fix endianess problem in driver/rtl1839.c
608 * Patch by Allen Curtis, 21 Oct 2004:
609 support multiple serial ports
611 * Patch by Richard Klingler, 03 Apr 2005:
612 Add call to eth_halt() in net/net.c when called functions fail
613 after eth_init() has been called.
615 * Patch by Sam Song, 3 April 2005:
616 - Update README.Netconsole
619 * Prepare for SoC rework of ARM code:
620 - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL
621 - rename memsetup into lowlevel_init (function name and source files)
622 Patch by Steven Scholz, 03 Apr 2005:
623 - create SoC specific directories include/asm-arm/arch-imx and
624 include/asm-arm/arch-s3c24x0
626 * Fix problems with SNTP support;
627 enable SNTP support in some boards.
629 * Patches by Martin Krause, 01 Apr 2005:
630 - Fix flash erase timeout on CMC_PU2
631 - Add automatic HW detection for CMC_PU2 and CMC_BASIC
633 * Patch by Steven Scholz, 13 March 2005:
634 fix cache enabling for AT91RM9200
636 * Patch by Masami Komiya, 30 Mar 2005:
637 add SNTP support and expand time server and time offset fields of
638 DHCP support. See doc/README.SNTP
640 * Patch by Steven Scholz, 13 Dec 2004:
641 Fix bug in at91rm920 ethernet driver
643 * Patch by Steven Scholz, 13 Dec 2004:
644 Remove duplicated code by merging memsetup.S files for
645 at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
647 * Patch by Detlev Zundel, 31 Mar 2005:
648 Cleanup duplicate definition of overwrite_console()
650 * Update TQM5200 configuration;
651 prepare for Rev. 200 starter kit boards
653 * Patch by Scott McNutt, 21 Oct 2004:
654 Add support for Nios-II EPCS Controller core.
656 * Patch by Scott McNutt, 20 Oct 2004:
658 - Add sysid command (Nios-II only).
659 - Locate default exception trampoline at proper offset.
660 - Implement I/O routines (readb, writeb, etc)
661 - Implement do_bootm_linux
663 * Patches by Martin Krause, 22 Mar 2005:
664 - use TQM5200_auto as MAKEALL target for TQM5200 systems
665 - add support for SM501 graphics controller
666 - add support for graphic console on TQM5200
667 - add support for TQM5200 Rev 200
668 - cleanup, fix typo in include/configs/TQM5200.h
670 * Patch by Manfred Baral, 17 Mar 2005:
673 * Fix RTC configuration for PPChameleon board
675 * Cleanup, fix typo in include/configs/TQM5200.h
677 * Patch by Stefan Roese, 16 Mar 2005:
678 Update for esd auto_update and hh405 board
680 * Adapt for U-Boot image size (new features enabled) on TQM5200
682 * Update code for TQM8540 board (and 85xx in general):
683 - Change the name of the Ethernet driver: MOTO ENET -> ENET
684 - Reformat boot messages
685 - Enable redundant environment
686 - Replace the -O2 optimization flag with -mno-string
688 * Patch by David Brownell, 10 Mar 2005:
689 Restore copyright statements in OHCI drivers.
691 * Add support for TQM8540 board
693 * Patch by Detlev Zundel, 14 Mar 2005:
694 NC650: changed NAND flash addressing to using UPMB
696 * Patch by Stefan Roese, 14 Mar 2005:
697 Update for esd voh405 fpga image
699 * INKA4x0: Allow initialization of LCD backlight dimming from
700 "brightness" environment variable.
702 * Add port initialization for digital I/O on INKA4x0
704 * Patch by Stefan Roese, 01 Mar 2005:
705 Update for esd boards dp405 and hub405
707 * Fix get_partition_info() parameter error in all other calls
708 (common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c).
710 * Enable USB and IDE support for INKA4x0 board
712 * Patch by Andrew Dyer, 28 Feb 2005:
713 fix ext2load passing an incorrect pointer to get_partition_info()
714 resulting in load failure for devices other than 0
716 * Add support for SRAM and 2 x Quad UARTs on INKA4x0 board
718 * Cleanup USB and partition defines
720 * Add support for ext2 filesystems and image timestamps to TQM5200 board
722 * Add reset code for Coral-P on INKA4x0 board
724 * Patch by Martin Krause, 28 Jun 2004:
725 Update for TRAB board.
727 * Fix some missing "volatile"s in MPC5xxx FEC driver
729 * Fix cirrus voltage detection (for CPC45)
731 * Fix byteorder problem in usbboot and scsiboot commands.
733 * Patch by Cajus Hahn, 04 Feb 2005:
734 - don't insist on leading '/' for filename in ext2load
735 - set default partition to useful value (1) in ext2load
737 * Patch by Andrew Dyer, 08 Jan 2005:
738 fix wrong return codes in ext2 code
740 * Removed '--no-warn-mismatch' option from Makefile. This option
741 makes 'ld' to overlook binary objects compatibility.
743 * Moved $(PLATFORM_LIBS) from the library group (--start-group ...
744 --end-group) outside of the group. This will make 'ld' to do
745 _multiple_ search in the library group when resolving symbol
746 references and do only a _single_ seach in libgcc.a after the group
749 * Fix stability problems on CPC45 board again.
751 * Make image detection for diskboot / usbboot / scsiboot more robust
752 (also check header checksum)
754 * Update CPC45 board configuration.
756 * Add USB and PCI support for INKA4x0 board
758 * Fix IDE stability problems on CPC45 board (needs 2 x EIEIO).
762 * Patch by Robin Getz, 13 Oct 2004:
763 Add standalone application to change SMC91C111 MAC addresses,
764 see examples/README.smc91111_eeprom
766 * Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004:
767 Fix Flash support for ARM Integrator CP.
769 * Patch by Richard Woodruff, 10 Jan 2005:
770 Update support for OMAP2420 (ARM11) and H4 board:
771 o clean up and add new types to H4 memory probe code.
772 o fix to work with internal boot.
773 o added PRCM config III operation.
774 o fix marginal flash timings.
775 o add revison ATAG usage.
776 o enable voltage scaling at power chip.
777 o fix compile error for i2c.
779 * Fix network problem (error when receiving multiple ARP packets)
781 * Patch by Daniel Poirot, 12 Oct 2004:
782 Add support for Wind River sbc405 board
784 * Patch by Rainer Brestan, 12 Oct 2004:
785 Make examples/Makefile more robust
787 * Patch by Sam Song, 11 October 2004:
788 - Add RESET/PREBOOT/AUTOBOOT support for RPXlite_DW board
789 - Adjust CPU:BUS frequency ratio 1:1 when core frequency
792 * Patch by Sam Song, 10 Oct 2004:
793 Fix a parameter error in run_command() in main.c
795 * Patch by Richard Woodruff, 01 Oct 2004:
796 add support for the TI OMAP2420 processor and its H4 reference
799 * Patch by Christian Pellegrin, 24 Sep 2004:
800 Added support for NE2000 compatible (DP8390, DP83902) NICs.
802 * Patch by Leif Lindholm, 23 Sep 2004:
803 add support for the AMD db1550 board
805 * Patch by Travis Sawyer, 15 Sep 2004:
806 Add CONFIG_SERIAL_MULTI support for ppc4xx,
807 update README.serial_multi
809 * Patches by David Snowdon, 07 Sep 2004:
810 - add u-boot.hex target in the top level Makefile
811 - add support for the UNSW/NICTA PLEB 2 board (pleb2)
812 - use -mtune=xscale and -march=armv5 options for PXA
814 * Patch by Florian Schlote, 08 Sep 2004:
815 Add support for SenTec-COBRA5272-board (Coldfire).
817 * Patch by Gleb Natapov, 07 Sep 2004:
818 mpc824x: set PCI latency timer to a sane value
821 * Patch by Kurt Stremerch, 03 Sep 2004:
822 Add bitstream configuration option for fpga command (Xilinx only).
824 * Patch by Kurt Stremerch, 03 Sep 2004:
825 Add Xilinx Spartan2E family FPGA support
827 * Patch by Jeff Angielski, 02 Sep 2004:
828 Add Added support for H2 revision of the EP8260 board.
829 Fixed formatting for some of the EP8260 related source files.
831 * Patch by Jon Loeliger, 02 Sep 2004:
832 Reset monitor size back to 256 so environment can be written
833 to flash on MPC85xx ADS and CDS releases.
835 * Patch by Paolo Broggini, 02 Sep 2004:
836 Make BSS clearing on ARM systems more robust
838 * Patch by Yue Hu and Joe, 01 Sep 2004:
839 - add PCI support for ixp425;
840 - add EEPRO100 suppor tfor ixdp425 board.
842 * Fix problem with protected sector detection in driver/cfi_flash.c
844 ======================================================================
845 Changes for U-Boot 1.1.2:
846 ======================================================================
848 * Code cleanup, mostly for GCC-3.3.x
850 * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
851 pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
852 additional ethernet addresses.
854 * Cleanup drivers/i82365.c - avoid duplication of code
856 * Fix bogus "cannot span across banks" flash error message
860 * Add support for CompactFlash for the CPC45 Board.
862 * Fix problems with CMC_PU2 flash driver.
865 - avoid trigraph warning in fs/ext2/ext2fs.c
866 - rename UC100 -> uc100
868 * Add support for UC100 board
870 * Patch by Stefan Roese, 16 Dez 2004:
871 - ext2fs support added
872 - Tundra universe support added
873 - Coldfire MCF5249 support added (no preloader needed!)
874 - MCF5249 board TASREG added
875 - PPC boards added: APC405, CPCI405DT, CPCI750, G2000, HH405,
877 - some esd boards updated
878 - memory commands "mdc" and "mwc" added for cyclic read/write
879 (CONFIG_MX_CYCLIC, see README for further description)
881 * Add support for INKA4X0 board
883 * Patch by Steven Scholz, 12 Dec 2004:
884 Fix typo in AT91 memory setup.
886 * Patch by Martin Krause, 27 Oct 2004:
887 - add support for "STK52xx" board (including PS/2 multiplexer)
888 - add hardware detection for TQM5200
890 * Clean up CMC PU2 flash driver
892 * Update MAINTAINERS file
894 * Fix bug in MPC823 LCD driver
896 * Fix udelay() on AT91RM9200 for delays < 1 ms.
898 * Enable long help on CMC PU2 board;
900 increase CPU speed from 179 to 207 MHz.
902 * Fix smc91111 ethernet driver for Xaeniax board (need to handle
903 unaligned tail part specially).
905 * Update for AT91RM9200DK and CMC_PU2 boards:
906 - Enable booting directly from flash
907 - fix CMC_PU2 flash driver
909 * Fix mkimage usage message
911 * Map SRAM on NC650 board
913 * Work around for Ethernet problems on Xaeniax board
915 * Patch by TsiChung Liew, 23 Sep 2004:
916 - add support for MPC8220 CPU
917 - Add support for Alaska and Yukon boards
919 * Fix configuration for ERIC board (needs more room)
921 * Adjust MIPS compiler options at run-time depending on tools version
922 ("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new,
923 "-mcpu=4kc" for old tools)
925 * Add passing of the command line and memory size information to the
926 kernel on xaeniax board.
928 * Enable NAND flash support for NC650 board.
930 * Patch by Thomas Lange 07 Oct 2004:
931 Updated README for DBAu1x00 boards to match current status
933 * Patch by Philippe Robin, 28 Sept 2004:
934 Fix Flash support for Versatile.
936 * Patch by Roger Blofeld, 16 Sep 2004:
937 Fix timeout for DHCP command retry
939 * Patch by Pantelis Antoniou, 14 Sep 2004:
940 Fix early serial hang when CONFIG_SERIAL_MULTI is defined.
942 * Patch by Pantelis Antoniou, 14 Sep 2004:
943 Kick watchdog when bz-decompressing
945 * Fix CFG_HZ problems on AT91RM9200 systems
946 [Remember: CFG_HZ should be 1000 on ALL systems!]
948 * Patch by Gridish Shlomi, 30 Aug 2004:
949 - Add support to revA version of PQ27 and PQ27E.
950 - Reverted MPC8260ADS baudrate back to original 115200
952 * Patch by Hojin, 17 Sep 2004:
953 Fix typo in cfi_flash.c
955 * Patch by Mark Jonas, 09 September 2004:
956 mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong
959 * Patch by Mark Jonas, 31 August 2004:
960 Added option CFG_XLB_PIPELINING to enable XLB pipelining. This
961 improves FTP performance for MPC5200 systems. Enabled for IceCube
964 * Patch by Michael Bendzick, 30 Aug 2004:
965 - Improve platform.S code for omap1510inn that detects whether code
966 is running from SDRAM or not. Patch allows SDRAM to be configured
967 if code is running out of SRAM at 0x20000000.
969 * Patch by Frederick Klatt, 30 Aug 2004:
970 Add support for the Wind River SBC8540/SBC8560 boards
972 * Configure SX1 board to use drivers/cfi_flash.c
974 * Patches by Michael Bendzick, 30 Aug 2004:
975 - Configure omap1510inn board to use drivers/cfi_flash.c
976 - Make drivers/cfi_flash.c protect environment and redundant
979 * Patch by Steven Scholz, 23 Jun 2004:
980 - Add script (tools/img2brec.sh) to programm U-Boot into
981 (Synch)Flash using the Bootstrap Mode of the MC9328MX1/L
983 * Patches by Scott McNutt, 24 Aug 2004:
984 - Add support for Altera Nios-II processors.
985 - Add support for Psyent PCI-5441 board.
986 - Add support for Psyent PK1C20 board.
988 * Patches by Jon Loeliger, 24 Aug 2004:
989 - Add support for the MPC8541 and MPC8555 CDS boards
990 - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
991 - Convert MPC85xxADS to use common CFI flash driver
992 - Fix PCI window on MPC85xx; remove unneeded PCI initialization
993 from board_early_init_f()
994 - Provide SW workaround for PCI initialization on 85xx CDS
996 * Patches by George G. Davis, 24 Aug 2004:
997 - Enable ramdisk/initrd tagged param support for omap1610h2_config
998 - Remove static network setup defaults from mx1ads_config
999 - update ARM boards to use constants from mach-types.h
1001 * Patch by Gary Jennejohn, 04 Oct 2004:
1002 - fix I2C on at91rm9200
1003 - add support for Ricoh RS5C372A RTC
1005 * Patch by Gary Jennejohn, 01 Oct 2004:
1006 - add support for CMC PU2 board
1007 - add support for I2C on at91rm9200
1009 * Patch by Gary Jennejohn, 28 Sep 2004:
1010 fix baudrate handling on at91rm9200
1012 * Patch by Yuli Barcohen, 22 Aug 2004:
1013 - remove ZPC.1900 board-specific flash driver;
1014 switch the port to generic CFI driver;
1017 * Patch by Hinko Kocevar, 21 Aug 2004:
1018 Add calc_fbsize() function used with VIDEOLFB_TAG on TRAB
1020 * Clean up tools/bmp_logo.c to not add trailing white space
1022 * Patch by Hinko Kocevar, 21 Aug 2004:
1023 - Group common framebuffer functions in common/lcd.c
1024 - Group common framebuffer macros and #defines in include/lcd.h
1025 - Provide calc_fbsize() for video ATAG
1027 * Patch by Sam Song, 21 August 2004:
1028 - Fix a typo in README
1029 - Align "(RO)" output for "flinfo" after "protect on"
1030 - Add RESET support for RPXlite_DW board; adjust CPU:BUS frequency
1031 ratio 1:1 when core frequency less than 50MHz
1033 * Patches by Hinko Kocevar, 21 Aug 2004:
1034 - fix some "use of label at end of compound statement" warnings
1035 - Define type of LCD panel on lubbock board if CONFIG_LCD is used
1037 * Patch by Steven Scholz, 16 Aug 2004:
1038 - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
1039 - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
1040 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
1041 - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
1042 into cpu/arm920t/$(SOC)/
1044 * Patches by Sean Chang, 09 Aug 2004:
1045 - Added support for both 8 and 16 bit mode access to System ACE CF
1047 - Fixed missing System ACE CF device during get FAT partition info
1048 in fat_register_device function.
1049 - Enabled System ACE CF support on ML300.
1051 * Patch by Sean Chang, 09 Aug 2004:
1052 Synch defines for saveenv and do_saveenv functions so they get
1053 compiled under the same statement.
1055 * Patch by Sean Chang, 09 Aug 2004:
1056 - Added I2C support for ML300.
1057 - Added support for ML300 to read out its environment information
1058 stored on the EEPROM.
1059 - Added support to use board specific parameters as part of
1060 U-Boot's environment information.
1061 - Updated MLD files to support configuration for new features
1064 * Patches by Travis Sawyer, 05 Aug 2004:
1065 - Remove incorrect bridge settings for eth group 6
1066 - Add call to setup bridge in ppc_440x_eth_initialize
1067 - Fix ppc_440x_eth_init to reset the phy only if its the
1068 first time through, otherwise, just check the phy for the
1069 autonegotiated speed/duplex. This allows the use of netconsole
1070 - only print the speed/duplex the first time the phy is reset.
1072 * Patch by Shlomo Kut, 29 Mar 2004:
1073 Add support for MKS Instruments "Quantum" board
1075 * Fix build problem with Cogent boards;
1076 avoid using <asm/byteorder.h> when using the host compiler
1078 * Patch by Ganapathi C, 04 Aug 2004:
1079 Fix NFS timeout issue
1081 * Patch by Yuli Barcohen, 19 Jul 2004:
1082 - Fix host tools building in Cygwin environment
1083 - Fix header files search order for host tools
1085 * Patch by Tom Armistead, 19 Jul 2004:
1086 Fix kgdb.S support for 74xx_75x cpu
1088 * Patch by Jon Loeliger, 15 Jul 2004:
1089 Fix MPC85xx I2C driver
1091 * Fix problems with CDROM drive as slave device on Lite5200 IDE bus.
1093 * Patch by Stephen Williams, 15 July 2004
1094 Set the PCI class code for JSE board as part of PCI interface setup
1096 * Patch by Michael Bendzick, 15 Jul 2004:
1097 Fix problem with writes with odd sizes in drivers/cfi_flash.c when
1098 CFG_FLASH_USE_BUFFER_WRITE is set
1100 * Patch by Yuli Barcohen, 13 Jul 2004:
1101 Allow clock setting on MPC866/MPC885 series chips according to
1102 environment variable `cpuclk'
1104 * Patch by Yuli Barcohen, 20 Apr 2004:
1105 Remove unnecessary redefine of CPM_DATAONLY_SIZE for MPC826x
1107 * Patch by Vincent Dubey, 24 Sep 2004:
1108 Add support for xaeniax board
1110 * Add comment about non-GPL character of standalone applications to
1113 * Fix FEC ethernet problem on NSCU board.
1115 * Patch by Gary Jennejohn, 09 Sep 2004:
1116 allow to use USART1 as console port on at91rm9200dk boards
1118 * Patch by Stefan Roese, 16 Sep 2004:
1121 * Fix SysClk handling for PPChameleon and CATcenter boards
1123 * Patch by Detlev Zundel, 08 Sep 2004:
1124 Update etags build target
1126 * Improve NetConsole support: add support for broadcast destination
1127 address and buffered input.
1129 * Cleanup compiler warnings for GCC 3.3.x and later
1131 * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
1133 * Add support for IDS "NC650" board
1135 * Add automatic update support for LWMON board
1137 * Clear Block Lock-Bits when erasing flash on LWMON board.
1139 * Fix return code of "fatload" command
1141 * Enable MSDOS/VFAT filesystem support for LWMON board
1143 * Patch by Martin Krause, 03 Aug 2004:
1144 change timing for SM501 graphics controller on TQM5200 module
1146 * Patch by Mark Jonas, 13 July 2004:
1147 - Total5200 LCD now run in little endian mode. Endianess conversion
1148 is done in hardware.
1149 - Removed last reference to "console" environment variable.
1151 * Patches by Lars Munch, 12 Jul 2004:
1152 - move at45.c to board/at91rm9200dk/ since this is at91rm9200dk
1154 - split out the LXT971A PHY from ns_9750_eth.h
1155 - split the dm9161 phy part out of at91rm9200_ether.c
1157 * Patch by Andreas Engel, 12 Jul 2004:
1158 Replaced hardcoded PL011 clock frequency with config variable.
1159 Fixed wrong CONFIG_CMD_DFL doc.
1161 * Patch by Thomas Viehweger, 09 Jun 2004:
1162 make it possible to remove chpart when there is only one partition
1164 * Add support for console over UDP (compatible to Ingo Molnar's
1165 netconsole patch under Linux)
1167 * Patch by Jon Loeliger, 16 Jul 2004:
1168 - support larger DDR memories up to 2G on the PC8540/8560ADS and
1170 - Made MPC8540/8560ADS be 33Mhz PCI by default.
1171 - Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16
1172 and CONFIG_L2_INIT_RAM options.
1173 - Refactor Local Bus initialization out of SDRAM setup.
1174 - Re-implement new version of LBC11/DDR11 errata workarounds.
1175 - Moved board specific PCI init parts out of CPU directory.
1176 - Added TLB entry for PCI-1 IO Memory
1177 - Updated README.mpc85xxads
1179 * Patch by Sascha Hauer, 28 Jun:
1180 - add generic support for Motorola i.MX architecture
1181 - add support for mx1ads, mx1fs2 and scb9328 boards
1183 * Patches by Marc Leeman, 23 Jul 2004:
1184 - Add define for the PCI/Memory Buffer Configuration Register
1185 - corrected comments in cpu/mpc824x/cpu_init.c
1187 * Add support for multiple serial interfaces
1188 (for example to allow modem dial-in / dial-out)
1190 * Patch by Stefan Roese, 15 Jul 2004:
1191 cpu/ppc4xx/sdram.c rewritten now using get_ram_size()
1193 * Fix NSCU config; add ethernet wakeup code.
1195 * Add link for preloader for Motorola Coldfire to README.m68k
1197 * Patch by Michael Bendzick, 12 Jul 2004:
1198 fix output formatting in drivers/cfi_flash.c
1200 * Patch by Mark Jonas, 02 Jul 2004:
1201 Fix lowboot (again) on MPC5xxx
1203 * Patch by Curt Brune, 07 Jul 2004:
1204 relocate exception vectors on arm720t if needed
1206 * Patch by George G. Davis, 06 Jul 2004:
1207 - update mach-types.h to latest arm.linux.org.uk master list
1208 - Set correct OMAP1610 bi_arch_number for build target
1210 * Patch by Curt Brune, 06 Jul 2004:
1211 evb4510: add support for timer interrupt; cleanup
1213 * Patch by Dan Poirot, 06 Jul 2004:
1214 Fix sbc8260 environment variables
1216 * Cleanup redundand "console" environment variable
1218 * Patch by Mark Jonas, 05 Jul 2004:
1219 add support for the Total5100's and Total5200's LCD screen
1221 * Patches by Dan Eisenhut, 01 Jul 2004:
1223 - Move doc2000.h include to prevent compiler warning on some boards
1225 * Patch by Mark Jonas, 01 Jul 2004:
1226 Added support for Total5100 and Total5200 (Rev.1 and Rev.2)
1227 MGT5100 and MPC5200 based Freescale platforms.
1229 * Patch by Philippe Robin, 01 Jul 2004:
1230 Add initialization for Integrator and versatile board files.
1232 * Patch by Hinko Kocevar, 01 Jun 2004:
1233 Fix VFD FB allocation, add LCD FB allocation on ARM
1235 * Patch by Martin Krause, 30 Jun 2004:
1236 Add support for TQM5200 board
1238 * Patch by Martin Krause, 29 Jun 2004:
1239 Add loopw command: infinite write loop on address range
1241 * Patches by Yasushi Shoji, 29 Jun 2004:
1242 - add empty include/asm-microblaze/processor.h
1243 - add to CREDITS and MAINTAINERS
1244 - add gd initialization
1245 - add MicroBlaze and SUZAKU board to MAKEALL script
1246 - add reset support for SUZAKU
1247 - add flush_cache() for MicroBlaze
1248 - add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
1249 size flash memory on SUZAKU
1251 * Patch by Prakash Kumar, 27 Jun 2004:
1252 Add support for the PXA250 based Intrinsyc Cerf board.
1254 * Patch by Yasushi Shoji, 27 Jun 2004:
1255 fix comment in include/common.h
1257 * Rename SBC8560 into sbc8560 for consistency
1259 * Patch by Daniel Poirot, 24 Jun 2004:
1260 Add support for Wind River's sbc8240 board
1262 * Patches by Yasushi Shoji, 26 Jun 2004:
1263 - drivers/serial_xuartlite.c: fix "return 0" in void function
1264 - add microblaze support to mkimage tool
1266 * Patch by Fred Klatt, 25 Jun 2004:
1267 Add support for WindRiver's sbc8560 board
1269 * Patch by Nicolas Lacressonniere, 24 Jun 2004
1270 Small Bugs fixes for "at91rm9200dk" board:
1271 - Timing modifications for SPI DataFlash access
1272 - Fix NAND flash detection bug
1274 * Patch by Nicolas Lacressonniere, 24 Jun 2004:
1275 Add Support for Flash AT49BV6416 for AT91RM9200DK board
1277 * Patch by Jon Loeliger, 17 June 2004:
1278 Completion of the 8540ADS/8560ADS updates:
1279 Fix some PCI and Rapid I/O memory maps,
1280 Initialize both TSEC 1 and 2,
1282 Update MAINTAINER for 85xx boards and README.mpc85xxads
1284 * Patch by Yuli Barcohen, 16 Jun 2004:
1285 Remove obsolete AdderII port which was superseded by unified
1286 AdderII/Adder87x port
1288 * Patch by Ladislav Michl, 16 Jun 2004:
1289 Fix gcc-3.3.3 warnings for smc91111.c
1291 * Patch by Stefan Roese, 02 Jul 2004:
1292 - Fix bug in 405 ethernet driver; allocated data not cleared!
1293 - Fix problem in 405 i2c driver; don't try to print without console!
1295 * Patch by Paul Ruhland, 11 Jun 2004:
1296 Remove debug code from 'board/lpd7a40x/flash.c'
1298 * Patch by Andrea Marson, 11 Jun 2004:
1299 Update for PPChameleon board:
1300 - support for SysClk @ 25MHz
1301 - support for Silicon Motion SM712 VGA controller
1304 * Patches by Richard Woodruff, 10 Jun 2004:
1305 - fix problems with examples/stubs.c for GCC >= 3.4
1306 - fix problems with gd initialization
1308 * Patch by Curt Brune, 17 May 2004:
1309 - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC)
1310 - Add support for ESPD-Inc. EVB4510 Board
1312 * Patch by Marc Leeman, 11 May 2004:
1313 Fix for MPC8245 - reading PPC Memory from another device with the
1314 PPC as PCI target device corrupts data due to interenal hardware
1317 * Fix "cls" command when used with splash screen
1319 * Increase NFS download timeout (now 1 min - 10 sec is to short for a
1320 slow download of a big image)
1322 * Add "cls" function to MPC823 LCD driver so we can reinitialize the
1323 display even after showing a bitmap
1325 * Patch by Josef Wagner, 04 Jun 2004:
1326 - DDR Ram support for PM520 (MPC5200)
1327 - support for different flash types (PM520)
1328 - USB / IDE / CF-Card / DiskOnChip support for PM520
1329 - 8 bit boot rom support for PM520/CE520
1330 - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
1331 - I2C and RTC support for CPC45
1332 - support of new flash type (28F160C3T) for CPC45
1334 * Fix flash parameters passed to Linux for PPChameleon board
1336 * Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
1338 * Patch by Paul Ruhland, 10 Jun 2004:
1339 fix support for Logic SDK-LH7A404 board and clean up the
1340 LH7A404 register macros.
1342 * Patch by Matthew McClintock, 10 Jun 2004:
1343 Modify code to select correct serial clock on Sandpoint8245
1345 * Patch by Robert Schwebel, 10 Jun 2004:
1346 Add support for Intel K3 strata flash.
1348 * Patch by Thomas Brand, 10 Jun 2004:
1349 Fix "loads" command on DK1S10 board
1351 * Patch by Yuli Barcohen, 09 Jun 2004:
1352 Add support for 8MB flash SIMM and JFFS2 file system on
1353 Motorola FADS board and its derivatives (MPC86xADS, MPC885ADS).
1355 * Patch by Yuli Barcohen, 09 Jun 2004:
1356 Add support for Analogue&Micro Adder87x and the older AdderII board.
1358 * Patch by Ming-Len Wu, 09 Jun 2004:
1359 Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
1361 * Patch by Sam Song, 09 Jun 2004:
1362 - Add support for RPXlite_DW board
1363 - Update FLASH driver for 4*AM29DL323DB90VI
1364 - Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
1366 * Patch by Mark Jonas, 08 June 2004:
1367 - Make MPC5200 boards evaluate the SVR to print processor name and
1368 version in checkcpu() (cpu/mpc5xxx/cpu.c).
1370 * Patch by Kai-Uwe Bloem, 06 May 2004:
1371 Fix endianess problem in cramfs code
1373 * Patch by Tom Armistead, 04 Jun 2004:
1374 Add support for MAX6900 RTC
1376 * Patches by Ladislav Michl, 03 Jun 2004:
1377 - fix cfi_flash.c on LE systems
1378 - let 'make mrproper' delete u-boot.img as well
1379 - turn printf into debug in cfi_flash.c
1381 * Patch by Kurt Stremerch, 28 May 2004:
1382 Add support for Exys XSEngine board
1384 * Patch by Martin Krause, 27 May 2004:
1385 Fix a MPC5xxx I2C timing issue in i2c_probe().
1387 * Patch by Leif Lindholm, 27 May 2004:
1388 Fix board_init_f() for dbau1x00 board.
1390 * Patch by Imre Deak, 26 May 2004:
1391 On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3).
1392 Set flash base accordingly, and decide whether to do or skip board
1393 specific setup steps.
1395 * Patch by Josef Baumgartner, 26 May 2004:
1396 Add missing define in include/asm-m68k/global_data.h
1398 * Patch by Josef Baumgartner, 25 May 2004:
1399 Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c
1401 * Patch by Paul Ruhland, 24 May 2004:
1402 fix SDRAM initialization for LPD7A400 board.
1404 * Patch by Jian Zhang, 20 May 2004:
1405 add support for environment in NAND flash
1407 * Patch by Yuli Barcohen, 20 May 2004:
1408 Add support for Interphase iSPAN boards.
1410 * Patches by Paul Ruhland, 17 May 2004:
1411 - Add I/O functions to the smc91111 ethernet driver to support the
1412 Logic LPD7A40x boards.
1413 - Add support for the Logic Zoom LH7A40x based SDK board(s),
1414 specifically the LPD7A400.
1416 * Patches by Robert Schwebel, 15 May 2004:
1417 - call MAC address reading code also for SMSC91C111;
1418 - make SMSC91C111 timeout configurable, remove duplicate code
1419 - fix get_timer() for PXA
1420 - update doc/README.JFFS2
1421 - use "bootfile" env variable also for jffs2
1423 * Patch by Tolunay Orkun, 14 May 2004:
1424 Add support for Cogent CSB472 board (8MB Flash Rev)
1426 * Patch by Thomas Viehweger, 14 May 2004:
1427 - flash.h: more flash types added
1428 - immap_8260.h: some bits added (useful for RMII)
1429 - cmd_coninfo.c: typo corrected, printf -> puts
1430 - reduced size by replacing spaces with tab
1432 * Patch by Robert Schwebel, 13 May 2004:
1433 Add 'imgextract' command: extract one part of a multi file image.
1435 * Patches by Jon Loeliger, 11 May 2004:
1436 Dynamically handle REV1 and REV2 MPC85xx parts.
1437 (Jon Loeliger, 10-May-2004).
1438 New consistent memory map and Local Access Window across MPC85xx line.
1439 New CCSRBAR at 0xE000_0000 now.
1440 Add RAPID I/O memory map.
1441 New memory map in README.MPC85xxads
1442 (Kumar Gala, 10-May-2004)
1443 Better board and CPU identification on MPC85xx boards at boot.
1444 (Jon Loeliger, 10-May-2004)
1445 SDRAM clock control fixes on MPC8540ADS & MPC8560 boards.
1446 Some configuration options for MPC8540ADS & MPC8560ADS cleaned up.
1447 (Jim Robertson, 10-May-2004)
1448 Rewrite of the MPC85xx Three Speed Ethernet Controller (TSEC) driver.
1449 Supports multiple PHYs.
1450 (Andy Fleming, 10-May-2004)
1451 Some README.MPC85xxads updates.
1452 (Kumar Gala, 10-May-2004)
1453 Copyright updates for "Freescale"
1454 (Andy Fleming, 10-May-2004)
1456 * Patch by Stephen Williams, 11 May 2004:
1457 Add flash support for ST M29W040B
1458 Reduce JSE specific flash.c to remove dead code.
1460 * Patch by Markus Pietrek, 04 May 2004:
1461 Fix clear_bss code for ARM systems (all except s3c44b0 which
1462 doesn't clear BSS at all?)
1464 * Fix "ping" problem on INC-IP board. Strange problem:
1465 Sometimes the store word instruction hangs while writing to one of
1466 the Switch registers, but only if the next instruction is 16-byte
1467 aligned. Moving the instruction into a separate function somehow
1468 makes the problem go away.
1470 * Patch by Rishi Bhattacharya, 08 May 2004:
1471 Add support for TI OMAP5912 OSK Board
1473 * Patch by Sam Song May, 07 May 2004:
1474 Fix typo of UPM table for rmu board
1476 * Patch by Pantelis Antoniou, 05 May 2004:
1477 - Intracom board update.
1480 * Add support for the second Ethernet interface for the 'PPChameleon'
1483 * Patch by Dave Peverley, 30 Apr 2004:
1484 Add support for OMAP730 Perseus2 Development board
1486 * Patch by Alan J. Luse, 29 Apr 2004:
1487 Fix flash chip-select (OR0) option register setting on FADS boards.
1489 * Patch by Alan J. Luse, 29 Apr 2004:
1490 Report MII network speed and duplex setting properly when
1491 auto-negotiate is not enabled.
1493 * Patch by Jarrett Redd, 29 Apr 2004:
1494 Fix hang on reset on Ocotea board due to flash in wrong mode.
1496 * Patch by Dave Peverley, 29 Apr 2004:
1497 add MAC address detection to smc91111 driver
1499 * Patch by David Müller, 28 Apr 2004:
1500 fix typo in lib_arm/board.c
1502 * Patch by Tolunay Orkun, 20 Apr 2004:
1503 - README update: add CONFIG_CSB272 and csb272_config
1504 - add descriptions for some MII/PHY options, CONFIG_I2CFAST, and
1505 i2cfast environment variable
1507 * Patch by Yuli Barcohen, 19 Apr 2004:
1508 - Rename DUET_ADS to MPC885ADS
1509 - Rename CONFIG_DUET to CONFIG_MPC885_FAMILY
1510 - Rename CONFIG_866_et_al to CONFIG_MPC866_FAMILY
1511 - Clean up FADS family port to use the new defines
1513 * Fix PCI support on CPC45 board
1515 * Patch by Scott McNutt, 25 Apr 2004:
1516 Add Nios GDB/JTAG Console support:
1517 - Add stubs to support gdb via JTAG.
1518 - Add support for console over JTAG.
1521 * Add support for CATcenter board (based on PPChameleon ME module)
1523 * Patch by Klaus Heydeck, 12 May 2004:
1524 Using external watchdog for KUP4 boards in mpc8xx/cpu.c;
1525 load_sernum_ethaddr() for KUP4 boards in lib_ppc/board.c;
1526 various changes to KUP4 board specific files
1528 * Fix minor network problem on MPC5200: need some delay between
1529 resetting the PHY and sending the first packet. Implemented in a
1530 "natural" way by invoking the PHY reset and initialization code
1531 only once after power on vs. each time the interface is brought up.
1533 * Add some limited support for low-speed devices to SL811 USB controller
1534 (at least "usb reset" now passes successfully and "usb info" displays
1535 correct information)
1537 * Change init sequence for multiple network interfaces: initialize
1538 on-chip interfaces before external cards.
1540 * Fix memory leak in the NAND-specific JFFS2 code
1542 * Fix SL811 USB controller when attached to a USB hub
1544 * Fix config option spelling in PM520 config file
1546 * Fix PHY discovery problem in cpu/mpc8xx/fec.c (introduced by
1547 patches by Pantelis Antoniou, 30 Mar 2004)
1549 * Fix minor NAND JFFS2 related issue
1551 * Fixes for SL811 USB controller:
1552 - implement workaround for broken memory stick
1553 - improve error handling
1555 * Increase packet send timeout to 1 ms in cpu/mpc8xx/scc.c to better
1556 cope with congested networks.
1558 ======================================================================
1559 Changes for U-Boot 1.1.1:
1560 ======================================================================
1562 * Patch by Travis Sawyer, 23 Apr 2004:
1563 Fix VSC/CIS 8201 phy descrambler interoperability timing due to
1564 errata from Vitesse Semiconductor.
1566 * Patch by Philippe Robin, 22 Apr 2004:
1567 Fix ethernet configuration for "versatile" board
1569 * Patch by Kshitij Gupta, 21 Apr 2004:
1570 Remove busy loop and use MPU timer fr usleep() on OMAP1510/1610 boards
1572 * Patch by Steven Scholz, 24 Feb 2004:
1573 Fix a bug in AT91RM9200 ethernet driver:
1574 The MII interface is now initialized before accessing the PHY.
1576 * Patch by John Kerl, 19 Apr 2004:
1577 Use U-boot's miiphy.h for PHY register names, rather than
1578 introducing a new header file.
1580 * Update pci_ids.h from linux-2.4.26
1582 * Patch by Masami Komiya, 19 Apr 2004:
1583 Fix problem cause by VLAN function on little endian architecture
1584 without VLAN environment
1586 * Clean up the TQM8xx_YYMHz configurations; allow to use the same
1587 binary image for all clock frequencies. Implement run-time
1588 optimization of flash access timing based on the actual bus
1591 * Modify KUP4X board configuration to use SL811 driver for USB memory
1592 sticks (including FAT / VFAT filesystem support)
1594 * Add SL811 Host Controller Interface driver for USB
1596 * Add CFG_I2C_EEPROM_ADDR_OVERFLOW desription to README
1598 * Patch by Pantelis Antoniou, 19 Apr 2004:
1599 Allow to use shell style syntax (i. e. ${var} ) with standard parser.
1600 Minor patches for Intracom boards.
1602 * Patch by Christian Pell, 19 Apr 2004:
1603 cleanup support for CF/IDE on PCMCIA for PXA25X
1605 * Temporarily disabled John Kerl's extended MII command code because
1606 "miivals.h" is missing
1608 * Patches by Mark Jonas, 13 Apr 2004:
1609 - Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S
1610 - Add sync instructions to IceCube SDRAM init code
1611 - Move SDRAM chip constants into seperate include files
1612 - Unify DDR and SDR initialization code
1613 - Unify all IceCube (Lite5xxx) target names
1615 * Patch by John Kerl, 16 Apr 2004:
1616 Enable ranges in mii command, e.g. mii read 0-1f 0 or
1617 mii read 4-7 18-1a. Also add mii dump subcommand for
1618 pretty-printing standard regs 0-5.
1620 * Patch by Stephen Williams, 16 April 2004:
1621 fix typo in JSE.h; update MAINTAINERS
1623 * Patch by Matthew S. McClintock, 14 Apr 2004:
1624 fix initdram function for utx8245 board
1626 * Patch by Markus Pietrek, 14 Apr 2004:
1627 use ATAG_INITRD2 instead of deprecated ATAG_INITRD tag
1629 * Patch by Reinhard Meyer, 18 Apr 2004:
1630 provide the IDE Reset Function for EMK 5200 boards
1632 * Patch by Masami Komiya, 12 Apr 2004:
1633 fix pci_hose_write_config_{byte,word}_via_dword problems
1635 * Patch by Sangmoon Kim, 12 Apr 2004:
1636 Update max RAM size for debris board
1638 * Patch by Travis Sawyer, 08 Apr 2004:
1639 Add TLB entry for second DIMM slot on ocotea
1641 * Patch by Masami Komiya, 08 Apr 2004:
1642 add RTL8169 network driver
1644 * Patch by Dan Malek, 07 Apr 2004:
1645 - Add support for RPC/STx GP3, Motorola 8560 board
1646 - Update 85xx TSEC driver so it searches MII for first available PHY
1648 - Add functions to support console MII commands.
1650 * Patch by Tolunay Orkun, 07 Apr 2004:
1651 Move initialization of bi_iic_fast[]
1652 from board_init_f() to board_init_r()
1654 * Patch by Yasushi Shoji, 07 Apr 2004:
1655 Cleanup microblaze port
1657 * Patch by Sangmoon Kim, 07 Apr 2004:
1658 Add auto SDRAM module detection for Debris board
1660 * Patch by Rune Torgersen, 06 Apr 2004:
1661 - Fix some PCI problems on the MPC8266ADS board
1662 - Fix the location of some PCI entries in the immap structure
1664 * Patch by Yasushi Shoji, 07 Apr 2004:
1665 - add support for microblaze processors
1666 - add support for AtmarkTechno "suzaku" board
1668 * Configure PPChameleon board to use redundand environment in flash
1670 * Configure PPChameleon board to use JFFS2 NAND support.
1672 * Added support for JFFS2 filesystem (read-only) on top of NAND flash
1674 * Patch by Rune Torgersen, 16 Apr 2004:
1677 * Patches by Pantelis Antoniou, 16 Apr 2004:
1678 - add support for a new version of an Intracom board and fix
1679 various other things on others.
1680 - add verify support to the crc32 command (define
1681 CONFIG_CRC32_VERIFY to enable it)
1682 - fix FEC driver for MPC8xx systems:
1683 1. fix compilation problems for boards that use dynamic
1685 2. shut down FEC after network transfers
1686 - HUSH parser fixes:
1687 1. A new test command was added. This is a simplified version of
1688 the one in the bourne shell.
1689 2. A new exit command was added which terminates the current
1691 3. Fixed handing of $? (exit code of last executed command)
1692 - Fix some compile problems;
1693 add "once" functionality for the netretry variable
1695 * Patch by George G. Davis, 02 Apr 2004:
1696 add support for Intel Assabet board
1698 * Patch by Stephen Williams, 01 Apr 2004:
1699 Add support for Picture Elements JSE board
1701 * Patch by Christian Pell, 01 Apr 2004:
1702 Add CompactFlash support for PXA systems.
1704 * Patches by Pantelis Antoniou, 30 Mar 2004:
1705 - add auto-complete support to the U-Boot CLI
1706 - add support for NETTA and NETPHONE boards; fix NETVIA board
1707 - add support for the Epson 156x series of graphical displays
1708 (These displays are serial and not suitable for using a normal
1709 framebuffer console on them)
1710 - add infrastructure needed in order to POST any DSPs in a board
1711 - improve and fix various things in the MPC8xx FEC driver:
1712 1. The new 87x and 88x series of processors have two FECs,
1713 and the new driver supports them both.
1714 2. Another change in the 87x/88x series is support for
1715 the RMII (Reduced MII) interface. However numerous
1716 changes are needed to make it work since the PHYs
1717 are connected to the same lines. That means that
1718 you have to address them correctly over the MII
1720 3. We now correctly match the MII/RMII interface
1721 configuration to what the PHY reports.
1722 - Fix problem when readingthe MII status register. Due to the
1723 internal design of many PHYs you have to read the register
1724 twice. The problem is more apparent in 10Mbit mode.
1725 - add new mode ".jffs2s" for reading from a NAND device: it just
1726 skips over bad blocks.
1727 - add networking support for VLANs (802.1q), and CDP (Cisco
1729 - some minor patches / cleanup
1731 * Patch by Yuli Barcohen, 28 Mar 2004:
1732 - Add support for MPC8272 family including MPC8247/8248/8271/8272
1733 - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS)
1734 - Change configuration method for MPC8260ADS family
1736 * add startup code to clear the BSS of standalone applications
1738 * Fix if / elif handling bug in HUSH shell
1740 ======================================================================
1741 Changes for U-Boot 1.1.0:
1742 ======================================================================
1744 * Patch by Mark Jonas: Remove config.tmp files only when
1745 unconfiguring the board
1747 * Adapt RMU board for bigger flash memory
1749 * Patch by Klaus Heydeck, 13 Mar 2003:
1750 Add support for KUP4X Board
1752 * Patch by Pavel Bartusek, 21 Mar 2004
1753 Add Reiserfs support
1755 * Patch by Hinko Kocevar, 20 Mar 2004
1756 - Add auto-release for SMSC LAN91c111 driver
1757 - Add save/restore of PTR and PNR regs as suggested in datasheet
1759 * Patch by Stephen Williams, 19 March 2004
1760 Increase speed of sector reads from SystemACE,
1761 shorten poll timeout and remove a useless reset
1763 * Patch by Tolunay Orkun, 19 Mar 2004:
1764 Make GigE PHY 1000Mbps Speed/Duplex detection conditional
1767 * Patch by Brad Kemp, 18 Mar 2004:
1768 prevent machine checks during a PCI scan
1770 * Patch by Pierre Aubert, 18 Mar 2004:
1771 Fix string cleaning in IDE identification
1773 * Patch by Pierre Aubert, 18 Mar 2004:
1774 - Unify video mode handling for Chips & Technologies 69000 Video
1775 chip and Silicon Motion SMI 712/710/810 Video chip
1776 - Add selection of the video output (CRT or LCD) via 'videoout'
1777 environment variable for the Silicon Motion
1780 * Patch by Pierre Aubert, 18 Mar 2004:
1781 include/common.h typo fix
1783 * Patches by Tolunay Orkun, 17 Mar 2004:
1784 - Add support for bd->bi_iic_fast[] initialization via environment
1785 variable "i2cfast" (CONFIG_I2CFAST)
1786 - Add "i2cfast" u-boot environment variable support for csb272
1788 * Patch by Carl Riechers, 17 Mar 2004:
1789 Ignore '\0' characters in console input for use with telnet and
1792 * Patch by Leon Kukovec, 17 Mar 2004:
1793 typo fix for strswab prototype #ifdef
1795 * Patches by Thomas Viehweger, 16 Mar 2004:
1796 - show PCI clock frequency on MPC8260 systems
1797 - add FCC_PSMR_RMII flag for HiP7 processors
1798 - in do_jffs2_fsload(), take load address from load_addr if not set
1799 explicit, update load_addr otherwise
1800 - replaced printf by putc/puts when no formatting is needed
1801 (smaller code size, faster execution)
1803 * Patch by Phillippe Robin, 16 Mar 2004:
1804 avoid dereferencing NULL pointer in lib_arm/armlinux.c
1806 * Patch by Stephen Williams, 15 Mar 2004:
1807 Fix CONFIG_SERIAL_SOFTWARE_FIFO documentation
1809 * Patch by Tolunay Orkun, 15 Mar 2004:
1810 Initialize bi_opbfreq to real OPB frequency via get_OPB_freq()
1812 * Patch by Travis Sawyer, 15 Mar 2004:
1813 Update CREDITS & MAINTAINERS files for PPC440GX & Ocotea port
1815 * Add start-up delay to make sure power has stabilized before
1816 attempting to switch on USB on SX1 board.
1818 * Patch by Josef Wagner, 18 Mar 2004:
1819 - Add support for MicroSys XM250 board (PXA255)
1820 - Add support for MicroSys PM828 board (MPC8280)
1821 - Add support for 32 MB Flash on PM825/826
1822 - new SDRAM refresh rate for PM825/PM826
1823 - added support for MicroSys PM520 (MPC5200)
1824 - replaced Query by Identify command in CPU86/flash.c
1825 to support 28F160F3B
1827 * Fix wrap around problem with udelay() on ARM920T
1829 * Add support for Macronix flash on TRAB board
1831 * Patch by Pierre Aubert, 15 Mar 2004:
1832 Fix buffer overflow in IDE identification
1834 * Fix power-off of LCD for out-of-band temperatures on LWMON board
1836 * Remove redundand #define in IceCube.h
1838 * Patch by Steven Scholz, 27 Feb 2004:
1839 - Adding get_ticks() and get_tbclk() for AT91RM9200
1840 - Many white space fixes in cpu/at91rm9200/interrupts.c
1842 * Patches by Steven Scholz, 20 Feb 2004:
1843 some cleanup in AT91RM9200 related code
1845 * Patches by Travis Sawyer, 12 Mar 2004:
1846 - Fix Gigabit Ethernet support for 440GX
1847 - Add Gigabit Ethernet Support to MII PHY utilities
1849 * Patch by Brad Kemp, 12 Mar 2004:
1850 Fixes for drivers/cfi_flash.c:
1851 - Better support for x8/x16 implementations
1852 - Added failure for AMD chips attempting to use CFG_FLASH_USE_BUFFER_WRITE
1853 - Added defines for AMD command and address constants
1855 * Patch by Leon Kukovec, 12 Mar 2004:
1856 Fix get_dentfromdir() to correctly handle deleted dentries
1858 * Patch by George G. Davis, 11 Mar 2004:
1859 Remove hard coded network settings in TI OMAP1610 H2
1860 default board config
1862 * Patch by George G. Davis, 11 Mar 2004:
1863 add support for ADS GraphicsClient+ board.
1865 * Patch by Pierre Aubert, 11 Mar 2004:
1866 - add bitmap command and splash screen support in cfb console
1867 - add [optional] origin in the bitmap display command
1869 * Patch by Travis Sawyer, 11 Mar 2004:
1870 Fix ocotea board early init interrupt setup.
1872 * Patch by Thomas Viehweger, 11 Mar 2004:
1873 Remove redundand code; add PCI-specific bits to include/mpc8260.h
1875 * Patch by Stephan Linz, 09 Mar 2004
1876 - Add support for the SSV ADNP/ESC1 (Nios Softcore)
1878 * Patch by George G. Davis, 9 Mar 2004:
1879 fix recent build failure for SA1100 target
1881 * Patch by Travis Sawyer, 09 Mar 2004:
1882 Support native interrupt mode for the IBM440GX.
1883 Previously it was running in 440GP compatibility mode.
1885 * Patch by Philippe Robin, 09 Mar 2004:
1886 Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
1889 * Patch by Masami Komiya, 08 Mar 2004:
1890 Don't overwrite server IP address or boot file name
1891 when the boot server does not return values
1893 * Patch by Tolunay Orkun, 5 Mar 2004:
1894 Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
1896 * Patch by Tolunay Orkun, 5 Mar 2004:
1897 Fix early board initialization for Cogent CSB272 board
1899 * Patch by Ed Okerson, 3 Mar 2004:
1900 fix CFI flash writes for little endian systems
1902 * Patch by Reinhard Meyer, 01 Mar 2004:
1903 generalize USB and IDE support for MPC5200 with according
1904 changes to IceCube.h and TOP5200.h
1905 add Am29LV256 256 MBit FLASH support for TOP5200 boards
1906 add info about USB and IDE to README
1908 * Patch by Yuli Barcohen, 4 Mar 2004:
1909 Fix problems with GCC 3.3.x which changed handling of global
1910 variables explicitly initialized to zero (now in .bss instead of
1913 * Patch by Leon Kukovec, 02 Mar 2004:
1914 add strswab() to fix IDE LBA capacity, firmware and model numbers
1915 on little endian machines
1917 * Patch by Masami Komiya, 02 Mar 2004:
1918 - Remove get_ticks() from NFS code
1919 - Add verification of RPC transaction ID
1921 * Patch by Pierre Aubert, 02 Mar 2004:
1922 cleanup for IDE and USB drivers for MPC5200
1924 * Patch by Travis Sawyer, 01 Mar 2004:
1926 - Add IBM PPC440GX Ref Platform support (Ocotea)
1927 Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
1928 Adapted to U-Boot and 440GX port
1930 - Add gracious handling of all Ethernet Pin Selections for 440GX
1931 - Add RGMII selection for Cicada CIS8201 Gigabit PHY
1933 - Add needed bit definitions
1936 * Patch by Carl Riechers, 1 Mar 2004:
1937 Add PPC440GX prbdv0 divider to fix memory clock calculation.
1939 * Patch by Stephan Linz, 27 Feb 2004
1940 - avoid problems for targets without NFS download support
1942 * Patch by Rune Torgersen, 27 Feb 2004:
1943 - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
1944 - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
1945 - Added support for 64bit strtoul (CFG_64BIT_STRTOUL)
1947 * Patch by Masami Komiya, 27 Feb 2004:
1948 Fix rarpboot: add autoload by NFS
1950 * Patch by Dan Eisenhut, 26 Feb 2004:
1951 fix flash_write return value in saveenv
1953 * Patch by Stephan Linz, 11 Dec 2003
1954 expand config.mk to avoid trigraph warnings on NIOS
1956 * Rename "BMS2003" board into "HMI10"
1958 * SX1 patches: use "serial#" for USB serial #; use redundand environment
1959 storage; auto-set console on USB port (using preboot command)
1961 * Add support for SX1 mobile phone; add support for USB-based console
1962 (enable with "setenv stdout usbtty; setenv stdin usbtty")
1964 * Fix LOWBOOT configuration for MPC5200 with DDR memory
1966 * Fix SDRAM timings for LITE5200 / IceCube board
1968 * Handle Auti-MDIX / connection status for INCA-IP
1970 * Fix USB problems when attempting to read 0 bytes
1972 * Patch by Travis Sawyer, 26 Feb 2004:
1973 Fix broken compile for XPEDITE1K target.
1975 * Patch by Stephan Linz, 26 Feb 2004:
1976 Bug fix for NFS code on NIOS targets
1978 * Patch by Stephen Williams, 26 Feb 2004:
1979 Break up SystemACE reads of large block counts
1981 * Patch by Pierre Aubert, 26 Feb 2004
1982 add IDE support for MPC5200
1984 * Patch by Masami Komiya, 26 Feb 2004:
1985 add autoload via NFS
1987 * Patch by Stephen Williams
1988 Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
1989 elsewhere in the source.
1991 * Patch by Steven Scholz, 25 Feb 2004:
1992 - Timeouts in FPGA code should be based on CFG_HZ
1993 - Minor cleanup in code for Altera FPGA ACEX1K
1995 * Patch by Steven Scholz, 25 Feb 2004:
1996 Changed "Directory Hierarchy" section in README
1998 * Patch by Masami Komiya, 25 Feb 2004:
1999 Reduce copy count in nfs_read_reply() of NFS code
2001 * Patch by Markus Pietrek, 24 Feb 2004:
2002 NS9750 DevBoard added
2004 * Patch by Pierre Aubert, 24 Feb 2004
2005 add USB support for MPC5200
2007 * Patch by Steven Scholz, 24 Feb 2004:
2008 - fix MII commands to use values from last command
2010 * Patch by Torsten Demke, 24 Feb 2004:
2011 Add support for the eXalion platform (SPSW-8240, F-30, F-300)
2013 * Patch by Rahul Shanbhag, 19 Feb 2004:
2014 Fixes for for OMAP1610 board:
2015 - shift some IRQ specific code to platform.S file
2016 - remove duplicatewatchdog reset code from start.S
2018 * Make Auto-MDIX Support configurable on INCA-IP board
2020 * Fix license for mkimage tool
2022 * Patch by Masami Komiya, 24 Feb 2004:
2023 Update NetBootFileXferSize in NFS code
2025 * Patch by Scott McNutt, 24 Feb 2004:
2026 fix packet length in NFS code
2028 * Patch by Masami Komiy, 22 Feb 2004:
2029 Add support for NFS for file download
2031 * Patch by Andrea Scian, 17 Feb 2004:
2032 Add support for S3C44B0 processor and DAVE B2 board
2034 * Patch by Steven Scholz, 20 Feb 2004:
2035 - Add support for MII commands on AT91RM9200 boards
2036 - some cleanup in AT91RM9200 ethernet code
2038 * Patch by Peter Ryser, 20 Feb 2004:
2039 Add support for the Xilinx ML300 platform
2041 * Patch by Stephan Linz, 17 Feb 2004:
2042 Fix watchdog support for NIOS
2044 * Patch by Josh Fryman, 16 Feb 2004:
2045 Fix byte-swapping for cfi_flash.c for different bus widths
2047 * Patch by Jon Diekema, 14 Jeb 2004:
2048 Remove duplicate "FPGA Support" notes from the README file
2050 * Patches by Reinhard Meyer, 14 Feb 2004:
2051 - update board/emk tree; use common flash driver
2052 - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c
2053 [adapted for other PPC CPUs -- wd]
2054 - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c
2056 * Patch by Jon Diekema, 13 Feb 2004:
2057 Call show_boot_progress() whenever POST "FAILED" is printed.
2059 * Patch by Nishant Kamat, 13 Feb 2004:
2060 Add support for TI OMAP1610 H2 Board
2061 Fixes for cpu/arm926ejs/interrupt.c
2062 (based on Richard Woodruff's patch for arm925, 16 Oct 03)
2063 Fix for a timer bug in OMAP1610 Innovator
2064 Add support for CS0 (ROM)/CS3 (Flash) boot in OMAP1610 Innovator and H2
2066 * Patches by Stephan Linz, 12 Feb 2004:
2067 - add support for NIOS timer with variable period preload counter value
2068 - prepare POST framework support for NIOS targets
2070 * Patch by Denis Peter, 11 Feb 2004:
2071 add POST support for the MIP405 board
2073 * Patch by Laurent Mohin, 10 Feb 2004:
2074 Fix buffer overflow in common/usb.c
2076 * Patch by Tolunay Orkun, 10 Feb 2004:
2077 Add support for Cogent CSB272 board
2079 * Patch by Thomas Elste, 10 Feb 2004:
2080 Add support for NET+50 CPU and ModNET50 board
2082 * Patch by Sam Song, 10 Feb 2004:
2083 Fix typos in cfi_flash.c
2085 * Patch by Leon Kukovec, 10 Feb 2004
2086 Fixed long dir entry slot id calculation in get_vfatname
2088 * Patch by Robin Gilks, 10 Feb 2004:
2089 add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==,
2090 !=, <>, <, >, <=, >=)
2092 * Fix problem with side effects in macros in include/usb.h
2094 * Patch by David Benson, 13 Nov 2003:
2095 bug 841358 - fix TFTP download size limit
2097 * Fixing bug 850768:
2098 improper flush_cache() in load_serial()
2100 * Fixing bug 834943:
2101 MPC8540 - missing volatile declarations
2103 * Patch by Stephen Williams, 09 Feb 2004:
2104 Add support for Xilinx SystemACE chip:
2105 - New files common/cmd_ace.c and include/systemace.h
2106 - Hook systemace support into cmd_fat and the partition manager
2108 * Patch by Travis Sawyer, 09 Feb 2004:
2109 Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
2111 * Patch by Travis Sawyer, 09 Feb 2004:
2113 - Fix PCI Indirect access for type 1 config cycles with ppc440.
2114 - Add phymode for 440 enet
2117 - Change board_pre_init to board_early_init_f
2118 - Add user flash to bus controller setup
2120 - Fix is_pci_host to check GPIO for monarch bit
2121 - Force xpedite1k to pci conventional mode (via #define option)
2123 * Patch by Brad Kemp, 4 Feb 2004:
2124 - handle the machine check that is generated during the PCI scans
2126 - define the registers used in the IMMR by the PCI subsystem.
2128 * Patch by Pierre Aubert, 03 Feb 2004:
2129 cpu/mpc5xxx/start.S: copy MBAR into SPR311
2131 * Patch by Jeff Angielski, 03 Feb 2004:
2132 Fix copy & paste error in cpu/mpc8260/pci.c
2134 * Patch by Reinhard Meyer, 24 Jan 2004:
2135 Fix typo in cpu/mpc5xxx/pci_mpc5200.c
2137 * Add Auto-MDIX support for INCA-IP
2141 * Patch by Josef Baumgartner, 10 Feb 2004:
2142 Fixes for Coldfire port
2144 * Patch by Brad Kemp, 11 Feb 2004:
2145 Fix CFI flash driver problems
2147 * Make sure to use a bus clock divider of 2 only when running TQM8xxM
2148 modules at CPU clock frequencies above 66 MHz.
2150 * Optimize flash programming speed for LWMON (by another 100% :-)
2152 * Patch by Jian Zhang, 3 Feb 2004:
2153 - Changed the incorrect FAT12BUFSIZE
2154 - data_begin in fsdata can be negative. Changed it to be short.
2156 * Patches by Stephan Linz, 30 Jan 2004:
2157 1: - board/altera/common/flash.c:flash_erase():
2158 o allow interrupts befor get_timer() call
2159 o check-up each erased sector and avoid unexpected timeouts
2160 - board/altera/dk1c20/dk1s10.c:board_early_init_f():
2161 o enclose sevenseg_set() in cpp condition
2162 - remove the ASMI configuration for DK1S10_standard_32 (never present)
2163 - fix some typed in mistakes in the NIOS documentation
2164 2: - split DK1C20 configuration into several header files:
2165 o two new files for each NIOS CPU description
2166 o U-Boot related part is remaining in DK1C20.h
2167 3: - split DK1S10 configuration into several header files:
2168 o two new files for each NIOS CPU description
2169 o U-Boot related part is remaining in DK1S10.h
2170 4: - Add support for the Microtronix Linux Development Kit
2171 NIOS CPU configuration at the Altera Nios Development Kit,
2172 Stratix Edition (DK-1S10)
2173 5: - Add documentation for the Altera Nios Development Kit,
2174 Stratix Edition (DK-1S10)
2175 6: - Add support for the Nios Serial Peripharel Interface (SPI)
2177 7: - Add support for the common U-Boot SPI framework at
2180 * Patch by Rahul Shanbhag, 28 Jan 2004:
2181 Fix flash protection/locking handling for OMAP1610 innovator board.
2183 * Patch by Rolf Peukert, 28 Jan 2004:
2184 fix flash write problems on CSB226 board (write with 32 bit bus width)
2186 * Patches by Mark Jonas, 16 Jan 2004:
2187 - fix rounding error when calculating baudrates for MPC5200 PSCs
2188 - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
2189 time which is not supported
2191 * Patch by Yuli Barcohen, 26 Jan 2004:
2192 Allow bzip2 compression for small memory footprint boards
2194 * Patch by Brad Kemp, 21 Jan 2004:
2195 Add support for CFI flash driver for both the Intel and the AMD
2198 * Patch by Travis Sawyer, 20 Jan 2004:
2199 Fix pci bridge auto enumeration of sibling p2p bridges.
2201 * Patch by Tolunay Orkun, 12 Jan 2004:
2202 Add some delays as needed for Intel LXT971A PHY support
2204 * Patches by Stephan Linz, 09 Jan 2004:
2205 - avoid warning: unused variable `piop' in board/altera/common/sevenseg.c
2206 - make DK1C20 board configuration related to ASMI conform to
2209 * Patch by Anders Larsen, 09 Jan 2004:
2211 ARM memory layout fixes: the abort-stack is now set up in the
2212 correct RAM area, and the BSS is zeroed out as it should be.
2214 Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
2215 of the linker scripts are replaced by '__bss_start' and '_end',
2216 resp., which is a further step to eliminate unnecessary differences
2217 between the implementation of the CPU architectures.
2219 * Patch by liang a lei, 9 Jan 2004:
2220 Fix Intel 28F128J3 ID in include/flash.h
2222 * Patch by Masami Komiya, 09 Jan 2004:
2223 add support for TB0229 board (NEC VR4131 MIPS processor)
2225 * Patch by Leon Kukovec, 12 Dec 2003:
2226 changed extern __inline__ into static __inline__ in
2227 include/linux/byteorder/swab.h
2229 * Patch by Travis Sawyer, 30 Dec 2003:
2230 Add support for IBM PPC440GX. Multiple EMAC Ethernet devices,
2231 select MDI port based on enabled EMAC device.
2232 Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX
2235 * Patch by Wolter Kamphuis, 15 Dec 2003:
2236 made CONFIG_SILENT_CONSOLE usable on all architectures
2238 * Disable date command on TQM866M - there is no RTC on MPC866
2240 * Fix variable CPU clock for MPC859/866 systems for low CPU clocks
2242 * Implement adaptive SDRAM timing configuration based on actual CPU
2243 clock frequency for INCA-IP; fix problem with board hanging when
2244 switching from 150MHz to 100MHz
2246 * Add PCMCIA CS support for BMS2003 board
2248 * Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
2249 see doc/README.MPC866 for details;
2250 implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866;
2251 calculate CPU clock frequency from PLL register values.
2253 * Add support for 128 MB RAM on TQM8xxL/M modules
2255 * Fix PS/2 keyboard problem caused by statically initialized variable
2256 pointing to a location in flash
2258 * Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
2260 * The PS/2 mux on the BMS2003 board needs 450 ms after power on
2261 before we can access it; add delay in case we are faster (with no
2264 * Cleanup of some init functions
2266 * Make sure SCC Ethernet is always stopped by the time we boot Linux
2267 to avoid Linux crashes by early packets coming in.
2269 * Accelerate flash accesses on LWMON board by using buffered writes
2271 * Fix typo in Makefile;
2272 fix problem with PARTNUM detection
2274 * Patch by Reinhard Meyer, 09 Jan 2004:
2275 - add RTC support for MPC5200 based boards (requires RTC_XTAL)
2277 * Add support for IDE LED on BMS2003 board
2278 (exclusive with status LED!)
2280 * Add support for PS/2 keyboard (used with PS/2 multiplexor on
2283 * Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
2284 Add common files for "emk" boards
2286 * Add a common get_ram_size() function and modify the the
2287 board-specific files to invoke that common implementation.
2289 ======================================================================
2290 Changes for U-Boot 1.0.1:
2291 ======================================================================
2293 * Set default clock for INCA-IP to 150 MHz
2295 * Make BMS2003 use a separate config file to avoid #ifdef mess;
2296 add I2C support; add support for DS1337 RTC
2298 * Add CompactFlash support for BMS2003 board
2300 * Add support for status LED on BMS2003 board
2302 * Patch by Scott McNutt, 02 Jan 2004:
2303 Add support for the Nios Active Serial Memory Interface (ASMI)
2306 * Patch by Andrea Marson, 16 Dec 2003:
2307 Add support for the PPChameleon ME and HI modules
2309 * Patch by Yuli Barcohen, 22 Dec 2003:
2310 Add support for Motorola DUET ADS board (MPC87x/88x)
2312 * Patch by Robert Schwebel, 15 Dec 2003:
2313 add support for cramfs (uses JFFS2 command interface)
2315 * Patches by Stephan Linz, 11 Dec 2003:
2316 - more documentation for NIOS port
2317 - new struct nios_pio_t, struct nios_spi_t
2318 - Reconfiguration for NIOS Development Kit DK1C20:
2319 o move board related code from board/dk1c20
2320 to board/altera/dk1c20
2321 o create a new common source path board/altera/common
2322 and move generic flash access stuff into it
2323 o change/expand configuration file DK1C20.h
2324 - Add support for NIOS Development Kit DK1S10
2325 - Add status LED support for NIOS systems
2326 - Add dual 7-segment LED support for Altera NIOS DevKits
2328 * Patch by Ronen Shitrit, 10 Dec 2003:
2329 Add support for the Marvell DB64360 / DB64460 development boards
2331 * Patch by Detlev Zundel, 10 Dec 2003:
2332 fix dependency problem in examples/Makefile
2334 * Patch by Denis Peter, 8 Dec 2003
2335 - add support for the PATI board (MPC555)
2336 - add SPI support for the MPC5xx
2338 * Patch by Anders Larsen, 08 Dec 2003:
2339 add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
2340 to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
2341 cleanup some redundand #defines
2343 * Patch by André Schwarz, 8 Dec 2003:
2344 fixes for Davicom DM9102A Ethernet Chip (#define CONFIG_TULIP_FIX_DAVICOM):
2345 - TX and RX deskriptors must be quad-word aligned
2346 - does not work with only one TX deskriptor
2347 - standard reset method does not work
2349 * Patch by Masami Komiya, 08 Dec 2003:
2350 add RTL8139 ethernet driver
2352 * Patches by Ed Okerson, 07 Dec 2003:
2353 - fix ethernet for the AU1x00 processors in little-endian mode.
2354 - extend memsetup.S for the AU1x00 processors in BE and LE modes
2356 * Minor code cleanup (coding style)
2358 * Patch by Reinhard Meyer, 30 Dec 2003:
2359 - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
2360 - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
2361 - turned debug print of PHY registers into a function (called in two places)
2362 - added support for EMK MPC5200 based modules
2364 * Fix MPC8xx PLPRCR_MFD_SHIFT typo
2366 * Add support for TQM866M modules
2368 * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
2370 * Fix a few compiler warnings
2372 * Patch by Reinhard Meyer, 28 Dec 2003:
2373 Add initial support for TOP5200 board
2375 * Make CPU clock on ICA-IP board controllable by a "cpuclk"
2376 environment variable which can set to "100", "133", or "150". The
2377 CPU clock will be configured accordingly upon next reboot. Other
2378 values are ignored. In case of an invalid or undefined "cpuclk"
2379 value, the compile-time default CPU clock speed will be used.
2381 * Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
2382 window that is used to access the UART registers by the Linux driver)
2384 * Patch by Reinhard Meyer, 20 Dec 2003:
2385 Fix clock calculation for the MPC5200 for higher clock frequencies
2386 (above 2**32 / 10 = 429.5 MHz).
2388 * Fix CONFIG_PLL_PCI_TO_MEM_MULTIPLIER divider error in SP8240 configuration
2390 * Fix IceCube CLKIN configuration (it's 33.000000MHz)
2392 * Add new configuration for IceCube board with DDR memory
2394 * Update TRAB memory configurations
2396 * Add JFFS2 support for INCA-IP board
2398 * Patch by Bill Hargen, 09 Dec 2003:
2399 - BUBINGA405EP: changed flash driver to protect top sector containing
2401 - BUBINGA405EP: configured "eeprom" command to access boot config EEPROM.
2402 - BUBINGA405EP: fixed PLL init (init chip selects before FPGA/NVRAM access).
2403 - 405EP: fixed SPD-based SDRAM init (only use banks 0 and 1).
2404 - 405EP: added/fixed support for "reginfo" command.
2405 - 4xx: removed spurious MII error messages on "mii info" command.
2407 * Patch by Bernhard Kuhn, 28 Nov 2003:
2408 add support for Coldfire CPU
2409 add support for Motorola M5272C3 and M5282EVB boards
2411 * Patch by Pierre Aubert, 24 Nov 2003:
2412 - add a return value for the fpga command
2413 - add ide_preinit() function called in ide_init if CONFIG_IDE_PREINIT
2414 is defined. If ide_preinit fails, ide_init is aborted.
2415 - fix an endianess problem in fat.h
2417 * Patch by Wolter Kamphuis, 05 Dec 2003:
2418 Add support for SNMC's QS850/QS823/QS860T boards
2420 * Patch by Yuli Barcohen, 3 Dec 2003:
2421 "revive" U-Boot support for old Motorola MPC860ADS board
2423 * Patch by Cam(ilo?), 03 Dec 2003:
2424 make examples build even with broken Montavista objcopy
2426 * Patch by Pavel Bartusek, 27 Nov 2003:
2427 fix conversion problem with "bootretry" evironment variable
2429 * Patch by Andre Schwarz, 24 Nov 2003:
2430 add support for mvblue (mvBlueLYNX and mvBlueBOX) boards
2432 * Patch by Pavel Bartusek, 21 Nov 2003:
2433 set ZMII bridge speed on 440
2435 * Patch by Anders Larsen, 17 Nov 2003:
2436 Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
2438 * Patches by David Müller, 14 Nov 2003:
2439 - board/mpl/common/common_util.c
2440 * implement support for BZIP2 compressed images
2441 * various cleanups (printf -> puts, ...)
2442 - board/mpl/common/flash.c
2443 * report correct errors to upper layers
2444 * check the erase fail and VPP low bits in status reg
2445 - board/mpl/vcma9/cmd_vcma9.c
2446 - board/mpl/vcma9/flash.c
2447 * various cleanups (printf -> puts, ...)
2449 * fix typo in comment
2450 - cpu/arm920t/usb_ohci.c
2451 * support for S3C2410 is missing in #if line
2453 * reinit some registers in case of error (cable missing, ...)
2455 * support for USB/MMC devices is missing in #if line
2456 - include/configs/MIP405.h
2457 - include/configs/PIP405.h
2458 * enable BZIP2 support
2459 * enlarge malloc space to 1MiB because of BZIP2 support
2460 - include/configs/VCMA9.h
2461 * enable BZIP2 support
2462 * enlarge malloc space to 1MiB because of BZIP2 support
2463 * enable USB support
2464 - lib_arm/armlinux.c
2465 * change calling convention of ARM Linux kernel as
2466 described on http://www.arm.linux.org.uk/developer/booting.php
2468 * Patch by Thomas Lange, 14 Nov 2003:
2469 Split dbau1x00 into dbau1000, dbau1100 and dbau1500 configs to
2470 support all these AMD boards.
2472 * Patch by Thomas Lange, 14 Nov 2003:
2473 Workaround for mips au1x00 physical memory accesses (the au1x00
2474 uses a 36 bit bus internally and cannot access physical memory
2475 directly. Use the uncached SDRAM address instead of the physical
2478 * Patch by Xue Ligong (Joe), 13 Nov 2003:
2479 add Realtek 8019 ethernet driver
2481 * Patch by Yuli Barcohen, 13 Nov 2003:
2482 MPC826xADS/PQ2FADS cleanup
2484 * Patch by Anders Larsen, 12 Nov 2003:
2485 Update README to mark the PORTIO commands non-standard
2487 * Patch by Nicolas Lacressonnière, 12 Nov 2003:
2488 update for for Atmel AT91RM9200DK development kit:
2489 - support for environment variables in DataFlash
2490 - Atmel DataFlash AT45DB1282 support
2492 * Patch by Jeff Carr, 11 Nov 2003:
2493 add support for new version of 8270 processors
2495 * Patches by George G. Davis, 05 Nov 2003:
2496 - only pass the ARM linux initrd tag to the kernel when an initrd
2498 - update omap1510inn configuration file
2500 * Patches by Stephan Linz, 3 Nov 2003:
2501 - more endianess fixes for LAN91C111 driver
2502 - CFG_HZ configuration patch for NIOS Cyclone board
2504 * Patch by Stephan Linz, 28 Oct 2003:
2505 fix PHY_INT_REG vs. PHY_MASK_REG bug in drivers/smc91111.c
2507 * Patch by Steven Scholz, 20 Oct 2003:
2508 - make "mii info <addr>" show infor for PHY at "addr" only
2509 - Endian fix for miiphy_info()
2511 * Patch by Gleb Natapov, 19 Sep 2003:
2512 Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c
2514 * Patch by Anders Larsen, 17 Sep 2003:
2515 Bring ARM memory layout in sync with the documentation:
2516 stack and malloc-heap are now located _below_ the U-Boot code
2518 * Accelerate booting on TRAB board: read and check autoupdate image
2519 headers first instead of always reading the whole images.
2521 * Fix type in MPC5XXX code (pointed out by Victor Wren)
2523 * Enabled password check on RMU board
2525 * Fix configuration problem with IceCube in LOWBOOT configuration:
2526 envrionment got embedded, corrupting the image layout.
2528 * Fix NEC display names (it's 6440 [for 640x480], not 6640).
2530 * Added BMS2003 board
2531 add support for NEC NL6448BC33-54. 10.4", 640x480 TFT display
2533 * Fix flash driver for TRAB board (must use Unlock Bypass Reset
2534 command to exit Unlock Bypass Mode); adjust timings for flash, SRAM
2537 * Use "-fPIC" instead of "-mrelocatable" to prevent problems with
2540 * Add checksum verification to 'imls' command
2542 * Add bd_info fields needed for 4xx Linux I2C driver
2544 * Patch by Martin Krause, 4 Nov. 2003:
2545 Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)
2547 * Print used network interface when CONFIG_NET_MULTI is set
2549 * Patch by Bernhard Kuhn, 28 Oct 2003:
2550 Add low boot support for MPC5200
2552 * Fix problem with dual PCMCIA support (NSCU)
2554 * Fix MPC5200 I2C initialization function
2556 ======================================================================
2557 Changes for U-Boot 1.0.0:
2558 ======================================================================
2560 * Fix parameter passing to standalone images with bootm command
2562 * Patch by Kyle Harris, 30 Oct 2003:
2563 Fix build errors for ixdp425 board
2565 * Patch by David M. Horn, 29 Oct 2003:
2566 Fixes to build under CYGWIN
2568 * Get IceCube MGT5100 working (again)
2570 * Fix problems in memory test on some boards (which was not
2571 non-destructive as intended)
2573 * Patch by Gary Jennejohn, 28 Oct 2003:
2574 Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack
2575 to prevent stack overflow on ARM systems
2577 * Patch by Stephan Linz, 28 Oct 2003:
2578 fix init sequence error for NIOS port
2580 * Allow lowercase spelling for IceCube_5200; support MPC5200LITE name
2582 * Add CONFIG_VERSION_VARIABLE to TRAB configuration
2584 * Patch by Xiao Xianghua, 23 Oct 2003:
2585 small patch for mpc85xx
2587 * Fix small problem in MPC5200 I2C driver
2589 * Fix FCC3 support on ATC board
2591 * Correct header printing for multi-image files in do_bootm()
2593 * Make CONFIG_SILENT_CONSOLE work with CONFIG_AUTOBOOT_KEYED
2595 * Fix PCI problems on PPChameleon board
2597 * Patch by Steven Scholz, 18 Oct 2003:
2598 Fix AT91RM9200 ethernet driver
2600 * Patch by Nye Liu, 17 Oct 2003:
2601 Fix typo in include/mpc8xx.h
2603 * Patch by Richard Woodruff, 16 Oct 03:
2604 Fixes for cpu/arm925/interrupt.c
2605 - Initialize timestamp & lastdec vars.
2606 - fix timestamp overflows.
2607 - fix lastdec overflow.
2608 - smarter normalization to allow udelay() below 1ms to work.
2610 * Patch by Scott McNutt, 16 Oct
2611 add networking support for the Altera Nios Development Kit,
2612 Cyclone Edition (DK-1C20)
2614 * Patch by Jon Diekema, 14 Oct 2003:
2615 add hint about doc/README.silent to README file
2617 * Add CompactFlash support for NSCU
2619 * Fix PCI problems on PPChameleonEVB
2621 * TRAB auto-update: Base decision if we have to strip the image
2622 header on image type as encoded in the header
2623 (include image type patch by Martin Krause, 17 Oct 2003)
2625 * Patches by Xianghua Xiao, 15 Oct 2003:
2627 - Added Motorola CPU 8540/8560 support (cpu/85xx)
2628 - Added Motorola MPC8540ADS board support (board/mpc8540ads)
2629 - Added Motorola MPC8560ADS board support (board/mpc8560ads)
2631 * Fix flash timings on TRAB board
2633 * Make sure HUSH is initialized for running auto-update scripts
2635 * Make 5200 reset command _really_ reset the board, without running
2636 any other code after it
2638 * Fix errors with flash erase when range spans across banks
2639 that are mapped in reverse order
2641 * Fix flash mapping and display on P3G4 board
2643 * Patch by Kyle Harris, 15 Jul 2003:
2644 - add support for Intel IXP425 CPU
2645 - add support for IXDP425 eval board
2647 * Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
2648 for more information
2650 * Patch by Steven Scholz, 10 Oct 2003
2651 - Add support for Altera FPGA ACEX1K
2653 * Patches by Thomas Lange, 09 Oct 2003:
2654 - fix cmd_ide.c for non ppc boards (read/write functions did not
2655 add ATA base address)
2656 - fix for shannon board
2657 - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code
2658 - Endian swap ATA identity for all big endian CPUs, not just PPC
2659 - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize
2661 - add support for dbau1x00 board (MIPS32)
2663 * Patch by Sangmoon Kim, 07 Oct 2003:
2664 add support for debris board
2666 * Patch by Martin Krause, 09 Oct 2003:
2667 Fixes for TRAB board
2668 - /board/trab/rs485.c: correct baudrate
2669 - /board/trab/cmd_trab.c: bug fix for problem with timer overflow in
2670 udelay(); fix some timing problems with adc controller
2671 - /board/trab/trab_fkt.c: add new commands: gain, eeprom and power;
2672 modify commands: touch and buzzer
2674 * Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE
2675 (quick & dirty workaround for rogue pointer problem in get_vfatname());
2676 Use direct function calls for auto_update instead of hush commands
2678 * Patch by Scott McNutt, 04 Oct 2003:
2679 - add support for Altera Nios-32 CPU
2680 - add support for Nios Cyclone Development Kit (DK-1C20)
2682 * Patch by Steven Scholz, 29 Sep 2003:
2683 - A second parameter for bootm overwrites the load address for
2684 "Standalone Application" images.
2685 - bootm sets environment variable "filesize" to the resulting
2686 (uncompressed) data length for "Standalone Application" images
2687 when autostart is set to "no". Now you can do something like
2688 if bootm $fpgadata $some_free_ram ; then
2689 fpga load 0 $some_free_ram $filesize
2692 * Patch by Denis Peter, 25 Sept 2003:
2693 add support for the MIP405 Rev. C board
2695 * Patch by Yuli Barcohen, 25 Sep 2003:
2696 add support for Zephyr Engineering ZPC.1900 board
2698 * Patch by Anders Larsen, 23 Sep 2003:
2699 add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
2700 implemented for the x86 architecture)
2702 * Patch by Sangmoon Kim, 23 Sep 2003:
2703 fix pll_pci_to_mem_multiplier table for MPC8245
2705 * Patch by Anders Larsen, 22 Sep 2003:
2706 enable timed autoboot on PXA
2708 * Patch by David Müller, 22 Sep 2003:
2709 - add $(CFLAGS) to "-print-libgcc-filename" so compiler driver
2710 returns correct libgcc file path
2711 - "latency" reduction of busy-loop waiting to improve "U-Boot" boot
2712 time on s3c24x0 systems
2714 * Patch by Jon Diekema, 19 Sep 2003:
2715 - Add CFG_FAULT_ECHO_LINK_DOWN option to echo the inverted Ethernet
2716 link state to the fault LED.
2717 - In NetLoop, make the Fault LED reflect the link status. The link
2718 status gets updated on entry, and on timeouts.
2720 * Patch by Anders Larsen, 18 Sep 2003:
2721 allow mkimage to build and run on Cygwin-hosted systems
2723 * Patch by Frank Müller, 18 Sep 2003:
2724 use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in
2727 * Patch by Pantelis Antoniou, 16 Sep 2003:
2728 add tool to compute fileds in the PLPRCR register for MPC86x
2730 * Use IH_TYPE_FILESYSTEM for TRAB "disk" images.
2732 * Fix build problems under FreeBSD
2734 * Add generic filesystem image type
2736 * Make fatload set filesize environment variable
2738 * enable basic / medium / high-end configurations for PPChameleonEVB
2739 board; fix NAND code
2741 * enable TFTP client code to specify to the server the desired
2742 timeout value (see RFC-2349)
2744 * Improve SDRAM setup for TRAB board
2746 * Suppress all output with splashscreen configured only if "splashimage"
2749 * Fix problems with I2C support for mpc5200
2751 * Adapt TRAB configuration and auto_update to new memory layout
2753 * Add configuration for wtk board
2755 * Add support for the Sharp LQ065T9DR51U LCD display
2757 * Patch by Rune Torgersen, 17 Sep 2003:
2758 - Fixes for MPC8266 default config
2759 - Allow eth_loopback_test() on 8260 to use a subset of the FCC's
2761 * Patches by Jon Diekema, 17 Sep 2003:
2762 - update README (SHOW_BOOT_PROGRESS values for cmd_nand.c and
2765 - adjust "help" output
2767 * Patches by Anders Larsen, 17 Sep 2003:
2768 - fix spelling errors
2769 - set GD_FLG_DEVINIT flag only after device function pointers
2771 - Allow CFG_ALT_MEMTEST on systems where address zero isn't
2773 - enable 3.rd UART (ST-UART) on PXA(XScale) CPUs
2774 - trigger watchdog while waiting in serial driver
2776 * Add auto-update code for TRAB board using USB memory sticks,
2777 support new configuration with more memory
2779 * disable MPC5200 bus pipelining as workaround for bus contention
2781 * Modify XLB arbiter priorities on MPC5200 so all devices use same
2782 priority; configure critical interrupts to be handled like external
2785 * Make IPB clock on MGT5100/MPC5200 configurable in board config file;
2786 go back to 66 MHz for stability
2788 * Patches by Jon Diekema, 15 Sep 2003:
2789 - add description for missing CFG_CMD_* entries in the README file
2792 * Patch by Gleb Natapov, 14 Sep 2003:
2793 enable watchdog support for all MPC824x boards that have a watchdog
2795 * On MPC5200, restrict FEC to a maximum of 10 Mbps to work around the
2796 "Non-octet Aligned Frame" errors we see at 100 Mbps
2798 * Patch by Sharad Gupta, 14 Sep 2003:
2799 fix SPR numbers for upper BAT register ([ID]BAT[4-7][UL])
2801 * Patch by llandre, 11 Sep 2003:
2802 update configuration for PPChameleonEVB board
2804 * Patch by David Müller, 13 Sep 2003:
2805 various changes to VCMA9 board specific files
2807 * Add I2C support for MGT5100 / MPC5200
2809 * Patch by Rune Torgersen, 11 Sep 2003:
2810 Changed default memory option on MPC8266ADS to NOT be Page Based
2811 Interleave, since this doesn't work very well with the standard
2814 * Patch by George G. Davis, 12 Sep 2003:
2815 fix Makefile settings for sk98 driver
2817 * Patch by Stefan Roese, 12 Sep 2003:
2818 - new boards added: DP405, HUB405, PLU405, VOH405
2819 - some esd boards updated
2820 - cpu/ppc4xx/sdram.c: disable memory controller before setting
2822 - cpu/ppc4xx/405_pci.c: set vendor id on PPC405EP systems
2824 * Patch by Martin Krause, 11 Sep 2003:
2825 add burn-in tests for TRAB board
2827 * Enable instruction cache on MPC5200 board
2829 * Patch by Denis Peter, 11 Sep 2003:
2830 - fix USB data pointer assignment for bulk only transfer.
2831 - prevent to display erased directories in FAT filesystem.
2833 * Change output format for NAND flash - make it look like for other
2836 ======================================================================
2837 Changes for U-Boot 0.4.8:
2838 ======================================================================
2840 * Add I2C and RTC support for RMU board
2842 * Patches by Denis Peter, 9 Sep 2003:
2843 add FAT support for IDE, SCSI and USB
2845 * Patches by Gleb Natapov, 2 Sep 2003:
2846 - cleanup of POST code for unsupported architectures
2847 - MPC824x locks way0 of data cache for use as initial RAM;
2848 this patch unlocks it after relocation to RAM and invalidates
2851 * Patch by Gleb Natapov, 30 Aug 2003:
2852 new I2C driver for mpc107 bridge. Now works from flash.
2854 * Patch by Dave Ellis, 11 Aug 2003:
2855 - JFFS2: fix typo in common/cmd_jffs2.c
2856 - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option
2857 - JFFS2: remove node version 0 warning
2858 - JFFS2: accept JFFS2 PADDING nodes
2859 - SXNI855T: add AM29LV800 support
2860 - SXNI855T: move environment from EEPROM to flash
2861 - SXNI855T: boot from JFFS2 in NOR or NAND flash
2863 * Patch by Bill Hargen, 11 Aug 2003:
2864 fixes for I2C on MPC8240
2865 - fix i2c_write routine
2866 - fix iprobe command
2867 - eliminates use of global variables, plus dead code, cleanup.
2869 * Add support for USB Mass Storage Devices (BBB)
2870 (tested with USB memory sticks only)
2872 * Avoid flicker on TRAB's VFD
2874 * Add support for SK98xx driver
2876 * Add PCI support for SL8245 board
2878 * Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB)
2879 or 1 x AM29LV652 (two LV065 in one chip = 16 MB);
2880 Run IPB at 133 Mhz; adjust the MII clock frequency accordingly
2882 * Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16 MHz)
2883 to allow for more accurate baudrate settings
2884 (error now 0.7% at 115 kbps, instead of 3.5% before)
2886 * Patch by Andreas Mohr, 4 Sep 2003:
2887 Fix a lot of spelling errors
2889 * Add support for PPChameleon Eval Board
2891 * Add support for P3G4 board
2893 * Fix problem with MGT5100 FEC driver: add "early" MAC address
2896 * Patch by Yuli Barcohen, 7 Aug 2003:
2897 check BCSR to detect if the board is configured in PCI mode
2899 ======================================================================
2900 Changes for U-Boot 0.4.7:
2901 ======================================================================
2903 * Patch by Raghu Krishnaprasad, 7 Aug 2003:
2904 add support for Adder II MPC852T module
2906 * Patch by George G. Davis, 19 Aug 2003:
2907 fix TI Innovator/OMAP1510 pin configs
2909 * Patches by Kshitij, 18 Aug 2003
2910 - add support for arm926ejs cpu core
2911 - add support for TI OMAP 1610 Innovator Board
2913 * Patch by Yuli Barcohen, 14 Aug 2003:
2914 add support for bzip2 uncompression
2916 * Add GCC library to examples/Makefile so GCC utility functions will
2919 * Add I2C and RTC support for RMU board using software I2C driver
2920 (because of better response to iprobe command); fix problem with
2923 * Patch by Matthias Fuchs, 28 Aug 2003:
2924 Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to
2925 CONFIG_BOOTP_MAKS (see README).
2927 * Fix ICU862 environment problem
2929 * Fix RAM size detection for RMU board
2931 * Implement "reset" for MGT5100/MPC5200 systems
2933 ======================================================================
2934 Changes for U-Boot 0.4.6:
2935 ======================================================================
2937 * Make Ethernet autonegotiation on INCA-IP work for all clock rates;
2938 allow selection of clock frequency as "make" target
2940 * Implement memory autosizing code for IceCube boards
2942 * Configure network port on INCA-IP for autonegotiation
2944 * Fix overflow problem in network timeout code
2946 * Patch by Richard Woodruff, 8 Aug 2003:
2947 Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
2949 ======================================================================
2950 Changes for U-Boot 0.4.5:
2951 ======================================================================
2953 * Update for TQM board defaults:
2954 disable clocks_in_mhz, enable boot count limit
2956 * Removed tools/gdb from "make all" target. Added make target "gdbtools"
2957 in toplevel directory instead. Removed astest.c from tools/gdb because
2958 it is no longer relevant.
2960 * Fix PCI support for MPC5200 / IceCube Board
2962 * Map ISP1362 USB OTG controller for NSCU board
2964 * Patch by Brad Parker, 02 Aug 2003:
2965 fix sc520_cdp problems
2967 * Implement Boot Cycle Detection (Req. 2.3 of OSDL CGL Reqirements)
2969 * Allow erase command to cross flash bank boundaries
2971 * Patch by Scott McNutt, 21 Jul 2003:
2972 Add support for LynuxWorks Kernel Downloadable Images (KDIs).
2973 Both LynxOS and BlueCat linux KDIs are supported.
2975 * Patch by Richard Woodruff, 25 Jul 2003:
2976 use more reliable reset for OMAP/925T
2978 * Patch by Nye Liu, 25 Jul 2003:
2979 fix typo in mpc8xx.h
2981 * Patch by Richard Woodruff, 24 Jul 2003:
2982 Fixes for cmd_nand.c:
2983 - Fixed null dereferece which could result in incorrect ECC values.
2984 - Added support for devices with no Ready/Busy signal hooked up.
2985 - Added OMAP1510 read/write protect handling.
2986 - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
2988 - Switched default ECC to be JFFS2.
2990 * Allow crc32 to be used at address 0x000
2992 * Provide consistent interface to standalone applications to access
2993 the 'global_data' structure
2994 Provide a doc/README.standalone more useful to users/developers.
2996 * Make IceCube MGT5100 FEC driver work
2998 * Implement new mechanism to export U-Boot's functions to standalone
2999 applications: instead of using (PPC-specific) system calls we now
3000 use a jump table; please see doc/README.standalone for details
3002 * Patch by Dave Westwood, 24 Jul 2003:
3003 added support for Unity OS (a proprietary OS)
3005 * Patch by Detlev Zundel, 23 Jul 2003:
3006 add "imls" command to print flash table of contents
3008 * Fix cold boot detection for log buffer reset
3010 * Return error for invalid length specifiers with "cp.X" etc.
3012 * Fix startup problem on MIPS
3014 * Allow for CONFIG_SPLASH_SCREEN even when no explicit
3015 bitmap support is configured
3017 * Patch by Bill Hargen, 18 Jul 2003:
3018 - fix endinaness problem in cpu/mpc824x/drivers/i2c/i2c1.c
3020 * Patch by Denis Peter, 18 Jul 2003:
3021 - fix memory configuration for MIP405T
3022 - fix printout of baudrate for "loadb <loadaddr> <baudrate>"
3024 * Cleanup of TQM82xx configurations; use "official" board types
3025 to make selection easier.
3027 * Patch by Martin Krause, 17 Jul 2003:
3028 add delay to get I2C working with "imm" command and s3c24x0_i2c.c
3030 * Patch by Richard Woodruff, 17 July 03:
3031 - Fixed bug in OMAP1510 baud rate divisor settings.
3033 * Patch by Nye Liu, 16 July 2003:
3035 - add MPC86xADS support (uses MPC86xADS.h)
3036 - add 866P/T core support (also MPC859T/MPC859DSL/MPC852T)
3038 o BRG changes (EXTAL/XTAL restricted to 10MHz)
3039 o don't trust gclk() software measurement by default, depend on
3040 CONFIG_8xx_GCLK_FREQ
3041 - add DRAM SIMM not installed detection
3042 - use more "correct" SDRAM initialization sequence
3043 - allow different SDRAM sizes (8xxADS has 8M)
3045 - remove unused MAMR defines from FADS860T.h (all done in fads.c)
3046 - rename MAMR/MBMR defines to be more consistent. Should eventually
3047 be merged into MxMR to better reflect the PowerQUICC datasheet.
3049 * Patch by Yuli Barcohen, 16 Jul 2003:
3050 support new Motorola PQ2FADS-ZU evaluation board which replaced
3051 MPC8260ADS and MPC8266ADS
3053 ======================================================================
3054 Changes for U-Boot 0.4.4:
3055 ======================================================================
3057 * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)
3059 * Add support for MGT5100 and MPC5200 processors
3061 * Patch by Lutz Dennig, 15 Jul 2003:
3062 update for R360MPI board
3064 ======================================================================
3065 Changes for U-Boot 0.4.3:
3066 ======================================================================
3068 * Patches by Kshitij, 04 Jul 2003
3069 - added support for arm925t cpu core
3070 - added support for TI OMAP 1510 Innovator Board
3072 * Patches by Martin Krause, 14 Jul 2003:
3073 - add I2C support for s3c2400 systems (trab board)
3074 - (re-) add "ping" to command table
3076 * Fix handling of "slow" POST routines
3078 * Patches by Yuli Barcohen, 13 Jul 2003:
3079 - Correct flash and JFFS2 support for MPC8260ADS
3080 - fix PVR values and clock generation for PowerQUICC II family
3083 * Patch by Bernhard Kuhn, 08 Jul 2003:
3084 - add support for M68K targets
3086 * Patch by Ken Chou, 3 Jul:
3087 - Fix PCI config table for A3000
3088 - Fix iobase for natsemi.c
3089 (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
3091 * Allow to enable "slow" POST routines by key press on power-on
3092 * Fix temperature dependend switching of LCD backlight on LWMON
3093 * Tweak output format for LWMON
3095 * Patch by Stefan Roese, 11 Jul 2003:
3096 - Fix bug in CONFIG_VERSION_VARIABLE.
3097 - AR405 config updated.
3098 - OCRTC/ORSG: bsp command added.
3099 - ASH405 bsp update.
3101 ======================================================================
3102 Changes for U-Boot 0.4.2:
3103 ======================================================================
3105 * Add support for NSCU board
3107 * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
3109 * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
3110 mirror bit flash on TQM8xxM modules
3112 * Patch by Kenneth Johansson, 30 Jun 2003:
3113 get rid of MK_CMD_ENTRY macro; update doc/README.command
3115 * Patch by Seb James, 30 Jun 2003:
3116 Improve documentation of I2C configuration in README
3118 * Fix problems with previous log buffer "fixes"
3120 * Fix minor help text issues
3122 * "log append" did not append a newline
3124 ======================================================================
3125 Changes for U-Boot 0.4.1:
3126 ======================================================================
3128 * Fix some missing commands, cleanup header files
3129 (autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
3131 * Rewrite command lookup and help command (fix problems with bubble
3132 sort when sorting command name list). Minor cleanup here and there.
3134 * Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
3135 - Allow to call sysmon function interactively
3136 - PIC on LWMON board needs delay after power-on
3137 - Add missing RSR definitions for MPC8xx
3138 - Improve log buffer handling: guarantee clean reset after power-on
3139 - Add support for EXBITGEN board (aka "genie")
3140 - Add support for SL8245 board
3143 - remove trailing white space, trailing empty lines, C++ comments, etc.
3144 - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
3146 * Patches by Kenneth Johansson, 25 Jun 2003:
3147 - major rework of command structure
3148 (work done mostly by Michal Cendrowski and Joakim Kristiansen)
3150 ======================================================================
3151 Changes for U-Boot 0.4.0:
3152 ======================================================================
3154 * Patches by Robert Schwebel, 26 Jun 2003:
3155 - csb226 configuration updated
3156 - credits for logodl port updated
3157 - innokom configuration updated
3158 - logodl tree update, still with coding style inconsistencies
3159 - added OCM for ppc405 warning to README
3161 * Patch by Pantelis Antoniou, 25 Jun 2003:
3162 update NetVia with V2 board support
3164 * Header file cleanup for ARM
3166 * Patch by Murray Jensen, 24 Jun 2003:
3167 - make sure to use only U-boot provided header files
3168 - fix problems with ".rodata.str1.4" section as used by GCC-3.x
3170 * Patch by Stefan Roese, 24 Jun 2003:
3171 - Update esd ASH405 board files.
3172 - Update esd DASA_SIM config file.
3173 - Add ping command to some esd boards.
3175 * Patch by Yuli Barcohen, 23 Jun 2003:
3176 Update for MPC8260ADS board
3178 * Patch by Murray Jensen, 23 Jun 2003:
3179 - cleanup of GCC 3.x compiler warnings
3181 * Patch by Rune Torgersen, 4 Jun 2003:
3182 add large memory support for MPC8266ADS board
3184 * Patch by Richard Woodruff, 19 June 03:
3185 - Enabled standard u-boot device abstraction for ARM
3186 - Enabled console device for ARM
3187 - Initilized bi_baudrate for ARM
3189 * Patch by Bill Hargen, 23 Apr 2003:
3190 fix byte order for 824x I2C addresses (write op)
3192 * Patch by Murray Jensen, 20 Jun 2003:
3194 - cleanup (especially for gcc-3.x compilers)
3196 * Patch by Tom Guilliams, 20 Jun 2003:
3197 added CONFIG_750FX support for IBM 750FX processors
3199 * Patch by Devin Crumb, 02 Apr 2003:
3200 Fix clock divider rounding problem in drivers/serial.c
3202 * Patch by Richard Woodruff, 19 June 03:
3203 - Fixed smc91c111 driver to sync with the u-boot environment
3204 (driver/smc91c111.c).
3205 - Added eth_init error return check in NetLoop (net/net.c).
3207 * Patch by Ken Chou, 19 June 2003:
3208 Added support for A3000 SBC board (Artis Microsystems Inc.)
3210 * Patches by Murray Jensen, 17 Jun 2003:
3211 - Hymod board database mods: add "who" field and new xilinx chip types
3212 - provide new "init_cmd_timeout()" function so code external to
3213 "common/main.c" can use the "reset_cmd_timeout()" function before
3214 entering the main loop
3215 - add DTT support for adm1021 (new file dtt/adm1021.c; config
3216 slightly different. see include/configs/hymod.h for an example
3217 (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
3218 CFG_DTT_ADM1021 defined)
3219 - add new "eeprom_probe()" function which has similar args and
3220 behaves in a similar way to "eeprom_read()" etc.
3221 - add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
3222 function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
3223 - gdbtools copyright update
3224 - ensure that set_msr() executes the "sync" and "isync" instructions
3225 after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
3226 - 8260 I/O ports fix: Open Drain should be set last when configuring
3227 - add SIU IRQ defines for 8260
3228 - allow LDSCRIPT override and OBJCFLAGS initialization: change to
3229 config.mk to allow board configurations to override the GNU
3230 linker script, selected via the LDSCRIPT, make variable, and to
3231 give an initial value to the OBJCFLAGS make variable
3232 - 8260 i2c enhancement:
3233 o correctly extends the timeout depending on the size of all
3234 queued messages for both transmit and receive
3235 o will not continue with receive if transmit times out
3236 o ensures that the error callback is done for all queued tx
3238 o correctly detects both tx and rx timeouts, only delivers one to
3239 the callback, and does not overwrite an earlier error
3240 o logic in i2c_probe now correct
3241 - add "vprintf()" function so that "panic()" function can be
3243 - many Hymod board changes
3245 * Patches by Robert Schwebel, 14 Jun 2003:
3246 - add support for Logotronic DL datalogger board
3247 - cleanup serial line after kermit binary download
3248 - add debugX macro (debug level support)
3249 - update mach-types.h to latest arm.linux.org.uk master list.
3251 * Patches by David Müller, 12 Jun 2003:
3252 - rewrite of the S3C24X0 register definitions stuff
3253 - "driver" for the built-in S3C24X0 RTC
3255 * Patches by Yuli Barcohen, 12 Jun 2003:
3256 - Add MII support and Ethernet PHY initialization for MPC8260ADS board
3257 - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset
3258 configuration word supplied by FPGA on some MPC8260ADS boards
3260 * Patch by Pantelis Antoniou, 10 Jun 2003:
3261 Unify status LED interface
3263 * Add support for DS12887 RTC; add RTC support for ATC board
3265 * Patch by Nicolas Lacressonniere, 11 Jun 2003:
3266 Modifications for Atmel AT91RM9200DK ARM920T based development kit
3267 - Add Atmel DataFlash support for reading and writing.
3268 - Add possibility to boot a Linux from DataFlash with BOOTM command.
3269 - Add Flash detection on Atmel AT91RM9200DK
3270 (between Atmel AT49BV1614 and AT49BV1614A flashes)
3271 - Replace old Ethernet PHY layer functions
3272 - Change link address
3274 * Patch by Frank Smith, 9 Jun 2003:
3275 use CRIT_EXCEPTION for machine check on 4xx
3277 * Patch by Detlev Zundel, 13 Jun 2003:
3278 added implementation of the "carinfo" command in cmd_immap.c
3280 * Fix CONFIG_NET_MULTI support in include/net.h
3282 * Patches by Kyle Harris, 13 Mar 2003:
3283 - Add FAT partition support
3284 - Add command support for FAT
3285 - Add command support for MMC
3287 - Add Intel PXA support for video
3288 - Add Intel PXA support for MMC
3290 - Enable MMC and FAT for lubbock board
3291 - Other misc changes for lubbock board
3293 * Patch by Robert Schwebel, April 02, 2003:
3294 fix for SMSC91111 driver
3296 * Patch by Vladimir Gurevich, 04 Jun 2003:
3297 make ppc405 ethernet driver compatible with CONFIG_NET_MULTI option
3299 * Patch by Stefan Roese, 05 Jun 2003:
3300 - PPC4xx: Fix bug for initial stack in data cache as pointed out by
3301 Thomas Schaefer (tschaefer@giga-stream.de). Now inital stack in
3302 data cache can be used even if the chip select is in use.
3303 - CFG_RX_ETH_BUFFER added to set the ethernet receive buffer count
3304 (see README for further description).
3305 - Changed config files of CONFIG_EEPRO100 boards to use the
3306 CFG_RX_ETH_BUFFER define.
3308 * Add support for RMU board
3310 * Add support for TQM862L at 100/50 MHz
3312 * Patch by Pantelis Antoniou, 02 Jun 2003:
3313 major reconstruction of networking code;
3314 add "ping" support (outgoing only!)
3316 * Patch by Denis Peter, 04 June 2003:
3317 add support for the MIP405T board
3319 * Patches by Udi Finkelstein, 2 June 2003:
3320 - Added support for custom keyboards, initialized by defining a
3321 board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD .
3322 - Added support for the RBC823 board.
3323 - cpu/mpc8xx/lcd.c now automatically calculates the
3324 Horizontal Pixel Count field.
3326 * Fix alignment problem in BOOTP (dhcp_leasetime option)
3327 [pointed out by Nicolas Lacressonnière, 2 Jun 2003]
3329 * Patch by Mark Rakes, 14 May 2003:
3330 add support for Intel e1000 gig cards.
3332 * Patch by Nye Liu, 3 Jun 2003:
3333 fix critical typo in MAMR definition (include/mpc8xx.h)
3335 * Fix requirement to align U-Boot image on 16 kB boundaries on PPC.
3337 * Patch by Klaus Heydeck, 2 Jun 2003
3338 Minor changes for KUP4K configuration
3340 * Patch by Marc Singer, 29 May 2003:
3341 Fixed rarp boot method for IA32 and other little-endian CPUs.
3343 * Patch by Marc Singer, 28 May 2003:
3344 Added port I/O commands.
3346 * Patch by Matthew McClintock, 28 May 2003
3347 - cpu/mpc824x/start.S: fix relocation code when booting from RAM
3348 - minor patches for utx8245
3350 * Patch by Daniel Engström, 28 May 2003:
3353 * Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
3354 add nand flash support to SXNI855T configuration
3355 fix/extend nand flash support:
3356 - fix 'nand erase' command so does not erase bad blocks
3357 - fix 'nand write' command so does not write to bad blocks
3358 - fix nand_probe() so handles no flash detected properly
3359 - add doc/README.nand
3360 - add .jffs2 and .oob options to nand read/write
3361 - add 'nand bad' command to list bad blocks
3362 - add 'clean' option to 'nand erase' to write JFFS2 clean markers
3363 - make NAND read/write faster
3365 * Patch by Rune Torgersen, 23 May 2003:
3366 Update for MPC8266ADS board
3368 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length
3369 instead CFG_MONITOR_LEN is now only used to determine _at_compile_
3370 _time_ (!) if the environment is embedded within the U-Boot image,
3371 or in a separate flash sector.
3373 * Cleanup CFG_DER #defines in config files (wd maintained only)
3375 * Fix data abort exception handling for arm920t CPU
3377 * Fix alignment problems with flash driver for TRAB board
3379 * Patch by Donald White, 21 May 2003:
3380 fix calculation of base address in pci_hose_config_device()
3382 * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
3383 execute "cmd2", even if "cmd1" fails. Note that this is different
3384 to "run var1 var2" where the contents of "var2" will NOT be
3385 executed when a command in "var1" fails.
3387 * Add zero-copy ramdisk support (requires corresponding kernel support!)
3389 * Patch by Kyle Harris, 20 May 2003:
3390 In preparation for an ixp port, rename cpu/xscale and arch-xscale
3391 into cpu/pxa and arch-pxa.
3393 * Patch by Stefan Roese, 23 May 2003:
3394 - IBM PPC405EP port added.
3395 - CONFIG_UART1_CONSOLE added. If defined internal UART1 (and not
3396 UART0) is used as default U-Boot console. PPC4xx only!
3397 - esd ASH405 board added (PPC405EP based).
3398 - BUBINGA405EP board added (PPC405EP based - IBM Eval Board).
3399 - esd CPCI405AB board added.
3400 - esd PMC405 board added.
3401 - Update of some esd boards.
3403 * Patch by Denis Peter, 19 Mai 2003:
3404 add support for the MIP405-3 board
3406 * Patch by Dave Ellis, 22 May 2003:
3407 Fix problem with only partially cleared .bss segment
3409 * Patch by Rune Torgersen, 12 May 2003:
3410 get PCI to work on a MPC8266ADS board; incorporate change to
3411 cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
3413 * Patch by Nye Liu, 1 May 2003:
3414 minor patches for the FADS8xx
3416 * Patch by Thomas Schäfer, 28 Apr 2003:
3417 Fix SPD handling for 256 ECC DIMM on Walnut
3419 * Add support for arbitrary bitmaps for TRAB's VFD command;
3420 allow to pass boot bitmap addresses in environment variables;
3421 allow for zero boot delay
3423 * Patch by Christian Geißinger, 19 May 2002:
3424 On TRAB: wait until the dummy byte has been completely sent
3426 * Patch by David Updegraff, 22 Apr 2003:
3427 update for CrayL1 board
3429 * Patch by Pantelis Antoniou, 21 Apr 2003:
3430 add boot support for ARTOS (a proprietary OS)
3432 * Patch by Steven Scholz, 11 Apr 2003:
3433 Add support for RTC DS1338
3435 * Patch by Rod Boyce, 24 Jan 2003:
3436 Fix counting of extended partitions in diskboot command
3438 * Patch by Christophe Lindheimer, 20 May 2003:
3439 allow the use of CFG_LOADS when CFG_NO_FLASH is set
3441 * Fix SDRAM timing on Purple board
3443 * Add support for CompactFlash on ATC board
3444 (includes support for Intel 82365 and compatible PC Card controllers,
3445 and Yenta-compatible PCI-to-CardBus controllers)
3447 * Patch by Mathijs Haarman, 08 May 2003:
3448 Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
3450 * Fix problem with usage of "true" (undefined in current versions of bfd.h)
3452 * Add support for Promess ATC board
3454 * Patch by Keith Outwater, 28 Apr 2003:
3455 - Miscellaneous corrections and additions to GEN860T board specific code.
3456 - Added GEN860_SC variant to GEN860T.
3457 - Miscellaneous corrections to GEN860T documentation.
3458 - Correct duplicate entry in U-Boot CREDITS file.
3459 - Add GEN860T_SC entry in MAINTAINERS file.
3460 - Update CREDITS file with GEN860T_SC info.
3462 * Update Smiths Aerospace addresses in MAINTAINERS file
3464 * Fix error handling in hush's version of "run" command
3467 - Splashscreen support
3470 - temperature dependend enabling of LCD
3472 * Allow booting from old "PPCBoot" disk partitions
3474 * Add support for TQM8255 Board / MPC8255 CPU
3476 ======================================================================
3477 Changes for U-Boot 0.3.1:
3478 ======================================================================
3480 * Make sure Block Lock Bits get cleared in R360MPI flash driver
3482 * MPC823 LCD driver: Fill color map backwards, to allow for steady
3483 display when Linux takes over
3485 * Patch by Erwin Rol, 27 Feb 2003:
3486 Add support for RTEMS (this time for real).
3488 * Add support for "bmp info" and "bmp display" commands to load
3489 bitmap images; this can be used (for example in a "preboot"
3490 command) to display a splash screen very quickly after poweron.
3492 * Add support for 133 MHz clock on INCA-IP board
3494 * Patch by Lutz Dennig, 10 Apr 2003:
3495 Update for R360MPI board
3497 * Add new meaning to "autostart" environment variable:
3498 If set to "no", a standalone image passed to the
3499 "bootm" command will be copied to the load address
3500 (and eventually uncompressed), but NOT be started.
3501 This can be used to load and uncompress arbitrary
3504 * Patch by Stefan Roese, 10 Apr 2003:
3505 Changed DHCP client to use IP address from server option field #54
3506 from the OFFER packet in the server option field #54 in the REQUEST
3507 packet. This fixes a problem using a Windows 2000 DHCP server,
3508 where the DHCP-server is not the TFTP-server.
3510 * Set max brightness for MN11236 displays on TRAB board
3512 * Add support for TQM862L modules
3514 ======================================================================
3515 Changes for U-Boot 0.3.0:
3516 ======================================================================
3518 * Patch by Arun Dharankar, 4 Apr 2003:
3519 Add IDMA example code (tested on 8260 only)
3521 * Add support for Purple Board (MIPS64 5Kc)
3523 * Add support for MIPS64 5Kc CPUs
3525 * Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS
3527 * Patch by Denis Peter, 04 Apr 2003:
3528 - update MIP405-4 board
3530 * Patch by Stefan Roese, 4 Apr 2003:
3531 - U-Boot version environment variable "ver" added
3532 (CONFIG_VERSION_VARIABLE).
3533 - Changed PPC405GPr version from A to B.
3534 - Changed CPCI405 to use CTS instead of DSR on PPC405 UART1.
3536 * Patches by Denis Peter, 03 April 2003:
3537 - fix PCI IRQs on MPL boards
3538 - fix two more un-relocated pointer problems
3540 * Fix behaviour of "run" command:
3541 - print error message iv variable does not exist
3542 - terminate processing of arguments in case of error
3544 * Patches by Peter Figuli, 10 Mar 2003
3545 - Add support for BTUART on PXA platform
3546 - Add support for WEP EP250 (PXA) board
3548 * Fix flash problems on INCA-IP; add tool to allow bruning images to
3549 flash using a BDI2000
3551 * Implement fix for I2C Edge Conditions problem for all boards that
3552 use the bit-banging driver (common/soft_i2c.c)
3554 * Patch by Martin Winistoerfer, 23 Mar 2003
3555 - Add port to MPC555/556 microcontrollers
3556 - Add support for cmi customer board with
3557 Intel 28F128J3A, 28F320J3A or 28F640J3A flash.
3559 * Patch by Rick Bronson, 28 Mar 2003:
3560 - fix common/cmd_nand.c
3562 * Patch by Arun Dharankar, 24 Mar 2003:
3563 - add threads / scheduler example code
3565 * Add patches by Robert Schwebel, 31 Mar 2003:
3566 - add ctrl-c support for kermit download
3567 - align bdinfo output on ARM
3568 - csb226 board: bring in sync with innokom/memsetup.S
3569 - csb226 board: fix MDREFR handling
3570 - misc doc fixes / extensions
3571 - innokom board: cleanup, MDREFR fix in memsetup.S, config update
3572 - add BOOT_PROGRESS to armlinux.c
3574 * Add CPU ID, version, and clock speed for INCA-IP
3576 * Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:
3577 - fix SRAM and SDRAM memory sizing
3578 - add status LED support
3579 - add MAC address for second (SCC1) ethernet port
3581 * Update default environment for TQM8260 board
3583 * Patch by Rick Bronson, 16 Mar 2003:
3584 - Add NAND flash support for reading, writing, and erasing NAND
3585 flash (certain forms of which are called SmartMedia).
3586 - Add support for Atmel AT91RM9200DK ARM920T based development kit.
3588 * Patches by Robert Schwebel, 19 Mar 2003:
3589 - use arm-linux-gcc as default compiler for ARM
3590 - fix i2c fixup code
3591 - fix missing baudrate setting
3592 - added $loadaddr / CFG_LOAD_ADDR support to loadb
3593 - moved "ignoring trailing characters" _before_ u-boot wants to
3594 print out diagnostics messages; removes bogus characters at the
3597 * Patch by John Zhan, 18 Mar 2003:
3598 Add support for SinoVee Microsystems SC8xx boards
3600 * Patch by Rolf Offermanns, 21 Mar 2003:
3601 ported the dnp1110 related changes from the current armboot cvs to
3602 current u-boot cvs. smc91111 does not work. problem marked in
3603 smc91111.c, grep for "FIXME".
3605 * Patch by Brian Auld, 25 Mar 2003:
3606 Add support for STM flash chips on ebony board
3608 * Add PCI support for MPC8250 Boards (PM825 module)
3610 * Patch by Stefan Roese, 25 Mar 2003:
3613 * Patch by Stefan Roese, 20 Mar 2003:
3614 - CPCI4052 update (support for revision 3).
3615 - Set edge conditioning circuitry on PPC405GPr for compatibility
3616 to existing PPC405GP designs.
3617 - Clip udiv to 5 bits on PPC405 (serial.c).
3619 * Extend INCAIP board support:
3620 - add automatic RAM size detection
3621 - add "bdinfo" command
3622 - pass flash address and size to Linux kernel
3623 - switch to 150 MHz clock
3625 * Avoid flicker on the TRAB's VFD by synchronizing the enable with
3626 the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
3627 boards, version 153 for Rev. 200 boards).
3629 * Patch by Vladimir Gurevich, 12 Mar 2003:
3630 Fix relocation problem of statically initialized string pointers
3633 * Patch by Kai-Uwe Blöm, 12 Mar 2003:
3634 Cleanup & bug fixes for JFFS2 code:
3635 - the memory mangement was broken. It caused havoc on malloc by
3636 writing beyond the block boundaries.
3637 - the length calculation for files was wrong, sometimes resulting
3638 in short file reads.
3639 - data copying now optionally takes fragment version numbers into
3640 account, to avoid copying from older data.
3641 See doc/README.JFFS2 for details.
3643 * Patch by Josef Wagner, 12 Mar 2003:
3644 - 16/32 MB and 50/80 MHz support with auto-detection for IP860
3645 - ETH05 and BEDBUG support for CU824
3646 - added support for MicroSys CPC45
3647 - new BOOTROM/FLASH0 and DOC base for PM826
3649 * Patch by Robert Schwebel, 12 Mar 2003:
3650 Fix the chpart command on innokom board
3653 mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
3654 s/PPCBoot/U-Boot/ in some files
3655 s/pImage/uImage/ in some files
3657 * Patch by Detlev Zundel, 15 Jan 2003:
3658 Fix '' command line quoting
3660 * Patch by The LEOX team, 19 Jan 2003:
3661 - add support for the ELPT860 board
3662 - add support for Dallas ds164x RTC
3664 * Patches by David Müller, 31 Jan 2003:
3665 - minimal setup for CardBus bridges
3666 - add EEPROM read/write support in the CS8900 driver
3667 - add support for the builtin I2C controller in the Samsung s3c24x0 chips
3668 - add support for MPL's VCMA9 (Samsung s3c2410 based) board
3670 * Patch by Steven Scholz, 04 Feb 2003:
3671 add support for RTC DS1307
3673 * Patch by Reinhard Meyer, 5 Feb 2003:
3674 fix PLPRCR/SCCR init sequence on 8xx to allow for
3675 changes of EBDF by software
3677 * Patch by Vladimir Gurevich, 07 Feb 2003:
3678 "API-compatibility patch" for 4xx I2C driver
3680 * TRAB fixes / extensions:
3681 - Restore VFD brightness as saved in environment
3682 - add support for Fujitsu flashes
3683 - make sure both buzzers are turned off (drive low level)
3685 * Patches by Robert Schwebel, 06 Mar 2003:
3686 - fix bug in BOOTP code (must use NetCopyIP)
3687 - update of CSB226 port
3688 - clear BSS segment on XScale
3689 - added support for i2c_init_board() function
3690 - update to the Innokom plattform
3692 * Extend support for redundand environments for configurations where
3693 environment size < sector size
3695 * Patch by Rune Torgersen, 13 Feb 2003:
3696 Add support for Motorola MPC8266ADS board
3698 * Patch by Kyle Harris, 19 Feb 2003:
3699 patches for the Intel lubbock board:
3700 memsetup.S - general cleanup (based on Robert's csb226 code)
3701 flash.c - overhaul, actually works now
3702 lubbock.c - fix init funcs to return proper value
3704 * Patch by Kenneth Johansson, 26 Feb 2003:
3705 - Fixed off by one in RFTA calculation.
3706 - No need to abort when LDF is lower than we can program it's only
3707 minimum timing so clamp it to what we can do.
3708 - Takes function pointer to function for reading the spd_nvram. Usefull
3709 for faking data or hardcode a module without the nvram.
3710 - fix other user for above change
3711 - fix some comments.
3713 * Patches by Brian Waite, 26 Feb 2003:
3714 - fix port for evb64260 board
3715 - fix PCI for evb64260 board
3718 * Patch by Reinhard Meyer, 1 Mar 2003:
3719 Add support for EMK TOP860 Module
3721 * Patch by Yuli Barcohen, 02 Mar 2003:
3722 Add SPD EEPROM support for MPC8260ADS board
3724 * Patch by Robert Schwebel, 21 Jan 2003:
3725 - Add support for Innokom board
3726 - Don't complain if "install" fails
3727 - README cleanup (remove duplicated lines)
3728 - Update PXA header files
3730 * Add documentation for existing POST code (doc/README.POST)
3732 * Patch by Laudney Ren, 15 Jan 2003:
3733 Fix handling of redundand environment in "tools/envcrc.c"
3735 * Patch by Detlev Zundel, 28 Feb 2003:
3736 Add bedbug support for 824x systems
3738 * Add support for 16 MB flash configuration of TRAB board
3740 * Patch by Erwin Rol, 27 Feb 2003:
3741 Add support for RTEMS
3743 * Add image information to README
3745 * Patch by Stefan Roese, 18 Feb 2003:
3746 CPCIISER4 configuration updated.
3748 * Patch by Stefan Roese, 17 Feb 2003:
3749 Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
3751 * Patch by Stefan Roese, 13 Feb 2003:
3752 Add "pcidelay" environment variable (in ms, enabled via
3753 CONFIG_PCI_BOOTDELAY).
3754 PCI spec 2.2 defines, that a pci target has 2^25 pci clocks after
3755 RST# to respond to configuration cycles (33MHz -> 1s).
3757 * Fix dual PCMCIA slot support (when running with just one
3760 * Add VFD type detection to trab board
3762 * extend drivers/cs8900.c driver to synchronize ethaddr environment
3763 variable with value in the EEPROM
3765 * Patch by Stefan Roese, 10 Feb 2003:
3766 Add support for 4MB and 128MB onboard SDRAM (cpu/ppc4xx/sdram.c)
3768 * Add support for MIPS32 4Kc CPUs
3770 * Add support for INCA-IP Board
3772 ======================================================================
3773 Changes for U-Boot 0.2.2:
3774 ======================================================================
3776 * Add dual ethernet support on PM826
3778 * Add support for LXT971 PHY on PM826
3780 * Patch by Tord Andersson, 16 Jan 2003:
3781 Fix flash sector count for TQM8xxL
3783 * Fix I2C EEPROM problem on ICU862 board (would only write the first
3784 16 bytes out of each 32 byte block)
3786 ======================================================================
3787 Changes for U-Boot 0.2.1:
3788 ======================================================================
3790 * Add support for V37 board
3791 (patch by Jón Benediktsson, 11 Dec 2002)
3793 * Update baudrate in bd_info when it gets changed
3795 * Add watchdog trigger points while waiting for serial port
3796 (so far only 8xx -- needed on LWMON with 100ms watchdog)
3798 * Improve command line tool to access the U-Boot's environment
3799 (figuration of the utility, using a config file)
3801 * Add single quote support for (old) command line parser
3803 * Switch LWMON board default config from FRAM to EEPROM;
3804 in POST, EEPROM shows up on 8 addresses
3806 ======================================================================
3807 Changes for U-Boot 0.2.0:
3808 ======================================================================
3810 * Use 1-byte-read instead of -write for iprobe() function
3811 Add i2c commands to PM826 config
3813 * extend I2C POST code: check for list on known addresses
3815 * Improve log buffer code; use "loglevel" to decide which messages
3816 to log on the console, too (like in Linux); get rid of "logstart"
3818 * Add command line tool to access the U-Boot's environment
3819 (board-specific for TRAB now, to be fixed later)
3821 * Patch by Hans-Joerg Frieden, 06 Dec 2002
3822 Fix misc problems with AmigaOne support
3824 * Patch by Chris Hallinan, 3 Dec 2002:
3825 minor cleanup to the MPC8245 EPIC driver
3827 * Patch by Pierre Aubert , 28 Nov 2002
3828 Add support for external (SIU) interrupts on MPC8xx
3830 * Patch by Pierre Aubert , 28 Nov 2002
3831 Fix nested syscalls bug in standalone applications
3833 * Patch by David Müller, 27 Nov 2002:
3834 fix output of "pciinfo" command for CardBus bridge devices.
3836 * Fix bug in TQM8260 board detection - boards got stuck when board ID
3839 * Add LED indication for IDE activity on KUP4K board
3841 * Fix startup problems with VFD display on TRAB
3843 * Patch by Pierre Aubert, 20 Nov 2002
3844 Add driver for Epson SED13806 graphic controller.
3845 Add support for BMP logos in cfb_console driver.
3847 * Added support for both PCMCIA slots (at the same time!) on MPC8xx
3849 * Patch by Rod Boyce, 21 Nov 2002:
3850 fix PCMCIA on MBX8xx board
3852 * Patch by Pierre Aubert , 21 Nov 2002
3853 Add CFG_CPM_POST_WORD_ADDR to make the offset of the
3854 bootmode word in DPRAM configurable
3856 * Patch by Daniel Engström, 18 Nov 2002:
3857 Fixes for x86 port (mostly strings issues)
3859 * Patch by Ken Chou, 18 Nov 2002:
3860 Fix for natsemi NIC cards (DP83815)
3862 * Patch by Pierre Aubert, 19 Nov 2002:
3863 fix a bug for the MII configuration, and some warnings
3865 * Patch by Thomas Frieden, 13 Nov 2002:
3866 Add code for AmigaOne board
3867 (preliminary merge to U-Boot, still WIP)
3869 * Patch by Jon Diekema, 12 Nov 2002:
3870 - Adding URL for IEEE OUI lookup
3871 - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
3873 - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
3874 root-on-nfs macros are designed to switch how the default boot
3875 method gets defined.
3877 * Patch by Daniel Engström, 13 Nov 2002:
3878 Add support for i386 architecture and AMD SC520 board
3880 * Patch by Pierre Aubert, 12 Nov 2002:
3881 Add support for DOS filesystem and booting from DOS floppy disk
3883 * Patch by Jim Sandoz, 07 Nov 2002:
3884 Increase number of network RX buffers (PKTBUFSRX in
3885 "include/net.h") for EEPRO100 based boards (especially SP8240)
3886 which showed "Receiver is not ready" errors when U-Boot was
3887 processing the receive buffers slower than the network controller
3890 * Patch by Andreas Oberritter, 09 Nov 2002:
3891 Change behaviour of NetLoop(): return -1 for errors, filesize
3892 otherwise; return code 0 is valid an means no file loaded - in this
3893 case the environment still gets updated!
3895 * Patches by Jon Diekema, 9 Nov 2002:
3896 - improve ADC/DAC clocking on the SACSng board to align
3897 the failing edges of LRCLK and SCLK
3898 - sbc8260 configuration tweaks
3899 - add status LED support for 82xx systems
3900 - wire sspi/sspo commands into command handler; improved error
3902 - add timestamp support and alternate memory test to the
3903 SACSng configuration
3905 * Patch by Vince Husovsky, 7 Nov 2002:
3906 Add "-n" to linker options to get rid of "Not enough room for
3907 program headers" problem
3909 * Patch by David Müller, 05 Nov 2002
3910 Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
3911 so we can use an already existing name
3913 * Patch by Pierre Aubert, 05 Nov 2002
3914 Hardware relatied improvments in FDC boot code
3916 * Patch by Holger Schurig, 5 Nov 2002:
3917 Make the PXA really change it's frequency
3919 * Patch by Pierre Aubert, 05 Nov 2002
3920 Add support for slave serial Spartan 2 FPGAs
3922 * Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet
3925 * Add support for log buffer which can be passed to Linux kernel's
3926 syslog mechanism; used especially for POST results.
3928 * Patch by Klaus Heydeck, 31 Oct 2002:
3929 Add initial support for kup4k board
3931 * Patch by Robert Schwebel, 04 Nov 2002:
3932 - use watchdog to reset PXA250 systems
3933 - added progress callbacks to (some of the) ARM code
3934 - update for Cogent CSB226 board
3936 * Add support for FPS860 board
3938 * Patch by Guillaume Alexandre,, 04 Nov 2002:
3939 Improve PCI access on 32-bits Compact PCI bus
3941 * Fix mdelay() on TRAB - this was still the debugging version with
3942 seconds instead of ms.
3944 * Patch by Robert Schwebel, 1 Nov 2002:
3945 XScale related cleanup (affects all ARM boards)
3947 * Cleanup of names and README.
3949 ======================================================================
3950 Notes for U-Boot 0.1.0:
3951 ======================================================================
3953 This is the initial version of "Das U-Boot", the Universal Boot Loader.
3955 It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
3956 For information about the history of the project please see the
3957 PPCBoot project page at http://sourceforge.net/projects/ppcboot
3959 ======================================================================