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