blob: 632cbb5c3304a700d4e81ec8471a64ccaa77ce65 [file] [log] [blame]
wdenk24ee89b2002-11-03 17:56:27 +00001======================================================================
wdenk543a0342004-02-12 14:09:38 +00002Changes for U-Boot 1.0.2:
wdenk87249ba2004-01-06 22:38:14 +00003======================================================================
4
wdenkeec9a3d2004-03-23 23:20:24 +00005* Patch by Stephen Williams, 19 March 2004
6 Increase speed of sector reads from SystemACE,
7 shorten poll timeout and remove a useless reset
8
9* Patch by Tolunay Orkun, 19 Mar 2004:
10 Make GigE PHY 1000Mbps Speed/Duplex detection conditional
11 (CONFIG_PHY_GIGE)
12
13* Patch by Brad Kemp, 18 Mar 2004:
14 prevent machine checks during a PCI scan
15
16* Patch by Pierre Aubert, 18 Mar 2004:
17 Fix string cleaning in IDE identification
18
wdenkaea86e42004-03-23 22:53:55 +000019* Patch by Pierre Aubert, 18 Mar 2004:
20 - Unify video mode handling for Chips & Technologies 69000 Video
21 chip and Silicon Motion SMI 712/710/810 Video chip
22 - Add selection of the video output (CRT or LCD) via 'videoout'
23 environment variable for the Silicon Motion
24 - README update
25
26* Patch by Pierre Aubert, 18 Mar 2004:
27 include/common.h typo fix
28
29* Patches by Tolunay Orkun, 17 Mar 2004:
30 - Add support for bd->bi_iic_fast[] initialization via environment
31 variable "i2cfast" (CONFIG_I2CFAST)
32 - Add "i2cfast" u-boot environment variable support for csb272
33
wdenk8d4d1f62004-03-23 22:37:33 +000034* Patch by Carl Riechers, 17 Mar 2004:
35 Ignore '\0' characters in console input for use with telnet and
36 telco pads.
37
38* Patch by Leon Kukovec, 17 Mar 2004:
39 typo fix for strswab prototype #ifdef
40
wdenk42c05472004-03-23 22:14:11 +000041* Patches by Thomas Viehweger, 16 Mar 2004:
42 - show PCI clock frequency on MPC8260 systems
43 - add FCC_PSMR_RMII flag for HiP7 processors
44 - in do_jffs2_fsload(), take load address from load_addr if not set
45 explicit, update load_addr otherwise
46 - replaced printf by putc/puts when no formatting is needed
47 (smaller code size, faster execution)
48
wdenkf16b5162004-03-23 21:43:07 +000049* Patch by Phillippe Robin, 16 Mar 2004:
50 avoid dereferencing NULL pointer in lib_arm/armlinux.c
51
52* Patch by Stephen Williams, 15 Mar 2004:
53 Fix CONFIG_SERIAL_SOFTWARE_FIFO documentation
54
55* Patch by Tolunay Orkun, 15 Mar 2004:
56 Initialize bi_opbfreq to real OPB frequency via get_OPB_freq()
57
58* Patch by Travis Sawyer, 15 Mar 2004:
59 Update CREDITS & MAINTAINERS files for PPC440GX & Ocotea port
60
wdenkc12081a2004-03-23 20:18:25 +000061* Add start-up delay to make sure power has stabilized before
62 attempting to switch on USB on SX1 board.
63
64* Patch by Josef Wagner, 18 Mar 2004:
65 - Add support for MicroSys XM250 board (PXA255)
66 - Add support for MicroSys PM828 board (MPC8280)
67 - Add support for 32 MB Flash on PM825/826
68 - new SDRAM refresh rate for PM825/PM826
69 - added support for MicroSys PM520 (MPC5200)
70 - replaced Query by Identify command in CPU86/flash.c
71 to support 28F160F3B
72
73* Fix wrap around problem with udelay() on ARM920T
74
75* Add support for Macronix flash on TRAB board
76
wdenk18bd81e2004-03-17 01:13:07 +000077* Patch by Pierre Aubert, 15 Mar 2004:
78 Fix buffer overflow in IDE identification
79
80* Fix power-off of LCD for out-of-band temperatures on LWMON board
81
82* Remove redundand #define in IceCube.h
83
wdenk0ef49462004-03-15 09:00:01 +000084* Patch by Steven Scholz, 27 Feb 2004:
85 - Adding get_ticks() and get_tbclk() for AT91RM9200
86 - Many white space fixes in cpu/at91rm9200/interrupts.c
87
88* Patches by Steven Scholz, 20 Feb 2004:
89 some cleanup in AT91RM9200 related code
90
wdenked2ac4b2004-03-14 18:23:55 +000091* Patches by Travis Sawyer, 12 Mar 2004:
92 - Fix Gigabit Ethernet support for 440GX
93 - Add Gigabit Ethernet Support to MII PHY utilities
94
95* Patch by Brad Kemp, 12 Mar 2004:
96 Fixes for drivers/cfi_flash.c:
97 - Better support for x8/x16 implementations
98 - Added failure for AMD chips attempting to use CFG_FLASH_USE_BUFFER_WRITE
99 - Added defines for AMD command and address constants
100
101* Patch by Leon Kukovec, 12 Mar 2004:
102 Fix get_dentfromdir() to correctly handle deleted dentries
wdenkc35ba4e2004-03-14 22:25:36 +0000103
wdenked2ac4b2004-03-14 18:23:55 +0000104* Patch by George G. Davis, 11 Mar 2004:
105 Remove hard coded network settings in TI OMAP1610 H2
106 default board config
107
108* Patch by George G. Davis, 11 Mar 2004:
109 add support for ADS GraphicsClient+ board.
110
wdenk18bd81e2004-03-17 01:13:07 +0000111* Patch by Pierre Aubert, 11 Mar 2004:
wdenke55402c2004-03-14 16:51:43 +0000112 - add bitmap command and splash screen support in cfb console
113 - add [optional] origin in the bitmap display command
114
115* Patch by Travis Sawyer, 11 Mar 2004:
116 Fix ocotea board early init interrupt setup.
117
118* Patch by Thomas Viehweger, 11 Mar 2004:
119 Remove redundand code; add PCI-specific bits to include/mpc8260.h
120
wdenke28cf632004-03-14 15:20:55 +0000121* Patch by Stephan Linz, 09 Mar 2004
122 - Add support for the SSV ADNP/ESC1 (Nios Softcore)
123
124* Patch by George G. Davis, 9 Mar 2004:
125 fix recent build failure for SA1100 target
126
127* Patch by Travis Sawyer, 09 Mar 2004:
128 Support native interrupt mode for the IBM440GX.
129 Previously it was running in 440GP compatibility mode.
130
wdenk4989f872004-03-14 15:06:13 +0000131* Patch by Philippe Robin, 09 Mar 2004:
132 Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
133 Platform support.
134
135* Patch by Masami Komiya, 08 Mar 2004:
136 Don't overwrite server IP address or boot file name
137 when the boot server does not return values
138
wdenk18bd81e2004-03-17 01:13:07 +0000139* Patch by Tolunay Orkun, 5 Mar 2004:
wdenk4989f872004-03-14 15:06:13 +0000140 Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
141
wdenk369d43d2004-03-14 14:09:05 +0000142* Patch by Tolunay Orkun, 5 Mar 2004:
143 Fix early board initialization for Cogent CSB272 board
144
145* Patch by Ed Okerson, 3 Mar 2004:
146 fix CFI flash writes for little endian systems
147
148* Patch by Reinhard Meyer, 01 Mar 2004:
149 generalize USB and IDE support for MPC5200 with according
150 changes to IceCube.h and TOP5200.h
151 add Am29LV256 256 MBit FLASH support for TOP5200 boards
152 add info about USB and IDE to README
153
wdenkacd9b102004-03-14 00:59:59 +0000154* Patch by Yuli Barcohen, 4 Mar 2004:
155 Fix problems with GCC 3.3.x which changed handling of global
156 variables explicitly initialized to zero (now in .bss instead of
157 .data as before).
158
159* Patch by Leon Kukovec, 02 Mar 2004:
160 add strswab() to fix IDE LBA capacity, firmware and model numbers
161 on little endian machines
162
163* Patch by Masami Komiya, 02 Mar 2004:
164 - Remove get_ticks() from NFS code
165 - Add verification of RPC transaction ID
166
167* Patch by Pierre Aubert, 02 Mar 2004:
168 cleanup for IDE and USB drivers for MPC5200
169
170* Patch by Travis Sawyer, 01 Mar 2004:
wdenk00fe1612004-03-14 00:07:33 +0000171 Ocotea:
172 - Add IBM PPC440GX Ref Platform support (Ocotea)
173 Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
174 Adapted to U-Boot and 440GX port
175 440gx_enet.c:
176 - Add gracious handling of all Ethernet Pin Selections for 440GX
177 - Add RGMII selection for Cicada CIS8201 Gigabit PHY
178 ppc440.h:
179 - Add needed bit definitions
180 - Fix formatting
181
182* Patch by Carl Riechers, 1 Mar 2004:
183 Add PPC440GX prbdv0 divider to fix memory clock calculation.
184
185* Patch by Stephan Linz, 27 Feb 2004
186 - avoid problems for targets without NFS download support
187
wdenkf602aa02004-03-13 23:29:43 +0000188* Patch by Rune Torgersen, 27 Feb 2004:
189 - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
190 - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
191 - Added support for 64bit strtoul (CFG_64BIT_STRTOUL)
192
193* Patch by Masami Komiya, 27 Feb 2004:
194 Fix rarpboot: add autoload by NFS
195
196* Patch by Dan Eisenhut, 26 Feb 2004:
197 fix flash_write return value in saveenv
198
199* Patch by Stephan Linz, 11 Dec 2003
200 expand config.mk to avoid trigraph warnings on NIOS
201
202* Rename "BMS2003" board into "HMI10"
203
wdenk05822bf2004-03-12 15:38:25 +0000204* SX1 patches: use "serial#" for USB serial #; use redundand environment
205 storage; auto-set console on USB port (using preboot command)
206
wdenk29e7f5a2004-03-12 00:14:09 +0000207* Add support for SX1 mobile phone; add support for USB-based console
208 (enable with "setenv stdout usbtty; setenv stdin usbtty")
209
wdenk0a12b752004-03-11 22:46:36 +0000210* Fix LOWBOOT configuration for MPC5200 with DDR memory
211
wdenk0e2874cb2004-03-02 14:05:39 +0000212* Fix SDRAM timings for LITE5200 / IceCube board
213
214* Handle Auti-MDIX / connection status for INCA-IP
215
216* Fix USB problems when attempting to read 0 bytes
217
wdenk372f0302004-02-27 08:21:54 +0000218* Patch by Travis Sawyer, 26 Feb 2004:
219 Fix broken compile for XPEDITE1K target.
220
221* Patch by Stephan Linz, 26 Feb 2004:
222 Bug fix for NFS code on NIOS targets
wdenk29e7f5a2004-03-12 00:14:09 +0000223
wdenk372f0302004-02-27 08:21:54 +0000224* Patch by Stephen Williams, 26 Feb 2004:
225 Break up SystemACE reads of large block counts
226
wdenk6ea1cf02004-02-27 08:20:54 +0000227* Patch by Pierre Aubert, 26 Feb 2004
228 add IDE support for MPC5200
229
230* Patch by Masami Komiya, 26 Feb 2004:
231 add autoload via NFS
232
233* Patch by Stephen Williams
234 Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
235 elsewhere in the source.
236
wdenkd729d302004-02-27 00:07:27 +0000237* Patch by Steven Scholz, 25 Feb 2004:
238 - Timeouts in FPGA code should be based on CFG_HZ
239 - Minor cleanup in code for Altera FPGA ACEX1K
240
241* Patch by Steven Scholz, 25 Feb 2004:
242 Changed "Directory Hierarchy" section in README
243
244* Patch by Masami Komiya, 25 Feb 2004:
245 Reduce copy count in nfs_read_reply() of NFS code
246
wdenk5f495752004-02-26 23:46:20 +0000247* Patch by Markus Pietrek, 24 Feb 2004:
248 NS9750 DevBoard added
249
wdenk6ea1cf02004-02-27 08:20:54 +0000250* Patch by Pierre Aubert, 24 Feb 2004
wdenk5f495752004-02-26 23:46:20 +0000251 add USB support for MPC5200
252
253* Patch by Steven Scholz, 24 Feb 2004:
254 - fix MII commands to use values from last command
255
256* Patch by Torsten Demke, 24 Feb 2004:
257 Add support for the eXalion platform (SPSW-8240, F-30, F-300)
258
wdenkdb82c8e2004-02-26 23:01:04 +0000259* Patch by Rahul Shanbhag, 19 Feb 2004:
260 Fixes for for OMAP1610 board:
261 - shift some IRQ specific code to platform.S file
262 - remove duplicatewatchdog reset code from start.S
263
264* Make Auto-MDIX Support configurable on INCA-IP board
265
266* Fix license for mkimage tool
267
wdenk77ef4c62004-02-24 22:33:21 +0000268* Patch by Masami Komiya, 24 Feb 2004:
269 Update NetBootFileXferSize in NFS code
270
271* Patch by Scott McNutt, 24 Feb 2004:
272 fix packet length in NFS code
273
wdenkbe9c1cb2004-02-24 02:00:03 +0000274* Patch by Masami Komiy, 22 Feb 2004:
275 Add support for NFS for file download
276
wdenkb98ac282004-02-24 00:16:43 +0000277* Patch by Andrea Scian, 17 Feb 2004:
278 Add support for S3C44B0 processor and DAVE B2 board
279
280* Patch by Steven Scholz, 20 Feb 2004:
281 - Add support for MII commands on AT91RM9200 boards
282 - some cleanup in AT91RM9200 ethernet code
283
wdenke537b3b2004-02-23 23:54:43 +0000284* Patch by Peter Ryser, 20 Feb 2004:
285 Add support for the Xilinx ML300 platform
286
287* Patch by Stephan Linz, 17 Feb 2004:
288 Fix watchdog support for NIOS
289
290* Patch by Josh Fryman, 16 Feb 2004:
291 Fix byte-swapping for cfi_flash.c for different bus widths
292
293* Patch by Jon Diekema, 14 Jeb 2004:
294 Remove duplicate "FPGA Support" notes from the README file
295
wdenke97d3d92004-02-23 22:22:28 +0000296* Patches by Reinhard Meyer, 14 Feb 2004:
297 - update board/emk tree; use common flash driver
298 - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c
299 [adapted for other PPC CPUs -- wd]
300 - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c
301
302* Patch by Jon Diekema, 13 Feb 2004:
303 Call show_boot_progress() whenever POST "FAILED" is printed.
304
305* Patch by Nishant Kamat, 13 Feb 2004:
306 Add support for TI OMAP1610 H2 Board
307 Fixes for cpu/arm926ejs/interrupt.c
308 (based on Richard Woodruff's patch for arm925, 16 Oct 03)
309 Fix for a timer bug in OMAP1610 Innovator
310 Add support for CS0 (ROM)/CS3 (Flash) boot in OMAP1610 Innovator and H2
311
312* Patches by Stephan Linz, 12 Feb 2004:
313 - add support for NIOS timer with variable period preload counter value
314 - prepare POST framework support for NIOS targets
315
316* Patch by Denis Peter, 11 Feb 2004:
317 add POST support for the MIP405 board
318
wdenkf70cbb22004-02-23 20:48:38 +0000319* Patch by Laurent Mohin, 10 Feb 2004:
320 Fix buffer overflow in common/usb.c
321
322* Patch by Tolunay Orkun, 10 Feb 2004:
323 Add support for Cogent CSB272 board
324
wdenk2ebee312004-02-23 19:30:57 +0000325* Patch by Thomas Elste, 10 Feb 2004:
326 Add support for NET+50 CPU and ModNET50 board
327
328* Patch by Sam Song, 10 Feb 2004:
329 Fix typos in cfi_flash.c
330
331* Patch by Leon Kukovec, 10 Feb 2004
332 Fixed long dir entry slot id calculation in get_vfatname
333
334* Patch by Robin Gilks, 10 Feb 2004:
335 add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==,
336 !=, <>, <, >, <=, >=)
337
wdenkef893942004-02-23 16:11:30 +0000338* Fix problem with side effects in macros in include/usb.h
339
340* Patch by David Benson, 13 Nov 2003:
341 bug 841358 - fix TFTP download size limit
342
343* Fixing bug 850768:
344 improper flush_cache() in load_serial()
345
346* Fixing bug 834943:
347 MPC8540 - missing volatile declarations
348
349* Patch by Stephen Williams, 09 Feb 2004:
350 Add support for Xilinx SystemACE chip:
351 - New files common/cmd_ace.c and include/systemace.h
352 - Hook systemace support into cmd_fat and the partition manager
353
354* Patch by Travis Sawyer, 09 Feb 2004:
355 Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
356
wdenk56ed43e2004-02-22 23:46:08 +0000357* Patch by Travis Sawyer, 09 Feb 2004:
358 o 440GX:
359 - Fix PCI Indirect access for type 1 config cycles with ppc440.
360 - Add phymode for 440 enet
361 - fix pci pre init
362 o XPedite1K:
363 - Change board_pre_init to board_early_init_f
364 - Add user flash to bus controller setup
365 - Fix pci pre init
366 - Fix is_pci_host to check GPIO for monarch bit
367 - Force xpedite1k to pci conventional mode (via #define option)
368
369* Patch by Brad Kemp, 4 Feb 2004:
370 - handle the machine check that is generated during the PCI scans
371 on 82xx processors.
372 - define the registers used in the IMMR by the PCI subsystem.
373
374* Patch by Pierre Aubert, 03 Feb 2004:
375 cpu/mpc5xxx/start.S: copy MBAR into SPR311
376
377* Patch by Jeff Angielski, 03 Feb 2004:
378 Fix copy & paste error in cpu/mpc8260/pci.c
379
380* Patch by Reinhard Meyer, 24 Jan 2004:
381 Fix typo in cpu/mpc5xxx/pci_mpc5200.c
382
wdenk4dd56e52004-02-20 22:02:48 +0000383* Add Auto-MDIX support for INCA-IP
384
wdenke65527f2004-02-12 00:47:09 +0000385* Some code cleanup
386
387* Patch by Josef Baumgartner, 10 Feb 2004:
388 Fixes for Coldfire port
389
390* Patch by Brad Kemp, 11 Feb 2004:
391 Fix CFI flash driver problems
392
wdenk88d73b52004-02-11 21:35:18 +0000393* Make sure to use a bus clock divider of 2 only when running TQM8xxM
394 modules at CPU clock frequencies above 66 MHz.
wdenke65527f2004-02-12 00:47:09 +0000395
wdenk88d73b52004-02-11 21:35:18 +0000396* Optimize flash programming speed for LWMON (by another 100% :-)
397
wdenk6cfa84e2004-02-10 00:03:41 +0000398* Patch by Jian Zhang, 3 Feb 2004:
399 - Changed the incorrect FAT12BUFSIZE
400 - data_begin in fsdata can be negative. Changed it to be short.
401
wdenkc0bc2e12004-02-09 23:12:24 +0000402* Patches by Stephan Linz, 30 Jan 2004:
403 1: - board/altera/common/flash.c:flash_erase():
404 o allow interrupts befor get_timer() call
405 o check-up each erased sector and avoid unexpected timeouts
406 - board/altera/dk1c20/dk1s10.c:board_early_init_f():
407 o enclose sevenseg_set() in cpp condition
408 - remove the ASMI configuration for DK1S10_standard_32 (never present)
409 - fix some typed in mistakes in the NIOS documentation
410 2: - split DK1C20 configuration into several header files:
411 o two new files for each NIOS CPU description
412 o U-Boot related part is remaining in DK1C20.h
413 3: - split DK1S10 configuration into several header files:
414 o two new files for each NIOS CPU description
415 o U-Boot related part is remaining in DK1S10.h
416 4: - Add support for the Microtronix Linux Development Kit
417 NIOS CPU configuration at the Altera Nios Development Kit,
418 Stratix Edition (DK-1S10)
419 5: - Add documentation for the Altera Nios Development Kit,
420 Stratix Edition (DK-1S10)
421 6: - Add support for the Nios Serial Peripharel Interface (SPI)
422 (master only)
423 7: - Add support for the common U-Boot SPI framework at
424 RTC driver DS1306
425
wdenkca262162004-02-09 20:51:26 +0000426* Patch by Rahul Shanbhag, 28 Jan 2004:
427 Fix flash protection/locking handling for OMAP1610 innovator board.
428
429* Patch by Rolf Peukert, 28 Jan 2004:
430 fix flash write problems on CSB226 board (write with 32 bit bus width)
431
432* Patches by Mark Jonas, 16 Jan 2004:
433 - fix rounding error when calculating baudrates for MPC5200 PSCs
434 - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
435 time which is not supported
436
wdenk2cefd152004-02-08 22:55:38 +0000437* Patch by Yuli Barcohen, 26 Jan 2004:
438 Allow bzip2 compression for small memory footprint boards
439
440* Patch by Brad Kemp, 21 Jan 2004:
441 Add support for CFI flash driver for both the Intel and the AMD
442 command sets.
443
444* Patch by Travis Sawyer, 20 Jan 2004:
445 Fix pci bridge auto enumeration of sibling p2p bridges.
446
447* Patch by Tolunay Orkun, 12 Jan 2004:
448 Add some delays as needed for Intel LXT971A PHY support
449
450* Patches by Stephan Linz, 09 Jan 2004:
451 - avoid warning: unused variable `piop' in board/altera/common/sevenseg.c
452 - make DK1C20 board configuration related to ASMI conform to
453 documentation
454
wdenk927034e2004-02-08 19:38:38 +0000455* Patch by Anders Larsen, 09 Jan 2004:
456
457 ARM memory layout fixes: the abort-stack is now set up in the
458 correct RAM area, and the BSS is zeroed out as it should be.
459
460 Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
461 of the linker scripts are replaced by '__bss_start' and '_end',
462 resp., which is a further step to eliminate unnecessary differences
463 between the implementation of the CPU architectures.
464
wdenk5401de42004-02-07 01:27:10 +0000465* Patch by liang a lei, 9 Jan 2004:
466 Fix Intel 28F128J3 ID in include/flash.h
467
468* Patch by Masami Komiya, 09 Jan 2004:
469 add support for TB0229 board (NEC VR4131 MIPS processor)
470
471* Patch by Leon Kukovec, 12 Dec 2003:
472 changed extern __inline__ into static __inline__ in
473 include/linux/byteorder/swab.h
474
wdenk544e9732004-02-06 23:19:44 +0000475* Patch by Travis Sawyer, 30 Dec 2003:
476 Add support for IBM PPC440GX. Multiple EMAC Ethernet devices,
477 select MDI port based on enabled EMAC device.
478 Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX
479 base PrPMC board.
480
wdenk4b6e9052004-02-06 21:48:22 +0000481* Patch by Wolter Kamphuis, 15 Dec 2003:
482 made CONFIG_SILENT_CONSOLE usable on all architectures
483
484* Disable date command on TQM866M - there is no RTC on MPC866
485
wdenkfde37042004-01-31 20:06:54 +0000486* Fix variable CPU clock for MPC859/866 systems for low CPU clocks
487
wdenk433feff2004-01-29 09:22:58 +0000488* Implement adaptive SDRAM timing configuration based on actual CPU
489 clock frequency for INCA-IP; fix problem with board hanging when
490 switching from 150MHz to 100MHz
491
492* Add PCMCIA CS support for BMS2003 board
493
wdenkb50cde52004-01-24 20:25:54 +0000494* Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
495 see doc/README.MPC866 for details;
496 implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866;
497 calculate CPU clock frequency from PLL register values.
498
499* Add support for 128 MB RAM on TQM8xxL/M modules
500
wdenk398eeff2004-01-21 20:46:28 +0000501* Fix PS/2 keyboard problem caused by statically initialized variable
502 pointing to a location in flash
503
504* Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
505
wdenkda55c6e2004-01-20 23:12:12 +0000506* The PS/2 mux on the BMS2003 board needs 450 ms after power on
507 before we can access it; add delay in case we are faster (with no
508 CF card inserted)
509
510* Cleanup of some init functions
511
512* Make sure SCC Ethernet is always stopped by the time we boot Linux
513 to avoid Linux crashes by early packets coming in.
514
515* Accelerate flash accesses on LWMON board by using buffered writes
516
wdenk2b80ae52004-01-18 18:21:54 +0000517* Fix typo in Makefile;
518 fix problem with PARTNUM detection
519
wdenkb983fa22004-01-16 00:30:56 +0000520* Patch by Reinhard Meyer, 09 Jan 2004:
521 - add RTC support for MPC5200 based boards (requires RTC_XTAL)
522
523* Add support for IDE LED on BMS2003 board
524 (exclusive with status LED!)
525
526* Add support for PS/2 keyboard (used with PS/2 multiplexor on
527 BMS2003 board)
528
529* Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
530 Add common files for "emk" boards
531
wdenk87249ba2004-01-06 22:38:14 +0000532* Add a common get_ram_size() function and modify the the
533 board-specific files to invoke that common implementation.
534
535======================================================================
wdenk7c699672004-01-06 11:13:56 +0000536Changes for U-Boot 1.0.1:
wdenk4b16c2e2003-11-07 13:42:26 +0000537======================================================================
538
wdenk7c699672004-01-06 11:13:56 +0000539* Set default clock for INCA-IP to 150 MHz
540
wdenk2f99a692004-01-04 22:51:12 +0000541* Make BMS2003 use a separate config file to avoid #ifdef mess;
542 add I2C support; add support for DS1337 RTC
543
544* Add CompactFlash support for BMS2003 board
545
546* Add support for status LED on BMS2003 board
547
wdenkad276f22004-01-04 16:28:35 +0000548* Patch by Scott McNutt, 02 Jan 2004:
549 Add support for the Nios Active Serial Memory Interface (ASMI)
550 on Cyclone devices
551
552* Patch by Andrea Marson, 16 Dec 2003:
553 Add support for the PPChameleon ME and HI modules
554
555* Patch by Yuli Barcohen, 22 Dec 2003:
556 Add support for Motorola DUET ADS board (MPC87x/88x)
557
wdenkae65f502004-01-03 21:24:46 +0000558* Patch by Robert Schwebel, 15 Dec 2003:
559 add support for cramfs (uses JFFS2 command interface)
560
wdenk3be717f2004-01-03 19:43:48 +0000561* Patches by Stephan Linz, 11 Dec 2003:
562 - more documentation for NIOS port
563 - new struct nios_pio_t, struct nios_spi_t
564 - Reconfiguration for NIOS Development Kit DK1C20:
565 o move board related code from board/dk1c20
566 to board/altera/dk1c20
567 o create a new common source path board/altera/common
568 and move generic flash access stuff into it
569 o change/expand configuration file DK1C20.h
570 - Add support for NIOS Development Kit DK1S10
571 - Add status LED support for NIOS systems
572 - Add dual 7-segment LED support for Altera NIOS DevKits
573
wdenk5da7f2f2004-01-03 00:43:19 +0000574* Patch by Ronen Shitrit, 10 Dec 2003:
575 Add support for the Marvell DB64360 / DB64460 development boards
576
577* Patch by Detlev Zundel, 10 Dec 2003:
578 fix dependency problem in examples/Makefile
579
wdenkbc01dd52004-01-02 16:05:07 +0000580* Patch by Denis Peter, 8 Dec 2003
581 - add support for the PATI board (MPC555)
582 - add SPI support for the MPC5xx
583
584* Patch by Anders Larsen, 08 Dec 2003:
585 add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
586 to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
587 cleanup some redundand #defines
588
wdenk0260cd62004-01-02 15:01:32 +0000589* Patch by André Schwarz, 8 Dec 2003:
590 fixes for Davicom DM9102A Ethernet Chip (#define CONFIG_TULIP_FIX_DAVICOM):
591 - TX and RX deskriptors must be quad-word aligned
592 - does not work with only one TX deskriptor
593 - standard reset method does not work
594
595* Patch by Masami Komiya, 08 Dec 2003:
596 add RTL8139 ethernet driver
597
598* Patches by Ed Okerson, 07 Dec 2003:
599 - fix ethernet for the AU1x00 processors in little-endian mode.
600 - extend memsetup.S for the AU1x00 processors in BE and LE modes
601
wdenk1ebf41e2004-01-02 14:00:00 +0000602* Minor code cleanup (coding style)
603
604* Patch by Reinhard Meyer, 30 Dec 2003:
605 - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
606 - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
607 - turned debug print of PHY registers into a function (called in two places)
608 - added support for EMK MPC5200 based modules
609
610* Fix MPC8xx PLPRCR_MFD_SHIFT typo
611
612* Add support for TQM866M modules
613
614* Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
615
616* Fix a few compiler warnings
617
wdenk78e3ab32003-12-28 11:44:59 +0000618* Patch by Reinhard Meyer, 28 Dec 2003:
619 Add initial support for TOP5200 board
620
wdenk67f13362003-12-27 19:24:54 +0000621* Make CPU clock on ICA-IP board controllable by a "cpuclk"
622 environment variable which can set to "100", "133", or "150". The
623 CPU clock will be configured accordingly upon next reboot. Other
624 values are ignored. In case of an invalid or undefined "cpuclk"
625 value, the compile-time default CPU clock speed will be used.
626
627* Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
628 window that is used to access the UART registers by the Linux driver)
629
630* Patch by Reinhard Meyer, 20 Dec 2003:
631 Fix clock calculation for the MPC5200 for higher clock frequencies
632 (above 2**32 / 10 = 429.5 MHz).
633
634* Fix CONFIG_PLL_PCI_TO_MEM_MULTIPLIER divider error in SP8240 configuration
635
wdenk236d3fc2003-12-20 22:45:10 +0000636* Fix IceCube CLKIN configuration (it's 33.000000MHz)
637
638* Add new configuration for IceCube board with DDR memory
639
640* Update TRAB memory configurations
641
wdenkdf28aa02003-12-12 00:02:26 +0000642* Add JFFS2 support for INCA-IP board
643
stroese9c470352003-12-09 15:04:55 +0000644* Patch by Bill Hargen, 09 Dec 2003:
645 - BUBINGA405EP: changed flash driver to protect top sector containing
646 first instruction.
647 - BUBINGA405EP: configured "eeprom" command to access boot config EEPROM.
648 - BUBINGA405EP: fixed PLL init (init chip selects before FPGA/NVRAM access).
649 - 405EP: fixed SPD-based SDRAM init (only use banks 0 and 1).
650 - 405EP: added/fixed support for "reginfo" command.
651 - 4xx: removed spurious MII error messages on "mii info" command.
652
wdenkabf7a7c2003-12-08 01:34:36 +0000653* Patch by Bernhard Kuhn, 28 Nov 2003:
654 add support for Coldfire CPU
655 add support for Motorola M5272C3 and M5282EVB boards
656
wdenk7f00b942003-12-07 23:55:12 +0000657* Patch by Pierre Aubert, 24 Nov 2003:
658 - add a return value for the fpga command
659 - add ide_preinit() function called in ide_init if CONFIG_IDE_PREINIT
660 is defined. If ide_preinit fails, ide_init is aborted.
661 - fix an endianess problem in fat.h
662
wdenk174e0e52003-12-07 22:27:15 +0000663* Patch by Wolter Kamphuis, 05 Dec 2003:
664 Add support for SNMC's QS850/QS823/QS860T boards
665
wdenk444f22b2003-12-07 21:39:28 +0000666* Patch by Yuli Barcohen, 3 Dec 2003:
667 "revive" U-Boot support for old Motorola MPC860ADS board
668
669* Patch by Cam(ilo?), 03 Dec 2003:
670 make examples build even with broken Montavista objcopy
671
672* Patch by Pavel Bartusek, 27 Nov 2003:
673 fix conversion problem with "bootretry" evironment variable
674
wdenk4e7a58a2003-12-07 19:24:00 +0000675* Patch by Andre Schwarz, 24 Nov 2003:
676 add support for mvblue (mvBlueLYNX and mvBlueBOX) boards
677
678* Patch by Pavel Bartusek, 21 Nov 2003:
679 set ZMII bridge speed on 440
680
681* Patch by Anders Larsen, 17 Nov 2003:
682 Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
683
wdenk4ea537d2003-12-07 18:32:37 +0000684* Patches by David Müller, 14 Nov 2003:
685 - board/mpl/common/common_util.c
686 * implement support for BZIP2 compressed images
687 * various cleanups (printf -> puts, ...)
688 - board/mpl/common/flash.c
689 * report correct errors to upper layers
690 * check the erase fail and VPP low bits in status reg
691 - board/mpl/vcma9/cmd_vcma9.c
692 - board/mpl/vcma9/flash.c
693 * various cleanups (printf -> puts, ...)
694 - common/cmd_usb.c
695 * fix typo in comment
696 - cpu/arm920t/usb_ohci.c
697 * support for S3C2410 is missing in #if line
698 - drivers/cs8900.c
699 * reinit some registers in case of error (cable missing, ...)
700 - fs/fat/fat.c
701 * support for USB/MMC devices is missing in #if line
702 - include/configs/MIP405.h
703 - include/configs/PIP405.h
704 * enable BZIP2 support
705 * enlarge malloc space to 1MiB because of BZIP2 support
706 - include/configs/VCMA9.h
707 * enable BZIP2 support
708 * enlarge malloc space to 1MiB because of BZIP2 support
709 * enable USB support
710 - lib_arm/armlinux.c
711 * change calling convention of ARM Linux kernel as
712 described on http://www.arm.linux.org.uk/developer/booting.php
713
714* Patch by Thomas Lange, 14 Nov 2003:
715 Split dbau1x00 into dbau1000, dbau1100 and dbau1500 configs to
716 support all these AMD boards.
717
718* Patch by Thomas Lange, 14 Nov 2003:
719 Workaround for mips au1x00 physical memory accesses (the au1x00
720 uses a 36 bit bus internally and cannot access physical memory
721 directly. Use the uncached SDRAM address instead of the physical
722 one.)
723
wdenk5d5317e2003-12-07 00:46:27 +0000724* Patch by Xue Ligong (Joe), 13 Nov 2003:
725 add Realtek 8019 ethernet driver
726
727* Patch by Yuli Barcohen, 13 Nov 2003:
728 MPC826xADS/PQ2FADS cleanup
729
730* Patch by Anders Larsen, 12 Nov 2003:
731 Update README to mark the PORTIO commands non-standard
732
wdenk86765902003-12-06 23:55:10 +0000733* Patch by Nicolas Lacressonnière, 12 Nov 2003:
734 update for for Atmel AT91RM9200DK development kit:
735 - support for environment variables in DataFlash
736 - Atmel DataFlash AT45DB1282 support
737
738* Patch by Jeff Carr, 11 Nov 2003:
739 add support for new version of 8270 processors
740
741* Patches by George G. Davis, 05 Nov 2003:
742 - only pass the ARM linux initrd tag to the kernel when an initrd
743 is actually present
744 - update omap1510inn configuration file
745
wdenkf4cec3f2003-12-06 23:20:41 +0000746* Patches by Stephan Linz, 3 Nov 2003:
747 - more endianess fixes for LAN91C111 driver
748 - CFG_HZ configuration patch for NIOS Cyclone board
749
750* Patch by Stephan Linz, 28 Oct 2003:
751 fix PHY_INT_REG vs. PHY_MASK_REG bug in drivers/smc91111.c
752
753* Patch by Steven Scholz, 20 Oct 2003:
754 - make "mii info <addr>" show infor for PHY at "addr" only
755 - Endian fix for miiphy_info()
756
wdenkc0aa5c52003-12-06 19:49:23 +0000757* Patch by Gleb Natapov, 19 Sep 2003:
758 Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c
759
760* Patch by Anders Larsen, 17 Sep 2003:
761 Bring ARM memory layout in sync with the documentation:
762 stack and malloc-heap are now located _below_ the U-Boot code
763
wdenk768844e2003-12-06 11:20:01 +0000764* Accelerate booting on TRAB board: read and check autoupdate image
765 headers first instead of always reading the whole images.
766
wdenk1ae251b2003-12-05 21:08:38 +0000767* Fix type in MPC5XXX code (pointed out by Victor Wren)
768
wdenk78ae91f2003-12-03 23:53:42 +0000769* Enabled password check on RMU board
770
771* Fix configuration problem with IceCube in LOWBOOT configuration:
772 envrionment got embedded, corrupting the image layout.
773
774* Fix NEC display names (it's 6440 [for 640x480], not 6640).
775
wdenkc0d54ae2003-11-25 16:55:19 +0000776* Added BMS2003 board
777 add support for NEC NL6448BC33-54. 10.4", 640x480 TFT display
778
wdenk9a1ff302003-11-17 21:45:27 +0000779* Fix flash driver for TRAB board (must use Unlock Bypass Reset
780 command to exit Unlock Bypass Mode); adjust timings for flash, SRAM
781 and CPLD
782
wdenkc6abb7e2003-11-17 21:14:37 +0000783* Use "-fPIC" instead of "-mrelocatable" to prevent problems with
784 recent tools
785
786* Add checksum verification to 'imls' command
787
788* Add bd_info fields needed for 4xx Linux I2C driver
789
790* Patch by Martin Krause, 4 Nov. 2003:
791 Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)
792
793* Print used network interface when CONFIG_NET_MULTI is set
794
wdenk4b16c2e2003-11-07 13:42:26 +0000795* Patch by Bernhard Kuhn, 28 Oct 2003:
796 Add low boot support for MPC5200
797
798* Fix problem with dual PCMCIA support (NSCU)
799
800* Fix MPC5200 I2C initialization function
801
802======================================================================
wdenk934c4f82003-09-11 19:48:06 +0000803Changes for U-Boot 1.0.0:
804======================================================================
805
wdenk655a0f92003-10-30 21:49:38 +0000806* Fix parameter passing to standalone images with bootm command
807
808* Patch by Kyle Harris, 30 Oct 2003:
809 Fix build errors for ixdp425 board
810
811* Patch by David M. Horn, 29 Oct 2003:
812 Fixes to build under CYGWIN
813
814* Get IceCube MGT5100 working (again)
815
wdenkb6c60cb32003-10-29 23:18:55 +0000816* Fix problems in memory test on some boards (which was not
817 non-destructive as intended)
818
819* Patch by Gary Jennejohn, 28 Oct 2003:
820 Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack
821 to prevent stack overflow on ARM systems
822
wdenk55618472003-10-28 09:14:21 +0000823* Patch by Stephan Linz, 28 Oct 2003:
824 fix init sequence error for NIOS port
825
826* Allow lowercase spelling for IceCube_5200; support MPC5200LITE name
827
828* Add CONFIG_VERSION_VARIABLE to TRAB configuration
829
wdenka983cc22003-10-26 22:52:58 +0000830* Patch by Xiao Xianghua, 23 Oct 2003:
831 small patch for mpc85xx
832
833* Fix small problem in MPC5200 I2C driver
834
835* Fix FCC3 support on ATC board
836
dzu6605c842003-10-24 13:14:45 +0000837* Correct header printing for multi-image files in do_bootm()
838
839* Make CONFIG_SILENT_CONSOLE work with CONFIG_AUTOBOOT_KEYED
840
wdenk6fcda222003-10-22 09:00:28 +0000841* Fix PCI problems on PPChameleon board
842
wdenk3da587e2003-10-19 23:22:11 +0000843* Patch by Steven Scholz, 18 Oct 2003:
844 Fix AT91RM9200 ethernet driver
845
846* Patch by Nye Liu, 17 Oct 2003:
847 Fix typo in include/mpc8xx.h
848
849* Patch by Richard Woodruff, 16 Oct 03:
850 Fixes for cpu/arm925/interrupt.c
851 - Initialize timestamp & lastdec vars.
852 - fix timestamp overflows.
853 - fix lastdec overflow.
854 - smarter normalization to allow udelay() below 1ms to work.
855
856* Patch by Scott McNutt, 16 Oct
857 add networking support for the Altera Nios Development Kit,
858 Cyclone Edition (DK-1C20)
859
860* Patch by Jon Diekema, 14 Oct 2003:
861 add hint about doc/README.silent to README file
862
dzub02ed682003-10-19 21:43:26 +0000863* Add CompactFlash support for NSCU
864
wdenkad7541e2003-10-19 22:30:08 +0000865* Fix PCI problems on PPChameleonEVB
866
wdenk17d1a1d2003-10-16 12:53:35 +0000867* TRAB auto-update: Base decision if we have to strip the image
868 header on image type as encoded in the header
wdenkad7541e2003-10-19 22:30:08 +0000869 (include image type patch by Martin Krause, 17 Oct 2003)
wdenk17d1a1d2003-10-16 12:53:35 +0000870
wdenk9c53f402003-10-15 23:53:47 +0000871* Patches by Xianghua Xiao, 15 Oct 2003:
872
873 - Added Motorola CPU 8540/8560 support (cpu/85xx)
874 - Added Motorola MPC8540ADS board support (board/mpc8540ads)
875 - Added Motorola MPC8560ADS board support (board/mpc8560ads)
876
877* Fix flash timings on TRAB board
878
wdenkbd1575f2003-10-14 19:43:55 +0000879* Make sure HUSH is initialized for running auto-update scripts
880
881* Make 5200 reset command _really_ reset the board, without running
882 any other code after it
883
884* Fix errors with flash erase when range spans across banks
885 that are mapped in reverse order
886
887* Fix flash mapping and display on P3G4 board
888
889* Patch by Kyle Harris, 15 Jul 2003:
890 - add support for Intel IXP425 CPU
891 - add support for IXDP425 eval board
892
wdenk808532a2003-10-10 10:05:42 +0000893* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
894 for more information
895
wdenk9b7f3842003-10-09 20:09:04 +0000896* Patch by Steven Scholz, 10 Oct 2003
897 - Add support for Altera FPGA ACEX1K
898
wdenk9f837932003-10-09 19:00:25 +0000899* Patches by Thomas Lange, 09 Oct 2003:
900 - fix cmd_ide.c for non ppc boards (read/write functions did not
901 add ATA base address)
902 - fix for shannon board
903 - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code
wdenk9b7f3842003-10-09 20:09:04 +0000904 - Endian swap ATA identity for all big endian CPUs, not just PPC
905 - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize
906 args to linux
907 - add support for dbau1x00 board (MIPS32)
wdenk9f837932003-10-09 19:00:25 +0000908
909* Patch by Sangmoon Kim, 07 Oct 2003:
910 add support for debris board
911
wdenk61970fd2003-10-09 13:16:55 +0000912* Patch by Martin Krause, 09 Oct 2003:
913 Fixes for TRAB board
914 - /board/trab/rs485.c: correct baudrate
wdenk9c53f402003-10-15 23:53:47 +0000915 - /board/trab/cmd_trab.c: bug fix for problem with timer overflow in
wdenk61970fd2003-10-09 13:16:55 +0000916 udelay(); fix some timing problems with adc controller
917 - /board/trab/trab_fkt.c: add new commands: gain, eeprom and power;
918 modify commands: touch and buzzer
919
920* Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE
921 (quick & dirty workaround for rogue pointer problem in get_vfatname());
922 Use direct function calls for auto_update instead of hush commands
923
wdenk60164a82003-10-08 23:26:14 +0000924* Patch by Scott McNutt, 04 Oct 2003:
925 - add support for Altera Nios-32 CPU
926 - add support for Nios Cyclone Development Kit (DK-1C20)
927
928* Patch by Steven Scholz, 29 Sep 2003:
929 - A second parameter for bootm overwrites the load address for
930 "Standalone Application" images.
931 - bootm sets environment variable "filesize" to the resulting
932 (uncompressed) data length for "Standalone Application" images
933 when autostart is set to "no". Now you can do something like
934 if bootm $fpgadata $some_free_ram ; then
935 fpga load 0 $some_free_ram $filesize
936 fi
937
938* Patch by Denis Peter, 25 Sept 2003:
939 add support for the MIP405 Rev. C board
940
wdenk2f0812d2003-10-08 22:45:44 +0000941* Patch by Yuli Barcohen, 25 Sep 2003:
942 add support for Zephyr Engineering ZPC.1900 board
943
944* Patch by Anders Larsen, 23 Sep 2003:
945 add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
946 implemented for the x86 architecture)
947
wdenk49c3f672003-10-08 22:33:00 +0000948* Patch by Sangmoon Kim, 23 Sep 2003:
949 fix pll_pci_to_mem_multiplier table for MPC8245
950
951* Patch by Anders Larsen, 22 Sep 2003:
952 enable timed autoboot on PXA
953
954* Patch by David Müller, 22 Sep 2003:
wdenk49c3f672003-10-08 22:33:00 +0000955 - add $(CFLAGS) to "-print-libgcc-filename" so compiler driver
956 returns correct libgcc file path
957 - "latency" reduction of busy-loop waiting to improve "U-Boot" boot
958 time on s3c24x0 systems
959
960* Patch by Jon Diekema, 19 Sep 2003:
961 - Add CFG_FAULT_ECHO_LINK_DOWN option to echo the inverted Ethernet
962 link state to the fault LED.
963 - In NetLoop, make the Fault LED reflect the link status. The link
964 status gets updated on entry, and on timeouts.
wdenk9c53f402003-10-15 23:53:47 +0000965
wdenk1ee550e2003-10-08 22:14:02 +0000966* Patch by Anders Larsen, 18 Sep 2003:
967 allow mkimage to build and run on Cygwin-hosted systems
968
969* Patch by Frank Müller, 18 Sep 2003:
970 use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in
971 cpu/mpc8xx/fec.c
972
973* Patch by Pantelis Antoniou, 16 Sep 2003:
974 add tool to compute fileds in the PLPRCR register for MPC86x
975
wdenkec207f92003-10-07 20:01:55 +0000976* Use IH_TYPE_FILESYSTEM for TRAB "disk" images.
977
wdenke97dcd02003-10-07 10:33:38 +0000978* Fix build problems under FreeBSD
979
wdenk6cd4a5e2003-10-06 22:00:45 +0000980* Add generic filesystem image type
981
wdenk7182b0f2003-10-06 21:55:32 +0000982* Make fatload set filesize environment variable
983
984* enable basic / medium / high-end configurations for PPChameleonEVB
985 board; fix NAND code
986
987* enable TFTP client code to specify to the server the desired
988 timeout value (see RFC-2349)
989
dzu15b57c72003-09-30 15:22:12 +0000990* Improve SDRAM setup for TRAB board
991
dzud5e45d82003-09-30 15:11:43 +0000992* Suppress all output with splashscreen configured only if "splashimage"
993 is set
994
dzuc9b08252003-09-30 14:36:51 +0000995* Fix problems with I2C support for mpc5200
996
dzu8d7e4d12003-09-29 21:55:54 +0000997* Adapt TRAB configuration and auto_update to new memory layout
998
dzu69438f62003-09-25 22:32:40 +0000999* Add configuration for wtk board
1000
dzufae2d812003-09-25 22:30:12 +00001001* Add support for the Sharp LQ065T9DR51U LCD display
1002
wdenk8706ea82003-09-18 10:02:25 +00001003* Patch by Rune Torgersen, 17 Sep 2003:
1004 - Fixes for MPC8266 default config
wdenk5256def2003-09-18 10:45:21 +00001005 - Allow eth_loopback_test() on 8260 to use a subset of the FCC's
wdenk8706ea82003-09-18 10:02:25 +00001006
1007* Patches by Jon Diekema, 17 Sep 2003:
1008 - update README (SHOW_BOOT_PROGRESS values for cmd_nand.c and
1009 env_common.c)
1010 - sbc8260 tweaks
1011 - adjust "help" output
1012
wdenk5958f4a2003-09-18 09:21:33 +00001013* Patches by Anders Larsen, 17 Sep 2003:
1014 - fix spelling errors
1015 - set GD_FLG_DEVINIT flag only after device function pointers
1016 are valid
1017 - Allow CFG_ALT_MEMTEST on systems where address zero isn't
1018 writeable
1019 - enable 3.rd UART (ST-UART) on PXA(XScale) CPUs
1020 - trigger watchdog while waiting in serial driver
1021
wdenkb6b2f0e2003-09-17 22:48:07 +00001022* Add auto-update code for TRAB board using USB memory sticks,
1023 support new configuration with more memory
wdenkf6a6ac12003-09-17 15:10:32 +00001024
wdenk7f202b92003-09-16 17:35:37 +00001025* disable MPC5200 bus pipelining as workaround for bus contention
1026
wdenkf5547d32003-09-16 17:06:05 +00001027* Modify XLB arbiter priorities on MPC5200 so all devices use same
1028 priority; configure critical interrupts to be handled like external
1029 interrupts
1030
wdenk6e2bf7a2003-09-16 11:39:10 +00001031* Make IPB clock on MGT5100/MPC5200 configurable in board config file;
1032 go back to 66 MHz for stability
1033
wdenk1f197c62003-09-15 18:00:00 +00001034* Patches by Jon Diekema, 15 Sep 2003:
1035 - add description for missing CFG_CMD_* entries in the README file
1036 - sacsng tweaks
1037
wdenkfc314ce2003-09-14 19:08:39 +00001038* Patch by Gleb Natapov, 14 Sep 2003:
1039 enable watchdog support for all MPC824x boards that have a watchdog
1040
1041* On MPC5200, restrict FEC to a maximum of 10 Mbps to work around the
1042 "Non-octet Aligned Frame" errors we see at 100 Mbps
1043
1044* Patch by Sharad Gupta, 14 Sep 2003:
1045 fix SPR numbers for upper BAT register ([ID]BAT[4-7][UL])
1046
wdenkbd08bc42003-09-13 19:13:29 +00001047* Patch by llandre, 11 Sep 2003:
1048 update configuration for PPChameleonEVB board
1049
wdenk25521902003-09-13 19:01:12 +00001050* Patch by David Müller, 13 Sep 2003:
1051 various changes to VCMA9 board specific files
1052
1053* Add I2C support for MGT5100 / MPC5200
1054
wdenkf28560f2003-09-12 20:09:09 +00001055* Patch by Rune Torgersen, 11 Sep 2003:
1056 Changed default memory option on MPC8266ADS to NOT be Page Based
1057 Interleave, since this doesn't work very well with the standard
1058 16MB DIMM
1059
1060* Patch by George G. Davis, 12 Sep 2003:
1061 fix Makefile settings for sk98 driver
1062
stroese84da3532003-09-12 08:57:52 +00001063* Patch by Stefan Roese, 12 Sep 2003:
1064 - new boards added: DP405, HUB405, PLU405, VOH405
1065 - some esd boards updated
1066 - cpu/ppc4xx/sdram.c: disable memory controller before setting
1067 first values
1068 - cpu/ppc4xx/405_pci.c: set vendor id on PPC405EP systems
1069
wdenk4cc02a82003-09-11 23:06:34 +00001070* Patch by Martin Krause, 11 Sep 2003:
1071 add burn-in tests for TRAB board
1072
1073* Enable instruction cache on MPC5200 board
1074
wdenk934c4f82003-09-11 19:48:06 +00001075* Patch by Denis Peter, 11 Sep 2003:
1076 - fix USB data pointer assignment for bulk only transfer.
1077 - prevent to display erased directories in FAT filesystem.
1078
1079* Change output format for NAND flash - make it look like for other
1080 memory, too
1081
1082======================================================================
wdenkde887eb2003-09-10 18:20:28 +00001083Changes for U-Boot 0.4.8:
wdenk2bb11052003-07-17 23:16:40 +00001084======================================================================
1085
dzufae2d812003-09-25 22:30:12 +00001086* Add I2C and RTC support for RMU board
1087
wdenk2c9b05d2003-09-10 22:30:53 +00001088* Patches by Denis Peter, 9 Sep 2003:
1089 add FAT support for IDE, SCSI and USB
1090
1091* Patches by Gleb Natapov, 2 Sep 2003:
1092 - cleanup of POST code for unsupported architectures
1093 - MPC824x locks way0 of data cache for use as initial RAM;
1094 this patch unlocks it after relocation to RAM and invalidates
1095 the locked entries.
1096
1097* Patch by Gleb Natapov, 30 Aug 2003:
1098 new I2C driver for mpc107 bridge. Now works from flash.
1099
1100* Patch by Dave Ellis, 11 Aug 2003:
1101 - JFFS2: fix typo in common/cmd_jffs2.c
1102 - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option
1103 - JFFS2: remove node version 0 warning
1104 - JFFS2: accept JFFS2 PADDING nodes
1105 - SXNI855T: add AM29LV800 support
1106 - SXNI855T: move environment from EEPROM to flash
1107 - SXNI855T: boot from JFFS2 in NOR or NAND flash
1108
1109* Patch by Bill Hargen, 11 Aug 2003:
1110 fixes for I2C on MPC8240
1111 - fix i2c_write routine
1112 - fix iprobe command
1113 - eliminates use of global variables, plus dead code, cleanup.
1114
wdenkde887eb2003-09-10 18:20:28 +00001115* Add support for USB Mass Storage Devices (BBB)
1116 (tested with USB memory sticks only)
1117
1118* Avoid flicker on TRAB's VFD
1119
wdenkeb20ad32003-09-05 23:19:14 +00001120* Add support for SK98xx driver
1121
1122* Add PCI support for SL8245 board
1123
1124* Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB)
1125 or 1 x AM29LV652 (two LV065 in one chip = 16 MB);
1126 Run IPB at 133 Mhz; adjust the MII clock frequency accordingly
1127
1128* Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16 MHz)
1129 to allow for more accurate baudrate settings
1130 (error now 0.7% at 115 kbps, instead of 3.5% before)
1131
1132* Patch by Andreas Mohr, 4 Sep 2003:
1133 Fix a lot of spelling errors
1134
wdenk232fe0b2003-09-02 22:48:03 +00001135* Add support for PPChameleon Eval Board
1136
1137* Add support for P3G4 board
1138
1139* Fix problem with MGT5100 FEC driver: add "early" MAC address
1140 initialization
1141
wdenk9a8965d2003-08-31 18:37:54 +00001142* Patch by Yuli Barcohen, 7 Aug 2003:
1143 check BCSR to detect if the board is configured in PCI mode
1144
wdenkde887eb2003-09-10 18:20:28 +00001145======================================================================
1146Changes for U-Boot 0.4.7:
1147======================================================================
1148
wdenk84650f52003-08-30 00:05:50 +00001149* Patch by Raghu Krishnaprasad, 7 Aug 2003:
1150 add support for Adder II MPC852T module
1151
wdenk7eaacc52003-08-29 22:00:43 +00001152* Patch by George G. Davis, 19 Aug 2003:
1153 fix TI Innovator/OMAP1510 pin configs
1154
1155* Patches by Kshitij, 18 Aug 2003
1156 - add support for arm926ejs cpu core
1157 - add support for TI OMAP 1610 Innovator Board
1158
wdenk710e3502003-08-29 20:57:53 +00001159* Patch by Yuli Barcohen, 14 Aug 2003:
1160 add support for bzip2 uncompression
1161
1162* Add GCC library to examples/Makefile so GCC utility functions will
1163 be resolved, too
1164
wdenk2191f502003-08-29 10:05:53 +00001165* Add I2C and RTC support for RMU board using software I2C driver
1166 (because of better response to iprobe command); fix problem with
1167 "reset" command
1168
stroese20a26922003-08-28 14:24:37 +00001169* Patch by Matthias Fuchs, 28 Aug 2003:
1170 Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to
1171 CONFIG_BOOTP_MAKS (see README).
1172
wdenkb10ba6b2003-08-28 09:41:22 +00001173* Fix ICU862 environment problem
1174
1175* Fix RAM size detection for RMU board
1176
1177* Implement "reset" for MGT5100/MPC5200 systems
1178
1179======================================================================
1180Changes for U-Boot 0.4.6:
1181======================================================================
1182
wdenk5d841732003-08-17 18:55:18 +00001183* Make Ethernet autonegotiation on INCA-IP work for all clock rates;
1184 allow selection of clock frequency as "make" target
1185
1186* Implement memory autosizing code for IceCube boards
1187
1188* Configure network port on INCA-IP for autonegotiation
1189
1190* Fix overflow problem in network timeout code
1191
1192* Patch by Richard Woodruff, 8 Aug 2003:
1193 Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
1194
wdenkb10ba6b2003-08-28 09:41:22 +00001195======================================================================
1196Changes for U-Boot 0.4.5:
1197======================================================================
1198
wdenkfb229ae2003-08-07 22:18:11 +00001199* Update for TQM board defaults:
1200 disable clocks_in_mhz, enable boot count limit
1201
dzuf6565c62003-08-07 15:04:48 +00001202* Removed tools/gdb from "make all" target. Added make target "gdbtools"
1203 in toplevel directory instead. Removed astest.c from tools/gdb because
1204 it is no longer relevant.
1205
wdenk02379022003-08-05 18:22:44 +00001206* Fix PCI support for MPC5200 / IceCube Board
1207
wdenk0a658552003-08-05 17:43:17 +00001208* Map ISP1362 USB OTG controller for NSCU board
1209
1210* Patch by Brad Parker, 02 Aug 2003:
1211 fix sc520_cdp problems
1212
1213* Implement Boot Cycle Detection (Req. 2.3 of OSDL CGL Reqirements)
1214
1215* Allow erase command to cross flash bank boundaries
1216
wdenke58b0dc2003-07-27 00:21:01 +00001217* Patch by Scott McNutt, 21 Jul 2003:
1218 Add support for LynuxWorks Kernel Downloadable Images (KDIs).
1219 Both LynxOS and BlueCat linux KDIs are supported.
1220
1221* Patch by Richard Woodruff, 25 Jul 2003:
1222 use more reliable reset for OMAP/925T
1223
1224* Patch by Nye Liu, 25 Jul 2003:
1225 fix typo in mpc8xx.h
1226
1227* Patch by Richard Woodruff, 24 Jul 2003:
1228 Fixes for cmd_nand.c:
1229 - Fixed null dereferece which could result in incorrect ECC values.
1230 - Added support for devices with no Ready/Busy signal hooked up.
1231 - Added OMAP1510 read/write protect handling.
1232 - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
1233 for non-JFFS2.
1234 - Switched default ECC to be JFFS2.
1235
wdenkb8463562003-07-26 08:08:08 +00001236* Allow crc32 to be used at address 0x000
1237
1238* Provide consistent interface to standalone applications to access
1239 the 'global_data' structure
1240 Provide a doc/README.standalone more useful to users/developers.
1241
1242* Make IceCube MGT5100 FEC driver work
1243
wdenk874ac262003-07-24 23:38:38 +00001244* Implement new mechanism to export U-Boot's functions to standalone
1245 applications: instead of using (PPC-specific) system calls we now
1246 use a jump table; please see doc/README.standalone for details
1247
1248* Patch by Dave Westwood, 24 Jul 2003:
1249 added support for Unity OS (a proprietary OS)
1250
1251* Patch by Detlev Zundel, 23 Jul 2003:
1252 add "imls" command to print flash table of contents
1253
1254* Fix cold boot detection for log buffer reset
1255
1256* Return error for invalid length specifiers with "cp.X" etc.
1257
1258* Fix startup problem on MIPS
1259
1260* Allow for CONFIG_SPLASH_SCREEN even when no explicit
1261 bitmap support is configured
1262
1263* Patch by Bill Hargen, 18 Jul 2003:
1264 - fix endinaness problem in cpu/mpc824x/drivers/i2c/i2c1.c
1265
1266* Patch by Denis Peter, 18 Jul 2003:
1267 - fix memory configuration for MIP405T
1268 - fix printout of baudrate for "loadb <loadaddr> <baudrate>"
1269
1270* Cleanup of TQM82xx configurations; use "official" board types
1271 to make selection easier.
1272
wdenk2bb11052003-07-17 23:16:40 +00001273* Patch by Martin Krause, 17 Jul 2003:
1274 add delay to get I2C working with "imm" command and s3c24x0_i2c.c
1275
1276* Patch by Richard Woodruff, 17 July 03:
stroese20a26922003-08-28 14:24:37 +00001277 - Fixed bug in OMAP1510 baud rate divisor settings.
wdenk2bb11052003-07-17 23:16:40 +00001278
1279* Patch by Nye Liu, 16 July 2003:
1280 MPC860FADS fixes:
1281 - add MPC86xADS support (uses MPC86xADS.h)
1282 - add 866P/T core support (also MPC859T/MPC859DSL/MPC852T)
1283 o PLPRCR changes
1284 o BRG changes (EXTAL/XTAL restricted to 10MHz)
1285 o don't trust gclk() software measurement by default, depend on
1286 CONFIG_8xx_GCLK_FREQ
1287 - add DRAM SIMM not installed detection
1288 - use more "correct" SDRAM initialization sequence
1289 - allow different SDRAM sizes (8xxADS has 8M)
1290 - default DER is 0
1291 - remove unused MAMR defines from FADS860T.h (all done in fads.c)
1292 - rename MAMR/MBMR defines to be more consistent. Should eventually
1293 be merged into MxMR to better reflect the PowerQUICC datasheet.
1294
1295* Patch by Yuli Barcohen, 16 Jul 2003:
1296 support new Motorola PQ2FADS-ZU evaluation board which replaced
1297 MPC8260ADS and MPC8266ADS
1298
1299======================================================================
wdenk21136db2003-07-16 21:53:01 +00001300Changes for U-Boot 0.4.4:
1301======================================================================
1302
1303* Add support for IceCube board (with MGT5100 and MPC5200 CPUs)
1304
1305* Add support for MGT5100 and MPC5200 processors
1306
1307* Patch by Lutz Dennig, 15 Jul 2003:
1308 update for R360MPI board
1309
1310======================================================================
wdenkdccbda02003-07-14 22:13:32 +00001311Changes for U-Boot 0.4.3:
wdenkb9bbd242003-06-30 16:24:52 +00001312======================================================================
1313
wdenkf6f96f72003-07-15 20:04:06 +00001314* Patches by Kshitij, 04 Jul 2003
wdenk21136db2003-07-16 21:53:01 +00001315 - added support for arm925t cpu core
wdenkf6f96f72003-07-15 20:04:06 +00001316 - added support for TI OMAP 1510 Innovator Board
1317
wdenkca9bc762003-07-15 07:45:49 +00001318* Patches by Martin Krause, 14 Jul 2003:
1319 - add I2C support for s3c2400 systems (trab board)
1320 - (re-) add "ping" to command table
1321
1322* Fix handling of "slow" POST routines
1323
wdenkdccbda02003-07-14 22:13:32 +00001324* Patches by Yuli Barcohen, 13 Jul 2003:
1325 - Correct flash and JFFS2 support for MPC8260ADS
1326 - fix PVR values and clock generation for PowerQUICC II family
1327 (8270/8275/8280)
1328
1329* Patch by Bernhard Kuhn, 08 Jul 2003:
1330 - add support for M68K targets
1331
1332* Patch by Ken Chou, 3 Jul:
1333 - Fix PCI config table for A3000
1334 - Fix iobase for natsemi.c
1335 (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
wdenk21136db2003-07-16 21:53:01 +00001336
wdenkdccbda02003-07-14 22:13:32 +00001337* Allow to enable "slow" POST routines by key press on power-on
1338* Fix temperature dependend switching of LCD backlight on LWMON
1339* Tweak output format for LWMON
1340
stroesebe848492003-07-11 08:23:12 +00001341* Patch by Stefan Roese, 11 Jul 2003:
1342 - Fix bug in CONFIG_VERSION_VARIABLE.
1343 - AR405 config updated.
1344 - OCRTC/ORSG: bsp command added.
1345 - ASH405 bsp update.
1346
wdenkdccbda02003-07-14 22:13:32 +00001347======================================================================
1348Changes for U-Boot 0.4.2:
1349======================================================================
1350
wdenk69141282003-07-07 20:07:54 +00001351* Add support for NSCU board
1352
1353* Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
1354
1355* Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
1356 mirror bit flash on TQM8xxM modules
1357
wdenkf287a242003-07-01 21:06:45 +00001358* Patch by Kenneth Johansson, 30 Jun 2003:
1359 get rid of MK_CMD_ENTRY macro; update doc/README.command
1360
wdenkb9bbd242003-06-30 16:24:52 +00001361* Patch by Seb James, 30 Jun 2003:
1362 Improve documentation of I2C configuration in README
1363
1364* Fix problems with previous log buffer "fixes"
1365
1366* Fix minor help text issues
1367
1368* "log append" did not append a newline
1369
1370======================================================================
wdenkf12e3962003-06-29 21:03:46 +00001371Changes for U-Boot 0.4.1:
wdenkc08f1582003-04-27 22:52:51 +00001372======================================================================
1373
wdenkf12e3962003-06-29 21:03:46 +00001374* Fix some missing commands, cleanup header files
1375 (autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
1376
wdenk3086a972003-06-28 23:11:04 +00001377* Rewrite command lookup and help command (fix problems with bubble
1378 sort when sorting command name list). Minor cleanup here and there.
1379
wdenkd9fce812003-06-28 17:24:46 +00001380* Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
1381 - Allow to call sysmon function interactively
1382 - PIC on LWMON board needs delay after power-on
1383 - Add missing RSR definitions for MPC8xx
1384 - Improve log buffer handling: guarantee clean reset after power-on
wdenkde887eb2003-09-10 18:20:28 +00001385 - Add support for EXBITGEN board (aka "genie")
wdenkd9fce812003-06-28 17:24:46 +00001386 - Add support for SL8245 board
1387
wdenk57b2d802003-06-27 21:31:46 +00001388* Code cleanup:
1389 - remove trailing white space, trailing empty lines, C++ comments, etc.
1390 - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
1391
1392* Patches by Kenneth Johansson, 25 Jun 2003:
1393 - major rework of command structure
1394 (work done mostly by Michal Cendrowski and Joakim Kristiansen)
1395
1396======================================================================
1397Changes for U-Boot 0.4.0:
1398======================================================================
1399
wdenk70764a32003-06-26 22:04:09 +00001400* Patches by Robert Schwebel, 26 Jun 2003:
wdenk57b2d802003-06-27 21:31:46 +00001401 - csb226 configuration updated
1402 - credits for logodl port updated
1403 - innokom configuration updated
1404 - logodl tree update, still with coding style inconsistencies
1405 - added OCM for ppc405 warning to README
wdenk70764a32003-06-26 22:04:09 +00001406
1407* Patch by Pantelis Antoniou, 25 Jun 2003:
1408 update NetVia with V2 board support
1409
wdenkbb2d9272003-06-25 22:26:29 +00001410* Header file cleanup for ARM
1411
1412* Patch by Murray Jensen, 24 Jun 2003:
1413 - make sure to use only U-boot provided header files
1414 - fix problems with ".rodata.str1.4" section as used by GCC-3.x
1415
stroeseab2751b2003-06-24 14:32:24 +00001416* Patch by Stefan Roese, 24 Jun 2003:
1417 - Update esd ASH405 board files.
1418 - Update esd DASA_SIM config file.
1419 - Add ping command to some esd boards.
1420
wdenk88d2ba92003-06-23 18:12:28 +00001421* Patch by Yuli Barcohen, 23 Jun 2003:
1422 Update for MPC8260ADS board
1423
1424* Patch by Murray Jensen, 23 Jun 2003:
1425 - cleanup of GCC 3.x compiler warnings
1426
wdenk56958612003-06-22 17:18:28 +00001427* Patch by Rune Torgersen, 4 Jun 2003:
1428 add large memory support for MPC8266ADS board
stroeseab2751b2003-06-24 14:32:24 +00001429
wdenk56958612003-06-22 17:18:28 +00001430* Patch by Richard Woodruff, 19 June 03:
1431 - Enabled standard u-boot device abstraction for ARM
1432 - Enabled console device for ARM
1433 - Initilized bi_baudrate for ARM
1434
1435* Patch by Bill Hargen, 23 Apr 2003:
1436 fix byte order for 824x I2C addresses (write op)
1437
wdenkdbae5042003-06-21 00:17:24 +00001438* Patch by Murray Jensen, 20 Jun 2003:
1439 - hymod update
1440 - cleanup (especially for gcc-3.x compilers)
1441
wdenkaaf48a92003-06-20 23:10:58 +00001442* Patch by Tom Guilliams, 20 Jun 2003:
1443 added CONFIG_750FX support for IBM 750FX processors
1444
wdenk8aeb24e2003-06-20 22:36:30 +00001445* Patch by Devin Crumb, 02 Apr 2003:
1446 Fix clock divider rounding problem in drivers/serial.c
1447
1448* Patch by Richard Woodruff, 19 June 03:
1449 - Fixed smc91c111 driver to sync with the u-boot environment
1450 (driver/smc91c111.c).
wdenk3e8b7dc2003-06-19 23:58:30 +00001451 - Added eth_init error return check in NetLoop (net/net.c).
1452
wdenk8aeb24e2003-06-20 22:36:30 +00001453* Patch by Ken Chou, 19 June 2003:
wdenk3e8b7dc2003-06-19 23:58:30 +00001454 Added support for A3000 SBC board (Artis Microsystems Inc.)
1455
wdenkb00ec162003-06-19 23:40:20 +00001456* Patches by Murray Jensen, 17 Jun 2003:
1457 - Hymod board database mods: add "who" field and new xilinx chip types
1458 - provide new "init_cmd_timeout()" function so code external to
1459 "common/main.c" can use the "reset_cmd_timeout()" function before
1460 entering the main loop
1461 - add DTT support for adm1021 (new file dtt/adm1021.c; config
1462 slightly different. see include/configs/hymod.h for an example
1463 (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
1464 CFG_DTT_ADM1021 defined)
1465 - add new "eeprom_probe()" function which has similar args and
1466 behaves in a similar way to "eeprom_read()" etc.
1467 - add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
1468 function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
1469 - gdbtools copyright update
1470 - ensure that set_msr() executes the "sync" and "isync" instructions
1471 after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
1472 - 8260 I/O ports fix: Open Drain should be set last when configuring
1473 - add SIU IRQ defines for 8260
1474 - allow LDSCRIPT override and OBJCFLAGS initialization: change to
1475 config.mk to allow board configurations to override the GNU
1476 linker script, selected via the LDSCRIPT, make variable, and to
1477 give an initial value to the OBJCFLAGS make variable
1478 - 8260 i2c enhancement:
1479 o correctly extends the timeout depending on the size of all
1480 queued messages for both transmit and receive
1481 o will not continue with receive if transmit times out
1482 o ensures that the error callback is done for all queued tx
1483 and rx messages
1484 o correctly detects both tx and rx timeouts, only delivers one to
1485 the callback, and does not overwrite an earlier error
1486 o logic in i2c_probe now correct
1487 - add "vprintf()" function so that "panic()" function can be
1488 technically correct
1489 - many Hymod board changes
1490
wdenk88e72a32003-06-19 23:04:19 +00001491* Patches by Robert Schwebel, 14 Jun 2003:
1492 - add support for Logotronic DL datalogger board
1493 - cleanup serial line after kermit binary download
1494 - add debugX macro (debug level support)
1495 - update mach-types.h to latest arm.linux.org.uk master list.
1496
wdenk7539dea2003-06-19 23:01:32 +00001497* Patches by David Müller, 12 Jun 2003:
1498 - rewrite of the S3C24X0 register definitions stuff
1499 - "driver" for the built-in S3C24X0 RTC
1500
1501* Patches by Yuli Barcohen, 12 Jun 2003:
1502 - Add MII support and Ethernet PHY initialization for MPC8260ADS board
1503 - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset
1504 configuration word supplied by FPGA on some MPC8260ADS boards
1505
1506* Patch by Pantelis Antoniou, 10 Jun 2003:
1507 Unify status LED interface
1508
wdenkd155afb2003-06-18 20:22:24 +00001509* Add support for DS12887 RTC; add RTC support for ATC board
1510
wdenk381669a2003-06-16 23:50:08 +00001511* Patch by Nicolas Lacressonniere, 11 Jun 2003:
1512 Modifications for Atmel AT91RM9200DK ARM920T based development kit
1513 - Add Atmel DataFlash support for reading and writing.
stroeseab2751b2003-06-24 14:32:24 +00001514 - Add possibility to boot a Linux from DataFlash with BOOTM command.
wdenk381669a2003-06-16 23:50:08 +00001515 - Add Flash detection on Atmel AT91RM9200DK
1516 (between Atmel AT49BV1614 and AT49BV1614A flashes)
1517 - Replace old Ethernet PHY layer functions
1518 - Change link address
1519
1520* Patch by Frank Smith, 9 Jun 2003:
1521 use CRIT_EXCEPTION for machine check on 4xx
1522
1523* Patch by Detlev Zundel, 13 Jun 2003:
1524 added implementation of the "carinfo" command in cmd_immap.c
1525
wdenk7a428cc2003-06-15 22:40:42 +00001526* Fix CONFIG_NET_MULTI support in include/net.h
1527
1528* Patches by Kyle Harris, 13 Mar 2003:
1529 - Add FAT partition support
1530 - Add command support for FAT
1531 - Add command support for MMC
1532 ----
1533 - Add Intel PXA support for video
1534 - Add Intel PXA support for MMC
1535 ----
1536 - Enable MMC and FAT for lubbock board
1537 - Other misc changes for lubbock board
1538
wdenkb2abefb2003-06-06 11:20:01 +00001539* Patch by Robert Schwebel, April 02, 2003:
1540 fix for SMSC91111 driver
1541
wdenk77934442003-06-05 19:37:36 +00001542* Patch by Vladimir Gurevich, 04 Jun 2003:
1543 make ppc405 ethernet driver compatible with CONFIG_NET_MULTI option
1544
stroese98636162003-06-05 15:44:37 +00001545* Patch by Stefan Roese, 05 Jun 2003:
1546 - PPC4xx: Fix bug for initial stack in data cache as pointed out by
1547 Thomas Schaefer (tschaefer@giga-stream.de). Now inital stack in
1548 data cache can be used even if the chip select is in use.
1549 - CFG_RX_ETH_BUFFER added to set the ethernet receive buffer count
1550 (see README for further description).
1551 - Changed config files of CONFIG_EEPRO100 boards to use the
1552 CFG_RX_ETH_BUFFER define.
1553
wdenke6466f62003-06-05 19:27:42 +00001554* Add support for RMU board
1555
1556* Add support for TQM862L at 100/50 MHz
1557
1558* Patch by Pantelis Antoniou, 02 Jun 2003:
1559 major reconstruction of networking code;
1560 add "ping" support (outgoing only!)
1561
wdenke39c2842003-06-04 15:05:30 +00001562* Patch by Denis Peter, 04 June 2003:
1563 add support for the MIP405T board
1564
wdenk4e112c12003-06-03 23:54:09 +00001565* Patches by Udi Finkelstein, 2 June 2003:
1566 - Added support for custom keyboards, initialized by defining a
1567 board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD .
1568 - Added support for the RBC823 board.
1569 - cpu/mpc8xx/lcd.c now automatically calculates the
1570 Horizontal Pixel Count field.
1571
1572* Fix alignment problem in BOOTP (dhcp_leasetime option)
1573 [pointed out by Nicolas Lacressonnière, 2 Jun 2003]
1574
1575* Patch by Mark Rakes, 14 May 2003:
1576 add support for Intel e1000 gig cards.
1577
1578* Patch by Nye Liu, 3 Jun 2003:
1579 fix critical typo in MAMR definition (include/mpc8xx.h)
1580
1581* Fix requirement to align U-Boot image on 16 kB boundaries on PPC.
1582
1583* Patch by Klaus Heydeck, 2 Jun 2003
1584 Minor changes for KUP4K configuration
1585
wdenkabda5ca2003-05-31 18:35:21 +00001586* Patch by Marc Singer, 29 May 2003:
1587 Fixed rarp boot method for IA32 and other little-endian CPUs.
1588
1589* Patch by Marc Singer, 28 May 2003:
1590 Added port I/O commands.
1591
1592* Patch by Matthew McClintock, 28 May 2003
1593 - cpu/mpc824x/start.S: fix relocation code when booting from RAM
1594 - minor patches for utx8245
1595
1596* Patch by Daniel Engström, 28 May 2003:
1597 x86 update
1598
1599* Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
1600 add nand flash support to SXNI855T configuration
1601 fix/extend nand flash support:
1602 - fix 'nand erase' command so does not erase bad blocks
1603 - fix 'nand write' command so does not write to bad blocks
1604 - fix nand_probe() so handles no flash detected properly
1605 - add doc/README.nand
1606 - add .jffs2 and .oob options to nand read/write
1607 - add 'nand bad' command to list bad blocks
1608 - add 'clean' option to 'nand erase' to write JFFS2 clean markers
1609 - make NAND read/write faster
1610
1611* Patch by Rune Torgersen, 23 May 2003:
1612 Update for MPC8266ADS board
1613
wdenkb9a83a92003-05-30 12:48:29 +00001614* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length
1615 instead CFG_MONITOR_LEN is now only used to determine _at_compile_
1616 _time_ (!) if the environment is embedded within the U-Boot image,
1617 or in a separate flash sector.
1618
1619* Cleanup CFG_DER #defines in config files (wd maintained only)
1620
wdenkf4688a22003-05-28 08:06:31 +00001621* Fix data abort exception handling for arm920t CPU
1622
1623* Fix alignment problems with flash driver for TRAB board
1624
1625* Patch by Donald White, 21 May 2003:
1626 fix calculation of base address in pci_hose_config_device()
1627
1628* Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
1629 execute "cmd2", even if "cmd1" fails. Note that this is different
1630 to "run var1 var2" where the contents of "var2" will NOT be
1631 executed when a command in "var1" fails.
1632
wdenk6f770ed2003-05-23 23:18:21 +00001633* Add zero-copy ramdisk support (requires corresponding kernel support!)
1634
wdenk0463e042003-05-23 12:36:20 +00001635* Patch by Kyle Harris, 20 May 2003:
1636 In preparation for an ixp port, rename cpu/xscale and arch-xscale
1637 into cpu/pxa and arch-pxa.
1638
stroeseab38cf32003-05-23 11:49:24 +00001639* Patch by Stefan Roese, 23 May 2003:
1640 - IBM PPC405EP port added.
1641 - CONFIG_UART1_CONSOLE added. If defined internal UART1 (and not
1642 UART0) is used as default U-Boot console. PPC4xx only!
1643 - esd ASH405 board added (PPC405EP based).
1644 - BUBINGA405EP board added (PPC405EP based - IBM Eval Board).
1645 - esd CPCI405AB board added.
1646 - esd PMC405 board added.
1647 - Update of some esd boards.
1648
wdenk7d076412003-05-23 11:38:58 +00001649* Patch by Denis Peter, 19 Mai 2003:
1650 add support for the MIP405-3 board
1651
wdenkbf2f8c92003-05-22 22:52:13 +00001652* Patch by Dave Ellis, 22 May 2003:
1653 Fix problem with only partially cleared .bss segment
1654
1655* Patch by Rune Torgersen, 12 May 2003:
1656 get PCI to work on a MPC8266ADS board; incorporate change to
1657 cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
1658
1659* Patch by Nye Liu, 1 May 2003:
1660 minor patches for the FADS8xx
1661
1662* Patch by Thomas Schäfer, 28 Apr 2003:
1663 Fix SPD handling for 256 ECC DIMM on Walnut
1664
wdenk6bd7b5d2003-05-21 20:26:20 +00001665* Add support for arbitrary bitmaps for TRAB's VFD command;
1666 allow to pass boot bitmap addresses in environment variables;
1667 allow for zero boot delay
wdenk26991552003-05-20 20:49:01 +00001668
1669* Patch by Christian Geißinger, 19 May 2002:
1670 On TRAB: wait until the dummy byte has been completely sent
1671
wdenk0893c472003-05-20 14:25:27 +00001672* Patch by David Updegraff, 22 Apr 2003:
1673 update for CrayL1 board
1674
1675* Patch by Pantelis Antoniou, 21 Apr 2003:
1676 add boot support for ARTOS (a proprietary OS)
1677
1678* Patch by Steven Scholz, 11 Apr 2003:
1679 Add support for RTC DS1338
1680
1681* Patch by Rod Boyce, 24 Jan 2003:
1682 Fix counting of extended partitions in diskboot command
1683
wdenkc394e392003-05-20 10:58:04 +00001684* Patch by Christophe Lindheimer, 20 May 2003:
1685 allow the use of CFG_LOADS when CFG_NO_FLASH is set
1686
wdenk6099e872003-05-20 10:39:44 +00001687* Fix SDRAM timing on Purple board
1688
wdenke5d61c72003-05-18 11:30:09 +00001689* Add support for CompactFlash on ATC board
1690 (includes support for Intel 82365 and compatible PC Card controllers,
1691 and Yenta-compatible PCI-to-CardBus controllers)
1692
wdenkaa603362003-05-12 21:50:16 +00001693* Patch by Mathijs Haarman, 08 May 2003:
1694 Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
1695
wdenke2e3f632003-05-03 23:33:47 +00001696* Fix problem with usage of "true" (undefined in current versions of bfd.h)
1697
wdenk541a76d2003-05-03 15:50:43 +00001698* Add support for Promess ATC board
1699
1700* Patch by Keith Outwater, 28 Apr 2003:
1701 - Miscellaneous corrections and additions to GEN860T board specific code.
1702 - Added GEN860_SC variant to GEN860T.
1703 - Miscellaneous corrections to GEN860T documentation.
1704 - Correct duplicate entry in U-Boot CREDITS file.
1705 - Add GEN860T_SC entry in MAINTAINERS file.
1706 - Update CREDITS file with GEN860T_SC info.
1707
1708* Update Smiths Aerospace addresses in MAINTAINERS file
1709
1710* Fix error handling in hush's version of "run" command
1711
wdenkc08f1582003-04-27 22:52:51 +00001712* LWMON extensions:
1713 - Splashscreen support
1714 - modem support
1715 - sysmon support
1716 - temperature dependend enabling of LCD
1717
1718* Allow booting from old "PPCBoot" disk partitions
1719
1720* Add support for TQM8255 Board / MPC8255 CPU
1721
1722======================================================================
wdenkedaa4892003-04-20 17:41:25 +00001723Changes for U-Boot 0.3.1:
wdenk6bd14892003-04-10 11:18:18 +00001724======================================================================
1725
wdenk92bbe3f2003-04-20 14:04:18 +00001726* Make sure Block Lock Bits get cleared in R360MPI flash driver
1727
1728* MPC823 LCD driver: Fill color map backwards, to allow for steady
1729 display when Linux takes over
1730
1731* Patch by Erwin Rol, 27 Feb 2003:
1732 Add support for RTEMS (this time for real).
1733
1734* Add support for "bmp info" and "bmp display" commands to load
1735 bitmap images; this can be used (for example in a "preboot"
1736 command) to display a splash screen very quickly after poweron.
1737
1738* Add support for 133 MHz clock on INCA-IP board
1739
wdenk3f9ab982003-04-12 23:38:12 +00001740* Patch by Lutz Dennig, 10 Apr 2003:
1741 Update for R360MPI board
1742
1743* Add new meaning to "autostart" environment variable:
1744 If set to "no", a standalone image passed to the
1745 "bootm" command will be copied to the load address
1746 (and eventually uncompressed), but NOT be started.
1747 This can be used to load and uncompress arbitrary
1748 data.
1749
stroeseee14b832003-04-10 13:30:28 +00001750* Patch by Stefan Roese, 10 Apr 2003:
wdenk3f9ab982003-04-12 23:38:12 +00001751 Changed DHCP client to use IP address from server option field #54
1752 from the OFFER packet in the server option field #54 in the REQUEST
1753 packet. This fixes a problem using a Windows 2000 DHCP server,
1754 where the DHCP-server is not the TFTP-server.
1755
1756* Set max brightness for MN11236 displays on TRAB board
stroeseee14b832003-04-10 13:30:28 +00001757
wdenk6bd14892003-04-10 11:18:18 +00001758* Add support for TQM862L modules
1759
1760======================================================================
wdenka6db71d2003-04-08 23:25:21 +00001761Changes for U-Boot 0.3.0:
wdenkeda42082003-01-17 16:27:01 +00001762======================================================================
1763
wdenkb02744a2003-04-05 00:53:31 +00001764* Patch by Arun Dharankar, 4 Apr 2003:
1765 Add IDMA example code (tested on 8260 only)
1766
1767* Add support for Purple Board (MIPS64 5Kc)
1768
1769* Add support for MIPS64 5Kc CPUs
1770
1771* Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS
1772
1773* Patch by Denis Peter, 04 Apr 2003:
1774 - update MIP405-4 board
1775
stroese2606cf12003-04-04 16:55:30 +00001776* Patch by Stefan Roese, 4 Apr 2003:
1777 - U-Boot version environment variable "ver" added
1778 (CONFIG_VERSION_VARIABLE).
1779 - Changed PPC405GPr version from A to B.
1780 - Changed CPCI405 to use CTS instead of DSR on PPC405 UART1.
1781
wdenkb02744a2003-04-05 00:53:31 +00001782* Patches by Denis Peter, 03 April 2003:
1783 - fix PCI IRQs on MPL boards
1784 - fix two more un-relocated pointer problems
1785
1786* Fix behaviour of "run" command:
1787 - print error message iv variable does not exist
1788 - terminate processing of arguments in case of error
1789
1790* Patches by Peter Figuli, 10 Mar 2003
1791 - Add support for BTUART on PXA platform
1792 - Add support for WEP EP250 (PXA) board
1793
1794* Fix flash problems on INCA-IP; add tool to allow bruning images to
1795 flash using a BDI2000
1796
1797* Implement fix for I2C Edge Conditions problem for all boards that
1798 use the bit-banging driver (common/soft_i2c.c)
1799
wdenk359733b2003-03-31 17:27:09 +00001800* Patch by Martin Winistoerfer, 23 Mar 2003
1801 - Add port to MPC555/556 microcontrollers
1802 - Add support for cmi customer board with
1803 Intel 28F128J3A, 28F320J3A or 28F640J3A flash.
1804
1805* Patch by Rick Bronson, 28 Mar 2003:
1806 - fix common/cmd_nand.c
1807
wdenk8dba0502003-03-31 16:34:49 +00001808* Patch by Arun Dharankar, 24 Mar 2003:
1809 - add threads / scheduler example code
1810
1811* Add patches by Robert Schwebel, 31 Mar 2003:
1812 - add ctrl-c support for kermit download
1813 - align bdinfo output on ARM
wdenkb02744a2003-04-05 00:53:31 +00001814 - csb226 board: bring in sync with innokom/memsetup.S
1815 - csb226 board: fix MDREFR handling
1816 - misc doc fixes / extensions
1817 - innokom board: cleanup, MDREFR fix in memsetup.S, config update
1818 - add BOOT_PROGRESS to armlinux.c
wdenk8dba0502003-03-31 16:34:49 +00001819
stroese2606cf12003-04-04 16:55:30 +00001820* Add CPU ID, version, and clock speed for INCA-IP
wdenk8dba0502003-03-31 16:34:49 +00001821
wdenk5840af22003-03-28 14:40:36 +00001822* Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:
1823 - fix SRAM and SDRAM memory sizing
1824 - add status LED support
1825 - add MAC address for second (SCC1) ethernet port
1826
1827* Update default environment for TQM8260 board
1828
wdenkc8434db2003-03-26 06:55:25 +00001829* Patch by Rick Bronson, 16 Mar 2003:
wdenkbb1b8262003-03-27 12:09:35 +00001830 - Add NAND flash support for reading, writing, and erasing NAND
1831 flash (certain forms of which are called SmartMedia).
1832 - Add support for Atmel AT91RM9200DK ARM920T based development kit.
wdenkc8434db2003-03-26 06:55:25 +00001833
1834* Patches by Robert Schwebel, 19 Mar 2003:
1835 - use arm-linux-gcc as default compiler for ARM
1836 - fix i2c fixup code
1837 - fix missing baudrate setting
1838 - added $loadaddr / CFG_LOAD_ADDR support to loadb
1839 - moved "ignoring trailing characters" _before_ u-boot wants to
1840 print out diagnostics messages; removes bogus characters at the
1841 end of transmission
1842
1843* Patch by John Zhan, 18 Mar 2003:
1844 Add support for SinoVee Microsystems SC8xx boards
1845
1846* Patch by Rolf Offermanns, 21 Mar 2003:
1847 ported the dnp1110 related changes from the current armboot cvs to
1848 current u-boot cvs. smc91111 does not work. problem marked in
1849 smc91111.c, grep for "FIXME".
1850
1851* Patch by Brian Auld, 25 Mar 2003:
1852 Add support for STM flash chips on ebony board
1853
wdenk28536032003-03-25 16:50:56 +00001854* Add PCI support for MPC8250 Boards (PM825 module)
1855
stroesea95be4d2003-03-25 14:44:48 +00001856* Patch by Stefan Roese, 25 Mar 2003:
1857 - PCI405 update.
1858
stroesef2afa912003-03-20 15:32:59 +00001859* Patch by Stefan Roese, 20 Mar 2003:
1860 - CPCI4052 update (support for revision 3).
1861 - Set edge conditioning circuitry on PPC405GPr for compatibility
1862 to existing PPC405GP designs.
1863 - Clip udiv to 5 bits on PPC405 (serial.c).
1864
wdenkbb1b8262003-03-27 12:09:35 +00001865* Extend INCAIP board support:
1866 - add automatic RAM size detection
1867 - add "bdinfo" command
1868 - pass flash address and size to Linux kernel
1869 - switch to 150 MHz clock
1870
wdenk6b58f332003-03-14 20:47:52 +00001871* Avoid flicker on the TRAB's VFD by synchronizing the enable with
1872 the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
1873 boards, version 153 for Rev. 200 boards).
1874
1875* Patch by Vladimir Gurevich, 12 Mar 2003:
1876 Fix relocation problem of statically initialized string pointers
1877 in common/cmd_pci.c
1878
1879* Patch by Kai-Uwe Blöm, 12 Mar 2003:
1880 Cleanup & bug fixes for JFFS2 code:
1881 - the memory mangement was broken. It caused havoc on malloc by
1882 writing beyond the block boundaries.
1883 - the length calculation for files was wrong, sometimes resulting
1884 in short file reads.
1885 - data copying now optionally takes fragment version numbers into
1886 account, to avoid copying from older data.
1887 See doc/README.JFFS2 for details.
1888
wdenkef5fe752003-03-12 10:41:04 +00001889* Patch by Josef Wagner, 12 Mar 2003:
1890 - 16/32 MB and 50/80 MHz support with auto-detection for IP860
1891 - ETH05 and BEDBUG support for CU824
1892 - added support for MicroSys CPC45
1893 - new BOOTROM/FLASH0 and DOC base for PM826
1894
1895* Patch by Robert Schwebel, 12 Mar 2003:
1896 Fix the chpart command on innokom board
1897
1898* Name cleanup:
1899 mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
1900 s/PPCBoot/U-Boot/ in some files
1901 s/pImage/uImage/ in some files
1902
1903* Patch by Detlev Zundel, 15 Jan 2003:
1904 Fix '' command line quoting
1905
1906* Patch by The LEOX team, 19 Jan 2003:
1907 - add support for the ELPT860 board
1908 - add support for Dallas ds164x RTC
1909
wdenk1fe2c702003-03-06 21:55:29 +00001910* Patches by David Müller, 31 Jan 2003:
1911 - minimal setup for CardBus bridges
1912 - add EEPROM read/write support in the CS8900 driver
1913 - add support for the builtin I2C controller in the Samsung s3c24x0 chips
wdenkef5fe752003-03-12 10:41:04 +00001914 - add support for MPL's VCMA9 (Samsung s3c2410 based) board
wdenk1fe2c702003-03-06 21:55:29 +00001915
1916* Patch by Steven Scholz, 04 Feb 2003:
1917 add support for RTC DS1307
1918
1919* Patch by Reinhard Meyer, 5 Feb 2003:
1920 fix PLPRCR/SCCR init sequence on 8xx to allow for
1921 changes of EBDF by software
1922
1923* Patch by Vladimir Gurevich, 07 Feb 2003:
1924 "API-compatibility patch" for 4xx I2C driver
1925
1926* TRAB fixes / extensions:
1927 - Restore VFD brightness as saved in environment
wdenkd155afb2003-06-18 20:22:24 +00001928 - add support for Fujitsu flashes
wdenk1fe2c702003-03-06 21:55:29 +00001929 - make sure both buzzers are turned off (drive low level)
1930
wdenkcc1e2562003-03-06 13:39:27 +00001931* Patches by Robert Schwebel, 06 Mar 2003:
1932 - fix bug in BOOTP code (must use NetCopyIP)
1933 - update of CSB226 port
1934 - clear BSS segment on XScale
1935 - added support for i2c_init_board() function
1936 - update to the Innokom plattform
1937
1938* Extend support for redundand environments for configurations where
1939 environment size < sector size
1940
wdenkb666c8f2003-03-06 00:58:30 +00001941* Patch by Rune Torgersen, 13 Feb 2003:
1942 Add support for Motorola MPC8266ADS board
1943
1944* Patch by Kyle Harris, 19 Feb 2003:
1945 patches for the Intel lubbock board:
1946 memsetup.S - general cleanup (based on Robert's csb226 code)
1947 flash.c - overhaul, actually works now
1948 lubbock.c - fix init funcs to return proper value
1949
1950* Patch by Kenneth Johansson, 26 Feb 2003:
stroesef2afa912003-03-20 15:32:59 +00001951 - Fixed off by one in RFTA calculation.
wdenkb666c8f2003-03-06 00:58:30 +00001952 - No need to abort when LDF is lower than we can program it's only
stroesef2afa912003-03-20 15:32:59 +00001953 minimum timing so clamp it to what we can do.
wdenkb666c8f2003-03-06 00:58:30 +00001954 - Takes function pointer to function for reading the spd_nvram. Usefull
1955 for faking data or hardcode a module without the nvram.
1956 - fix other user for above change
1957 - fix some comments.
1958
1959* Patches by Brian Waite, 26 Feb 2003:
1960 - fix port for evb64260 board
1961 - fix PCI for evb64260 board
1962 - fix PCI scan
1963
1964* Patch by Reinhard Meyer, 1 Mar 2003:
1965 Add support for EMK TOP860 Module
1966
1967* Patch by Yuli Barcohen, 02 Mar 2003:
1968 Add SPD EEPROM support for MPC8260ADS board
1969
wdenk4a5c8a72003-03-06 00:02:04 +00001970* Patch by Robert Schwebel, 21 Jan 2003:
1971 - Add support for Innokom board
1972 - Don't complain if "install" fails
1973 - README cleanup (remove duplicated lines)
1974 - Update PXA header files
1975
1976* Add documentation for existing POST code (doc/README.POST)
1977
1978* Patch by Laudney Ren, 15 Jan 2003:
1979 Fix handling of redundand environment in "tools/envcrc.c"
1980
1981* Patch by Detlev Zundel, 28 Feb 2003:
1982 Add bedbug support for 824x systems
1983
1984* Add support for 16 MB flash configuration of TRAB board
1985
1986* Patch by Erwin Rol, 27 Feb 2003:
1987 Add support for RTEMS
1988
1989* Add image information to README
1990
stroesefd4b5a72003-02-18 11:30:24 +00001991* Patch by Stefan Roese, 18 Feb 2003:
1992 CPCIISER4 configuration updated.
1993
stroese85d0fec2003-02-17 16:06:06 +00001994* Patch by Stefan Roese, 17 Feb 2003:
1995 Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
1996
stroesef5dd4102003-02-14 11:21:23 +00001997* Patch by Stefan Roese, 13 Feb 2003:
1998 Add "pcidelay" environment variable (in ms, enabled via
1999 CONFIG_PCI_BOOTDELAY).
2000 PCI spec 2.2 defines, that a pci target has 2^25 pci clocks after
2001 RST# to respond to configuration cycles (33MHz -> 1s).
2002
wdenk4a5c8a72003-03-06 00:02:04 +00002003* Fix dual PCMCIA slot support (when running with just one
2004 slot populated)
2005
2006* Add VFD type detection to trab board
2007
2008* extend drivers/cs8900.c driver to synchronize ethaddr environment
2009 variable with value in the EEPROM
2010
stroese91ee5282003-02-10 16:39:00 +00002011* Patch by Stefan Roese, 10 Feb 2003:
2012 Add support for 4MB and 128MB onboard SDRAM (cpu/ppc4xx/sdram.c)
2013
wdenkbb1b8262003-03-27 12:09:35 +00002014* Add support for MIPS32 4Kc CPUs
2015
2016* Add support for INCA-IP Board
2017
wdenk4a5c8a72003-03-06 00:02:04 +00002018======================================================================
2019Changes for U-Boot 0.2.2:
2020======================================================================
2021
wdenkeda42082003-01-17 16:27:01 +00002022* Add dual ethernet support on PM826
2023
2024* Add support for LXT971 PHY on PM826
2025
2026* Patch by Tord Andersson, 16 Jan 2003:
2027 Fix flash sector count for TQM8xxL
2028
2029* Fix I2C EEPROM problem on ICU862 board (would only write the first
2030 16 bytes out of each 32 byte block)
2031
2032======================================================================
2033Changes for U-Boot 0.2.1:
wdenk2f87a3f2002-12-20 23:42:25 +00002034======================================================================
2035
wdenk2dad91b2003-01-13 23:54:46 +00002036* Add support for V37 board
2037 (patch by Jón Benediktsson, 11 Dec 2002)
2038
wdenke7f34c62003-01-11 09:48:40 +00002039* Update baudrate in bd_info when it gets changed
2040
2041* Add watchdog trigger points while waiting for serial port
2042 (so far only 8xx -- needed on LWMON with 100ms watchdog)
2043
2044* Improve command line tool to access the U-Boot's environment
2045 (figuration of the utility, using a config file)
2046
wdenk654868c2003-01-02 23:57:29 +00002047* Add single quote support for (old) command line parser
2048
wdenk2f87a3f2002-12-20 23:42:25 +00002049* Switch LWMON board default config from FRAM to EEPROM;
2050 in POST, EEPROM shows up on 8 addresses
2051
2052======================================================================
wdenka08708c2002-12-17 18:07:30 +00002053Changes for U-Boot 0.2.0:
wdenk24ee89b2002-11-03 17:56:27 +00002054======================================================================
2055
wdenk34b613e2002-12-17 01:51:00 +00002056* Use 1-byte-read instead of -write for iprobe() function
2057 Add i2c commands to PM826 config
2058
2059* extend I2C POST code: check for list on known addresses
2060
wdenk9dfa8d12002-12-08 09:53:23 +00002061* Improve log buffer code; use "loglevel" to decide which messages
2062 to log on the console, too (like in Linux); get rid of "logstart"
2063
2064* Add command line tool to access the U-Boot's environment
2065 (board-specific for TRAB now, to be fixed later)
2066
wdenkbb444c92002-12-07 00:20:59 +00002067* Patch by Hans-Joerg Frieden, 06 Dec 2002
2068 Fix misc problems with AmigaOne support
2069
2070* Patch by Chris Hallinan, 3 Dec 2002:
2071 minor cleanup to the MPC8245 EPIC driver
2072
2073* Patch by Pierre Aubert , 28 Nov 2002
2074 Add support for external (SIU) interrupts on MPC8xx
2075
2076* Patch by Pierre Aubert , 28 Nov 2002
2077 Fix nested syscalls bug in standalone applications
2078
2079* Patch by David Müller, 27 Nov 2002:
2080 fix output of "pciinfo" command for CardBus bridge devices.
2081
2082* Fix bug in TQM8260 board detection - boards got stuck when board ID
2083 was not readable
2084
wdenk90e7e422002-12-04 23:39:58 +00002085* Add LED indication for IDE activity on KUP4K board
2086
wdenk9dd2b882002-12-03 21:28:10 +00002087* Fix startup problems with VFD display on TRAB
2088
2089* Patch by Pierre Aubert, 20 Nov 2002
2090 Add driver for Epson SED13806 graphic controller.
2091 Add support for BMP logos in cfb_console driver.
2092
wdenk2029f4d2002-11-21 23:11:29 +00002093* Added support for both PCMCIA slots (at the same time!) on MPC8xx
2094
2095* Patch by Rod Boyce, 21 Nov 2002:
2096 fix PCMCIA on MBX8xx board
2097
2098* Patch by Pierre Aubert , 21 Nov 2002
2099 Add CFG_CPM_POST_WORD_ADDR to make the offset of the
2100 bootmode word in DPRAM configurable
2101
wdenk67ff36c2002-11-19 23:01:07 +00002102* Patch by Daniel Engström, 18 Nov 2002:
2103 Fixes for x86 port (mostly strings issues)
2104
2105* Patch by Ken Chou, 18 Nov 2002:
2106 Fix for natsemi NIC cards (DP83815)
2107
2108* Patch by Pierre Aubert, 19 Nov 2002:
2109 fix a bug for the MII configuration, and some warnings
2110
wdenk452cfd62002-11-19 11:04:11 +00002111* Patch by Thomas Frieden, 13 Nov 2002:
2112 Add code for AmigaOne board
2113 (preliminary merge to U-Boot, still WIP)
2114
2115* Patch by Jon Diekema, 12 Nov 2002:
2116 - Adding URL for IEEE OUI lookup
2117 - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
2118 being defined.
2119 - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
2120 root-on-nfs macros are designed to switch how the default boot
2121 method gets defined.
2122
wdenk591dda52002-11-18 00:14:45 +00002123* Patch by Daniel Engström, 13 Nov 2002:
2124 Add support for i386 architecture and AMD SC520 board
2125
2126* Patch by Pierre Aubert, 12 Nov 2002:
2127 Add support for DOS filesystem and booting from DOS floppy disk
2128
wdenk2582f6b2002-11-11 21:14:20 +00002129* Patch by Jim Sandoz, 07 Nov 2002:
2130 Increase number of network RX buffers (PKTBUFSRX in
2131 "include/net.h") for EEPRO100 based boards (especially SP8240)
2132 which showed "Receiver is not ready" errors when U-Boot was
2133 processing the receive buffers slower than the network controller
2134 was filling them.
2135
wdenkc217f6d2002-11-11 02:11:37 +00002136* Patch by Andreas Oberritter, 09 Nov 2002:
2137 Change behaviour of NetLoop(): return -1 for errors, filesize
2138 otherwise; return code 0 is valid an means no file loaded - in this
2139 case the environment still gets updated!
2140
2141* Patches by Jon Diekema, 9 Nov 2002:
2142 - improve ADC/DAC clocking on the SACSng board to align
2143 the failing edges of LRCLK and SCLK
2144 - sbc8260 configuration tweaks
2145 - add status LED support for 82xx systems
2146 - wire sspi/sspo commands into command handler; improved error
2147 handlering
2148 - add timestamp support and alternate memory test to the
2149 SACSng configuration
2150
2151* Patch by Vince Husovsky, 7 Nov 2002:
wdenk1272e232002-11-10 22:06:23 +00002152 Add "-n" to linker options to get rid of "Not enough room for
2153 program headers" problem
2154
2155* Patch by David Müller, 05 Nov 2002
2156 Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
2157 so we can use an already existing name
2158
2159* Patch by Pierre Aubert, 05 Nov 2002
2160 Hardware relatied improvments in FDC boot code
2161
2162* Patch by Holger Schurig, 5 Nov 2002:
2163 Make the PXA really change it's frequency
2164
2165* Patch by Pierre Aubert, 05 Nov 2002
2166 Add support for slave serial Spartan 2 FPGAs
2167
2168* Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet
2169 drivers
2170
wdenk56f94be2002-11-05 16:35:14 +00002171* Add support for log buffer which can be passed to Linux kernel's
2172 syslog mechanism; used especially for POST results.
2173
2174* Patch by Klaus Heydeck, 31 Oct 2002:
2175 Add initial support for kup4k board
2176
wdenk384ae022002-11-05 00:17:55 +00002177* Patch by Robert Schwebel, 04 Nov 2002:
2178 - use watchdog to reset PXA250 systems
2179 - added progress callbacks to (some of the) ARM code
2180 - update for Cogent CSB226 board
2181
2182* Add support for FPS860 board
2183
wdenke95b61c2002-11-04 16:02:40 +00002184* Patch by Guillaume Alexandre,, 04 Nov 2002:
2185 Improve PCI access on 32-bits Compact PCI bus
2186
wdenk24ee89b2002-11-03 17:56:27 +00002187* Fix mdelay() on TRAB - this was still the debugging version with
2188 seconds instead of ms.
2189
2190* Patch by Robert Schwebel, 1 Nov 2002:
2191 XScale related cleanup (affects all ARM boards)
2192
2193* Cleanup of names and README.
wdenkcc1c8a12002-11-02 22:58:18 +00002194
2195======================================================================
wdenk24ee89b2002-11-03 17:56:27 +00002196Notes for U-Boot 0.1.0:
wdenkcc1c8a12002-11-02 22:58:18 +00002197======================================================================
2198
2199This is the initial version of "Das U-Boot", the Universal Boot Loader.
2200
2201It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
2202For information about the history of the project please see the
2203PPCBoot project page at http://sourceforge.net/projects/ppcboot
2204
2205======================================================================