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