]> git.ipfire.org Git - thirdparty/u-boot.git/blame - CHANGELOG
Update for esd voh405 fpga image
[thirdparty/u-boot.git] / CHANGELOG
CommitLineData
a1191902
WD
1======================================================================
2Changes for U-Boot 1.1.3:
3======================================================================
4
e9684a53
SR
5* Patch by Stefan Roese, 14 March 2005:
6 Update for esd voh405 fpga image
7
f4733a07
WD
8* Add port initialization for digital I/O on INKA4x0
9
47b1e3d7
SR
10* Patch by Stefan Roese, 01 March 2005:
11 Update for esd boards dp405 and hub405
12
b05dcb58
WD
13* Fix get_partition_info() parameter error in all other calls
14 (common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c).
15
16* Enable USB and IDE support for INKA4x0 board
17
18* Patch by Andrew Dyer, 28 February 2005:
19 fix ext2load passing an incorrect pointer to get_partition_info()
20 resulting in load failure for devices other than 0
21
e58cf2a0
WD
22* Add support for SRAM and 2 x Quad UARTs on INKA4x0 board
23
1968e615
WD
24* Cleanup USB and partition defines
25
151ab83a
WD
26* Add support for ext2 filesystems and image timestamps to TQM5200 board
27
28* Add reset code for Coral-P on INKA4x0 board
29
30* Patch by Martin Krause, 28 Jun 2004:
31 Update for TRAB board.
32
33* Fix some missing "volatile"s in MPC5xxx FEC driver
34
e799d375
WD
35* Fix cirrus voltage detection (for CPC45)
36
f8883cb1
WD
37* Fix byteorder problem in usbboot and scsiboot commands.
38
20a80418
WD
39* Patch by Cajus Hahn, 04 Feb 2005:
40 - don't insist on leading '/' for filename in ext2load
41 - set default partition to useful value (1) in ext2load
42
43* Patch by Andrew Dyer, 08 Jan 2005:
44 fix wrong return codes in ext2 code
45
1a344f29
WD
46* Removed '--no-warn-mismatch' option from Makefile. This option
47 makes 'ld' to overlook binary objects compatibility.
48
49* Moved $(PLATFORM_LIBS) from the library group (--start-group ...
50 --end-group) outside of the group. This will make 'ld' to do
51 _multiple_ search in the library group when resolving symbol
52 references and do only a _single_ seach in libgcc.a after the group
53 search.
54
55* Fix stability problems on CPC45 board again.
56
57* Make image detection for diskboot / usbboot / scsiboot more robust
58 (also check header checksum)
59
436be29c
WD
60* Update CPC45 board configuration.
61
62* Add USB and PCI support for INKA4x0 board
63
cd172b71
WD
64* Fix IDE stability problems on CPC45 board (needs 2 x EIEIO).
65
c3d2b4b4
WD
66* Code cleanup
67
5a95f6fb
WD
68* Patch by Robin Getz, 13 Oct 2004:
69 Add standalone application to change SMC91C111 MAC addresses,
70 see examples/README.smc91111_eeprom
71
72* Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004:
73 Fix Flash support for ARM Integrator CP.
74
289f932c
WD
75* Patch by Richard Woodruff, 10 Jan 2005:
76 Update support for OMAP2420 (ARM11) and H4 board:
77 o clean up and add new types to H4 memory probe code.
78 o fix to work with internal boot.
79 o added PRCM config III operation.
80 o fix marginal flash timings.
81 o add revison ATAG usage.
82 o enable voltage scaling at power chip.
83 o fix compile error for i2c.
84
85* Fix network problem (error when receiving multiple ARP packets)
86
87* Patch by Daniel Poirot, 12 Oct 2004:
652a10c0
WD
88 Add support for Wind River sbc405 board
89
90* Patch by Rainer Brestan, 12 Oct 2004:
91 Make examples/Makefile more robust
92
6225c5db
WD
93* Patch by Sam Song, 11 October 2004:
94 - Add RESET/PREBOOT/AUTOBOOT support for RPXlite_DW board
95 - Adjust CPU:BUS frequency ratio 1:1 when core frequency
96 less than 50MHz
97
98* Patch by Sam Song, 10 Oct 2004:
99 Fix a parameter error in run_command() in main.c
100
101* Patch by Richard Woodruff, 01 Oct 2004:
8ed96046
WD
102 add support for the TI OMAP2420 processor and its H4 reference
103 board
104
105* Patch by Christian Pellegrin, 24 Sep 2004:
106 Added support for NE2000 compatible (DP8390, DP83902) NICs.
107
ff36fd85
WD
108* Patch by Leif Lindholm, 23 Sep 2004:
109 add support for the AMD db1550 board
110
111* Patch by Travis Sawyer, 15 Sep 2004:
112 Add CONFIG_SERIAL_MULTI support for ppc4xx,
113 update README.serial_multi
114
6310eb9d
WD
115* Patches by David Snowdon, 07 Sep 2004:
116 - add u-boot.hex target in the top level Makefile
117 - add support for the UNSW/NICTA PLEB 2 board (pleb2)
118 - use -mtune=xscale and -march=armv5 options for PXA
119
a562e1bd
WD
120* Patch by Florian Schlote, 08 Sep 2004:
121 Add support for SenTec-COBRA5272-board (Coldfire).
122
30ce5ab0
WD
123* Patch by Gleb Natapov, 07 Sep 2004:
124 mpc824x: set PCI latency timer to a sane value
125 (is 0 after reset).
126
127* Patch by Kurt Stremerch, 03 Sep 2004:
128 Add bitstream configuration option for fpga command (Xilinx only).
129
9dd611b8
WD
130* Patch by Kurt Stremerch, 03 Sep 2004:
131 Add Xilinx Spartan2E family FPGA support
132
133* Patch by Jeff Angielski, 02 Sep 2004:
134 Add Added support for H2 revision of the EP8260 board.
135 Fixed formatting for some of the EP8260 related source files.
136
a1191902
WD
137* Patch by Jon Loeliger, 02 Sep 2004:
138 Reset monitor size back to 256 so environment can be written
139 to flash on MPC85xx ADS and CDS releases.
140
141* Patch by Paolo Broggini, 02 Sep 2004:
142 Make BSS clearing on ARM systems more robust
143
144* Patch by Yue Hu and Joe, 01 Sep 2004:
145 - add PCI support for ixp425;
146 - add EEPRO100 suppor tfor ixdp425 board.
147
148* Fix problem with protected sector detection in driver/cfi_flash.c
149
2729af9d 150======================================================================
15c7a8ef 151Changes for U-Boot 1.1.2:
2729af9d
WD
152======================================================================
153
e2ffd59b
WD
154* Code cleanup, mostly for GCC-3.3.x
155
156* Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
157 pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
158 additional ethernet addresses.
159
160* Cleanup drivers/i82365.c - avoid duplication of code
161
162* Fix bogus "cannot span across banks" flash error message
163
164* Code cleanup
165
166* Add support for CompactFlash for the CPC45 Board.
167
08f27278
WD
168* Fix problems with CMC_PU2 flash driver.
169
ec0aee7b
WD
170* Cleanup:
171 - avoid trigraph warning in fs/ext2/ext2fs.c
172 - rename UC100 -> uc100
173
f7d1572b
WD
174* Add support for UC100 board
175
8cba1907
SR
176* Patch by Stefan Roese, 16 Dez 2004:
177 - ext2fs support added
178 - Tundra universe support added
179 - Coldfire MCF5249 support added (no preloader needed!)
180 - MCF5249 board TASREG added
181 - PPC boards added: APC405, CPCI405DT, CPCI750, G2000, HH405,
182 VOM405, WUH405
183 - some esd boards updated
184 - memory commands "mdc" and "mwc" added for cyclic read/write
185 (CONFIG_MX_CYCLIC, see README for further description)
186
138ff60c
WD
187* Add support for INKA4X0 board
188
689aec1b
WD
189* Patch by Steven Scholz, 12 Dec 2004:
190 Fix typo in AT91 memory setup.
191
7e6bf358
WD
192* Patch by Martin Krause, 27 Oct 2004:
193 - add support for "STK52xx" board (including PS/2 multiplexer)
194 - add hardware detection for TQM5200
195
25d6712a
WD
196* Clean up CMC PU2 flash driver
197
198* Update MAINTAINERS file
199
200* Fix bug in MPC823 LCD driver
201
ed54e621
WD
202* Fix udelay() on AT91RM9200 for delays < 1 ms.
203
204* Enable long help on CMC PU2 board;
205 fix reset issue;
206 increase CPU speed from 179 to 207 MHz.
207
bb310d46
WD
208* Fix smc91111 ethernet driver for Xaeniax board (need to handle
209 unaligned tail part specially).
210
9d5028c2
WD
211* Update for AT91RM9200DK and CMC_PU2 boards:
212 - Enable booting directly from flash
213 - fix CMC_PU2 flash driver
214
215* Fix mkimage usage message
216
cacfab58
WD
217* Map SRAM on NC650 board
218
1f6d4258
WD
219* Work around for Ethernet problems on Xaeniax board
220
983fda83
WD
221* Patch by TsiChung Liew, 23 Sep 2004:
222 - add support for MPC8220 CPU
223 - Add support for Alaska and Yukon boards
224
e3c9b9f9
WD
225* Fix configuration for ERIC board (needs more room)
226
227* Adjust MIPS compiler options at run-time depending on tools version
228 ("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new,
229 "-mcpu=4kc" for old tools)
230
14699a22
WD
231* Add passing of the command line and memory size information to the
232 kernel on xaeniax board.
233
4cfaf55e
WD
234* Enable NAND flash support for NC650 board.
235
236* Patch by Thomas Lange 07 Oct 2004:
237 Updated README for DBAu1x00 boards to match current status
238
d407bf52
WD
239* Patch by Philippe Robin, 28 Sept 2004:
240 Fix Flash support for Versatile.
241
242* Patch by Roger Blofeld, 16 Sep 2004:
243 Fix timeout for DHCP command retry
244
2ee66533
WD
245* Patch by Pantelis Antoniou, 14 Sep 2004:
246 Fix early serial hang when CONFIG_SERIAL_MULTI is defined.
247
248* Patch by Pantelis Antoniou, 14 Sep 2004:
249 Kick watchdog when bz-decompressing
250
9455b7f3
WD
251* Fix CFG_HZ problems on AT91RM9200 systems
252 [Remember: CFG_HZ should be 1000 on ALL systems!]
253
e1599e83
WD
254* Patch by Gridish Shlomi, 30 Aug 2004:
255 - Add support to revA version of PQ27 and PQ27E.
256 - Reverted MPC8260ADS baudrate back to original 115200
257
258* Patch by Hojin, 17 Sep 2004:
259 Fix typo in cfi_flash.c
8b74bf31 260
e1599e83
WD
261* Patch by Mark Jonas, 09 September 2004:
262 mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong
263 error message
264
265* Patch by Mark Jonas, 31 August 2004:
266 Added option CFG_XLB_PIPELINING to enable XLB pipelining. This
267 improves FTP performance for MPC5200 systems. Enabled for IceCube
268 by default.
269
c15f3120
WD
270* Patch by Michael Bendzick, 30 Aug 2004:
271 - Improve platform.S code for omap1510inn that detects whether code
272 is running from SDRAM or not. Patch allows SDRAM to be configured
273 if code is running out of SRAM at 0x20000000.
274
275* Patch by Frederick Klatt, 30 Aug 2004:
276 Add support for the Wind River SBC8540/SBC8560 boards
277
656658dd
WD
278* Configure SX1 board to use drivers/cfi_flash.c
279
280* Patches by Michael Bendzick, 30 Aug 2004:
281 - Configure omap1510inn board to use drivers/cfi_flash.c
282 - Make drivers/cfi_flash.c protect environment and redundant
283 environment.
284
285* Patch by Steven Scholz, 23 Jun 2004:
286 - Add script (tools/img2brec.sh) to programm U-Boot into
287 (Synch)Flash using the Bootstrap Mode of the MC9328MX1/L
288
5c952cf0
WD
289* Patches by Scott McNutt, 24 Aug 2004:
290 - Add support for Altera Nios-II processors.
291 - Add support for Psyent PCI-5441 board.
292 - Add support for Psyent PK1C20 board.
293
03f5c550
WD
294* Patches by Jon Loeliger, 24 Aug 2004:
295 - Add support for the MPC8541 and MPC8555 CDS boards
296 - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
297 - Convert MPC85xxADS to use common CFI flash driver
cf33678e
WD
298 - Fix PCI window on MPC85xx; remove unneeded PCI initialization
299 from board_early_init_f()
300 - Provide SW workaround for PCI initialization on 85xx CDS
cf33678e 301
08b6aa61
WD
302* Patches by George G. Davis, 24 Aug 2004:
303 - Enable ramdisk/initrd tagged param support for omap1610h2_config
304 - Remove static network setup defaults from mx1ads_config
731215eb
WD
305 - update ARM boards to use constants from mach-types.h
306
b6508513
WD
307* Patch by Gary Jennejohn, 04 Oct 2004:
308 - fix I2C on at91rm9200
309 - add support for Ricoh RS5C372A RTC
310
2cbe571a
WD
311* Patch by Gary Jennejohn, 01 Oct 2004:
312 - add support for CMC PU2 board
313 - add support for I2C on at91rm9200
314
315* Patch by Gary Jennejohn, 28 Sep 2004:
316 fix baudrate handling on at91rm9200
317
659883c2
WD
318* Patch by Yuli Barcohen, 22 Aug 2004:
319 - remove ZPC.1900 board-specific flash driver;
320 switch the port to generic CFI driver;
321 - port clean-up
322
f325e18b
WD
323* Patch by Hinko Kocevar, 21 Aug 2004:
324 Add calc_fbsize() function used with VIDEOLFB_TAG on TRAB
325
8655b6f8
WD
326* Clean up tools/bmp_logo.c to not add trailing white space
327
328* Patch by Hinko Kocevar, 21 Aug 2004:
329 - Group common framebuffer functions in common/lcd.c
330 - Group common framebuffer macros and #defines in include/lcd.h
331 - Provide calc_fbsize() for video ATAG
332
30d56fae
WD
333* Patch by Sam Song, 21 August 2004:
334 - Fix a typo in README
335 - Align "(RO)" output for "flinfo" after "protect on"
336 - Add RESET support for RPXlite_DW board; adjust CPU:BUS frequency
337 ratio 1:1 when core frequency less than 50MHz
338
8655b6f8 339* Patches by Hinko Kocevar, 21 Aug 2004:
63cfcbb4
WD
340 - fix some "use of label at end of compound statement" warnings
341 - Define type of LCD panel on lubbock board if CONFIG_LCD is used
342
1d9f4105
WD
343* Patch by Steven Scholz, 16 Aug 2004:
344 - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
345 - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
346 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
347 - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
348 into cpu/arm920t/$(SOC)/
349
a5bbcc3c
WD
350* Patches by Sean Chang, 09 Aug 2004:
351 - Added support for both 8 and 16 bit mode access to System ACE CF
352 through MPU.
353 - Fixed missing System ACE CF device during get FAT partition info
354 in fat_register_device function.
355 - Enabled System ACE CF support on ML300.
356
357* Patch by Sean Chang, 09 Aug 2004:
358 Synch defines for saveenv and do_saveenv functions so they get
359 compiled under the same statement.
360
361* Patch by Sean Chang, 09 Aug 2004:
a06752e3
WD
362 - Added I2C support for ML300.
363 - Added support for ML300 to read out its environment information
364 stored on the EEPROM.
365 - Added support to use board specific parameters as part of
366 U-Boot's environment information.
367 - Updated MLD files to support configuration for new features
368 above.
369
a5bbcc3c 370* Patches by Travis Sawyer, 05 Aug 2004:
a06752e3
WD
371 - Remove incorrect bridge settings for eth group 6
372 - Add call to setup bridge in ppc_440x_eth_initialize
373 - Fix ppc_440x_eth_init to reset the phy only if its the
374 first time through, otherwise, just check the phy for the
375 autonegotiated speed/duplex. This allows the use of netconsole
376 - only print the speed/duplex the first time the phy is reset.
377
da93ed81
WD
378* Patch by Shlomo Kut, 29 Mar 2004:
379 Add support for MKS Instruments "Quantum" board
380
381* Fix build problem with Cogent boards;
382 avoid using <asm/byteorder.h> when using the host compiler
383
a5725fab
WD
384* Patch by Ganapathi C, 04 Aug 2004:
385 Fix NFS timeout issue
386
e1a3f6b3
WD
387* Patch by Yuli Barcohen, 19 Jul 2004:
388 - Fix host tools building in Cygwin environment
389 - Fix header files search order for host tools
390
391* Patch by Tom Armistead, 19 Jul 2004:
392 Fix kgdb.S support for 74xx_75x cpu
393
c65fdc74
WD
394* Patch by Jon Loeliger, 15 Jul 2004:
395 Fix MPC85xx I2C driver
396
64f70bed
WD
397* Fix problems with CDROM drive as slave device on Lite5200 IDE bus.
398
cce625e5
WD
399* Patch by Stephen Williams, 15 July 2004
400 Set the PCI class code for JSE board as part of PCI interface setup
401
402* Patch by Michael Bendzick, 15 Jul 2004:
403 Fix problem with writes with odd sizes in drivers/cfi_flash.c when
404 CFG_FLASH_USE_BUFFER_WRITE is set
405
66ca92a5
WD
406* Patch by Yuli Barcohen, 13 Jul 2004:
407 Allow clock setting on MPC866/MPC885 series chips according to
408 environment variable `cpuclk'
409
410* Patch by Yuli Barcohen, 20 Apr 2004:
411 Remove unnecessary redefine of CPM_DATAONLY_SIZE for MPC826x
412
4ec3a7f0
WD
413* Patch by Vincent Dubey, 24 Sep 2004:
414 Add support for xaeniax board
415
79536a6e
WD
416* Add comment about non-GPL character of standalone applications to
417 COPYING file
418
419* Fix FEC ethernet problem on NSCU board.
420
4734cb78
WD
421* Patch by Gary Jennejohn, 09 Sep 2004:
422 allow to use USART1 as console port on at91rm9200dk boards
423
c3548393
SR
424* Patch by Stefan Roese, 16 Sep 2004:
425 Update AR405 board.
426
1d6f9720
WD
427* Fix SysClk handling for PPChameleon and CATcenter boards
428
eedcd078
WD
429* Patch by Detlev Zundel, 08 Sep 2004:
430 Update etags build target
431
432* Improve NetConsole support: add support for broadcast destination
433 address and buffered input.
434
435* Cleanup compiler warnings for GCC 3.3.x and later
436
437* Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
438
7ca202f5
WD
439* Add support for IDS "NC650" board
440
31a64923
WD
441* Add automatic update support for LWMON board
442
443* Clear Block Lock-Bits when erasing flash on LWMON board.
444
445* Fix return code of "fatload" command
446
447* Enable MSDOS/VFAT filesystem support for LWMON board
448
89394047
WD
449* Patch by Martin Krause, 03 Aug 2004:
450 change timing for SM501 graphics controller on TQM5200 module
451
452* Patch by Mark Jonas, 13 July 2004:
453 - Total5200 LCD now run in little endian mode. Endianess conversion
454 is done in hardware.
7ca202f5 455 - Removed last reference to "console" environment variable.
89394047 456
429168ea
WD
457* Patches by Lars Munch, 12 Jul 2004:
458 - move at45.c to board/at91rm9200dk/ since this is at91rm9200dk
459 board specific
460 - split out the LXT971A PHY from ns_9750_eth.h
461 - split the dm9161 phy part out of at91rm9200_ether.c
462
6705d81e
WD
463* Patch by Andreas Engel, 12 Jul 2004:
464 Replaced hardcoded PL011 clock frequency with config variable.
465 Fixed wrong CONFIG_CMD_DFL doc.
466
467* Patch by Thomas Viehweger, 09 Jun 2004:
468 make it possible to remove chpart when there is only one partition
469
68ceb29e
WD
470* Add support for console over UDP (compatible to Ingo Molnar's
471 netconsole patch under Linux)
472
9aea9530
WD
473* Patch by Jon Loeliger, 16 Jul 2004:
474 - support larger DDR memories up to 2G on the PC8540/8560ADS and
475 STXGP3 boards
476 - Made MPC8540/8560ADS be 33Mhz PCI by default.
477 - Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16
478 and CONFIG_L2_INIT_RAM options.
479 - Refactor Local Bus initialization out of SDRAM setup.
480 - Re-implement new version of LBC11/DDR11 errata workarounds.
481 - Moved board specific PCI init parts out of CPU directory.
482 - Added TLB entry for PCI-1 IO Memory
483 - Updated README.mpc85xxads
484
281e00a3
WD
485* Patch by Sascha Hauer, 28 Jun:
486 - add generic support for Motorola i.MX architecture
487 - add support for mx1ads, mx1fs2 and scb9328 boards
488
489* Patches by Marc Leeman, 23 Jul 2004:
490 - Add define for the PCI/Memory Buffer Configuration Register
491 - corrected comments in cpu/mpc824x/cpu_init.c
492
493* Add support for multiple serial interfaces
494 (for example to allow modem dial-in / dial-out)
495
45eeb898
SR
496* Patch by Stefan Roese, 15 Jul 2004:
497 cpu/ppc4xx/sdram.c rewritten now using get_ram_size()
498
cfca5e60
WD
499* Fix NSCU config; add ethernet wakeup code.
500
281e00a3 501* Add link for preloader for Motorola Coldfire to README.m68k
cfca5e60 502
75b1fa78
WD
503* Patch by Michael Bendzick, 12 Jul 2004:
504 fix output formatting in drivers/cfi_flash.c
505
07cba351
WD
506* Patch by Mark Jonas, 02 Jul 2004:
507 Fix lowboot (again) on MPC5xxx
508
cdc7fea1
WD
509* Patch by Curt Brune, 07 Jul 2004:
510 relocate exception vectors on arm720t if needed
511
a1f4a3dd
WD
512* Patch by George G. Davis, 06 Jul 2004:
513 - update mach-types.h to latest arm.linux.org.uk master list
514 - Set correct OMAP1610 bi_arch_number for build target
515
516* Patch by Curt Brune, 06 Jul 2004:
517 evb4510: add support for timer interrupt; cleanup
518
b9283e2d
WD
519* Patch by Dan Poirot, 06 Jul 2004:
520 Fix sbc8260 environment variables
521
522* Cleanup redundand "console" environment variable
523
81050926
WD
524* Patch by Mark Jonas, 05 Jul 2004:
525 add support for the Total5100's and Total5200's LCD screen
526
527* Patches by Dan Eisenhut, 01 Jul 2004:
528 - README fixes.
529 - Move doc2000.h include to prevent compiler warning on some boards
530
6c7a1408
WD
531* Patch by Mark Jonas, 01 Jul 2004:
532 Added support for Total5100 and Total5200 (Rev.1 and Rev.2)
533 MGT5100 and MPC5200 based Freescale platforms.
534
bc54f309
WD
535* Patch by Philippe Robin, 01 Jul 2004:
536 Add initialization for Integrator and versatile board files.
537
538* Patch by Hinko Kocevar, 01 Jun 2004:
539 Fix VFD FB allocation, add LCD FB allocation on ARM
540
56523f12
WD
541* Patch by Martin Krause, 30 Jun 2004:
542 Add support for TQM5200 board
543
544* Patch by Martin Krause, 29 Jun 2004:
545 Add loopw command: infinite write loop on address range
546
857cad37
WD
547* Patches by Yasushi Shoji, 29 Jun 2004:
548 - add empty include/asm-microblaze/processor.h
549 - add to CREDITS and MAINTAINERS
550 - add gd initialization
551 - add MicroBlaze and SUZAKU board to MAKEALL script
552 - add reset support for SUZAKU
553 - add flush_cache() for MicroBlaze
554 - add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
555 size flash memory on SUZAKU
556
fabd46ac
WD
557* Patch by Prakash Kumar, 27 Jun 2004:
558 Add support for the PXA250 based Intrinsyc Cerf board.
559
560* Patch by Yasushi Shoji, 27 Jun 2004:
561 fix comment in include/common.h
562
466b7410
WD
563* Rename SBC8560 into sbc8560 for consistency
564
565* Patch by Daniel Poirot, 24 Jun 2004:
566 Add support for Wind River's sbc8240 board
567
568* Patches by Yasushi Shoji, 26 Jun 2004:
569 - drivers/serial_xuartlite.c: fix "return 0" in void function
570 - add microblaze support to mkimage tool
571
8b07a110 572* Patch by Fred Klatt, 25 Jun 2004:
466b7410 573 Add support for WindRiver's sbc8560 board
8b07a110
WD
574
575* Patch by Nicolas Lacressonniere, 24 Jun 2004
576 Small Bugs fixes for "at91rm9200dk" board:
577 - Timing modifications for SPI DataFlash access
578 - Fix NAND flash detection bug
579
580* Patch by Nicolas Lacressonniere, 24 Jun 2004:
581 Add Support for Flash AT49BV6416 for AT91RM9200DK board
582
0ac6f8b7
WD
583* Patch by Jon Loeliger, 17 June 2004:
584 Completion of the 8540ADS/8560ADS updates:
585 Fix some PCI and Rapid I/O memory maps,
586 Initialize both TSEC 1 and 2,
587 Initialize SDRAM
588 Update MAINTAINER for 85xx boards and README.mpc85xxads
589
26238132
WD
590* Patch by Yuli Barcohen, 16 Jun 2004:
591 Remove obsolete AdderII port which was superseded by unified
592 AdderII/Adder87x port
593
594* Patch by Ladislav Michl, 16 Jun 2004:
595 Fix gcc-3.3.3 warnings for smc91111.c
596
ede13022
SR
597* Patch by Stefan Roese, 02 Jul 2004:
598 - Fix bug in 405 ethernet driver; allocated data not cleared!
599 - Fix problem in 405 i2c driver; don't try to print without console!
600
78953f2f
WD
601* Patch by Paul Ruhland, 11 Jun 2004:
602 Remove debug code from 'board/lpd7a40x/flash.c'
603
e55ca7e2
WD
604* Patch by Andrea Marson, 11 Jun 2004:
605 Update for PPChameleon board:
606 - support for SysClk @ 25MHz
607 - support for Silicon Motion SM712 VGA controller
608 - some clean ups
609
93f6a677
WD
610* Patches by Richard Woodruff, 10 Jun 2004:
611 - fix problems with examples/stubs.c for GCC >= 3.4
612 - fix problems with gd initialization
613
39539887
WD
614* Patch by Curt Brune, 17 May 2004:
615 - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC)
616 - Add support for ESPD-Inc. EVB4510 Board
617
618* Patch by Marc Leeman, 11 May 2004:
619 Fix for MPC8245 - reading PPC Memory from another device with the
620 PPC as PCI target device corrupts data due to interenal hardware
621 buffering.
622
e94d2cd9
WD
623* Fix "cls" command when used with splash screen
624
625* Increase NFS download timeout (now 1 min - 10 sec is to short for a
626 slow download of a big image)
627
c3f4d17e
WD
628* Add "cls" function to MPC823 LCD driver so we can reinitialize the
629 display even after showing a bitmap
630
49822e23
WD
631* Patch by Josef Wagner, 04 Jun 2004:
632 - DDR Ram support for PM520 (MPC5200)
633 - support for different flash types (PM520)
634 - USB / IDE / CF-Card / DiskOnChip support for PM520
635 - 8 bit boot rom support for PM520/CE520
636 - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
637 - I2C and RTC support for CPC45
638 - support of new flash type (28F160C3T) for CPC45
639
46a414dc
WD
640* Fix flash parameters passed to Linux for PPChameleon board
641
642* Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
643
f832d8a1 644* Patch by Paul Ruhland, 10 Jun 2004:
49822e23 645 fix support for Logic SDK-LH7A404 board and clean up the
f832d8a1
WD
646 LH7A404 register macros.
647
648* Patch by Matthew McClintock, 10 Jun 2004:
649 Modify code to select correct serial clock on Sandpoint8245
650
b54d32b4
WD
651* Patch by Robert Schwebel, 10 Jun 2004:
652 Add support for Intel K3 strata flash.
653
654* Patch by Thomas Brand, 10 Jun 2004:
655 Fix "loads" command on DK1S10 board
656
99edcfb2
WD
657* Patch by Yuli Barcohen, 09 Jun 2004:
658 Add support for 8MB flash SIMM and JFFS2 file system on
659 Motorola FADS board and its derivatives (MPC86xADS, MPC885ADS).
660
2d24a3a7
WD
661* Patch by Yuli Barcohen, 09 Jun 2004:
662 Add support for Analogue&Micro Adder87x and the older AdderII board.
663
664* Patch by Ming-Len Wu, 09 Jun 2004:
665 Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
666
e63c8ee3
WD
667* Patch by Sam Song, 09 Jun 2004:
668 - Add support for RPXlite_DW board
669 - Update FLASH driver for 4*AM29DL323DB90VI
670 - Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
671
36c72877
WD
672* Patch by Mark Jonas, 08 June 2004:
673 - Make MPC5200 boards evaluate the SVR to print processor name and
674 version in checkcpu() (cpu/mpc5xxx/cpu.c).
675
676* Patch by Kai-Uwe Bloem, 06 May 2004:
677 Fix endianess problem in cramfs code
678
4c0d4c3b
WD
679* Patch by Tom Armistead, 04 Jun 2004:
680 Add support for MAX6900 RTC
681
682* Patches by Ladislav Michl, 03 Jun 2004:
683 - fix cfi_flash.c on LE systems
684 - let 'make mrproper' delete u-boot.img as well
685 - turn printf into debug in cfi_flash.c
686
ca0e7748
WD
687* Patch by Kurt Stremerch, 28 May 2004:
688 Add support for Exys XSEngine board
689
697037fe
WD
690* Patch by Martin Krause, 27 May 2004:
691 Fix a MPC5xxx I2C timing issue in i2c_probe().
692
693* Patch by Leif Lindholm, 27 May 2004:
694 Fix board_init_f() for dbau1x00 board.
695
3ff02c27
WD
696* Patch by Imre Deak, 26 May 2004:
697 On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3).
698 Set flash base accordingly, and decide whether to do or skip board
699 specific setup steps.
700
701* Patch by Josef Baumgartner, 26 May 2004:
702 Add missing define in include/asm-m68k/global_data.h
703
70f05ac3
WD
704* Patch by Josef Baumgartner, 25 May 2004:
705 Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c
706
707* Patch by Paul Ruhland, 24 May 2004:
708 fix SDRAM initialization for LPD7A400 board.
709
13a5695b
WD
710* Patch by Jian Zhang, 20 May 2004:
711 add support for environment in NAND flash
712
c3c7f861
WD
713* Patch by Yuli Barcohen, 20 May 2004:
714 Add support for Interphase iSPAN boards.
715
716* Patches by Paul Ruhland, 17 May 2004:
717 - Add I/O functions to the smc91111 ethernet driver to support the
718 Logic LPD7A40x boards.
f39748ae
WD
719 - Add support for the Logic Zoom LH7A40x based SDK board(s),
720 specifically the LPD7A400.
721
722* Patches by Robert Schwebel, 15 May 2004:
723 - call MAC address reading code also for SMSC91C111;
724 - make SMSC91C111 timeout configurable, remove duplicate code
725 - fix get_timer() for PXA
726 - update doc/README.JFFS2
727 - use "bootfile" env variable also for jffs2
728
aa245090
WD
729* Patch by Tolunay Orkun, 14 May 2004:
730 Add support for Cogent CSB472 board (8MB Flash Rev)
731
aa5590b6
WD
732* Patch by Thomas Viehweger, 14 May 2004:
733 - flash.h: more flash types added
734 - immap_8260.h: some bits added (useful for RMII)
735 - cmd_coninfo.c: typo corrected, printf -> puts
736 - reduced size by replacing spaces with tab
737
48abe7bf
WD
738* Patch by Robert Schwebel, 13 May 2004:
739 Add 'imgextract' command: extract one part of a multi file image.
740
547b4cb2 741* Patches by Jon Loeliger, 11 May 2004:
97d80fc3
WD
742 Dynamically handle REV1 and REV2 MPC85xx parts.
743 (Jon Loeliger, 10-May-2004).
744 New consistent memory map and Local Access Window across MPC85xx line.
745 New CCSRBAR at 0xE000_0000 now.
746 Add RAPID I/O memory map.
747 New memory map in README.MPC85xxads
748 (Kumar Gala, 10-May-2004)
749 Better board and CPU identification on MPC85xx boards at boot.
750 (Jon Loeliger, 10-May-2004)
751 SDRAM clock control fixes on MPC8540ADS & MPC8560 boards.
752 Some configuration options for MPC8540ADS & MPC8560ADS cleaned up.
753 (Jim Robertson, 10-May-2004)
754 Rewrite of the MPC85xx Three Speed Ethernet Controller (TSEC) driver.
755 Supports multiple PHYs.
756 (Andy Fleming, 10-May-2004)
757 Some README.MPC85xxads updates.
758 (Kumar Gala, 10-May-2004)
759 Copyright updates for "Freescale"
760 (Andy Fleming, 10-May-2004)
761
6bdd1377
WD
762* Patch by Stephen Williams, 11 May 2004:
763 Add flash support for ST M29W040B
764 Reduce JSE specific flash.c to remove dead code.
765
356a0d9f
WD
766* Patch by Markus Pietrek, 04 May 2004:
767 Fix clear_bss code for ARM systems (all except s3c44b0 which
768 doesn't clear BSS at all?)
769
770* Fix "ping" problem on INC-IP board. Strange problem:
771 Sometimes the store word instruction hangs while writing to one of
772 the Switch registers, but only if the next instruction is 16-byte
773 aligned. Moving the instruction into a separate function somehow
774 makes the problem go away.
775
1eaeb58e
WD
776* Patch by Rishi Bhattacharya, 08 May 2004:
777 Add support for TI OMAP5912 OSK Board
778
779* Patch by Sam Song May, 07 May 2004:
780 Fix typo of UPM table for rmu board
781
782* Patch by Pantelis Antoniou, 05 May 2004:
79fa88f3
WD
783 - Intracom board update.
784 - Add Codec POST.
785
cea655a2
WD
786* Add support for the second Ethernet interface for the 'PPChameleon'
787 board.
788
a56bd922
WD
789* Patch by Dave Peverley, 30 Apr 2004:
790 Add support for OMAP730 Perseus2 Development board
791
792* Patch by Alan J. Luse, 29 Apr 2004:
793 Fix flash chip-select (OR0) option register setting on FADS boards.
794
795* Patch by Alan J. Luse, 29 Apr 2004:
796 Report MII network speed and duplex setting properly when
797 auto-negotiate is not enabled.
798
799* Patch by Jarrett Redd, 29 Apr 2004:
800 Fix hang on reset on Ocotea board due to flash in wrong mode.
801
5ca26799
WD
802* Patch by Dave Peverley, 29 Apr 2004:
803 add MAC address detection to smc91111 driver
804
805