]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xx
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
27e166b8
WD
1======================================================================
2Changes since U-Boot 1.1.4:
3======================================================================
4
c99f384d
KG
5* Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xx
6 Patch by Kumar Gala, 25 Jan 2006
7
b9704809
KG
8* Fixed defines for MPC83xx SICRL register to match current specs
9 Patch by Kumar Gala, 23 Jan 2006
10
ec00c335
KG
11* Only disable the MPC83xx watchdog if its enabled out of reset.
12 If its disabled out of reset SW can later enable it if so desired
13 Patch by Kumar Gala, 11 Jan 2006
14
a15b44db
KG
15* Allow config of GPIO direction & data registers at boot on 83xx
16 Patch by Kumar Gala, 11 Jan 2006
17
ce574ff5
KG
18* Enable time handling on 83xx
19 Patch by Kumar Gala, 11 Jan 2006
20
9260a561
KG
21* Make System IO Config Registers board configurable on MPC83xx
22 Patch by Kumar Gala, 11 Jan 2006
23
c7428d49
WD
24* Add support for 28F256J3A flah (=> 64 MB) on PM520 board
25
27e166b8
WD
26* Fix compiler problem with at91rm9200dk board.
27 Patch by Eugen Bigz, 19 Dec 2005
28
b79316f2
SR
29======================================================================
30Changes for U-Boot 1.1.4:
31======================================================================
32
81a3170b
SR
33* Changes to Yellowstone & Yosemite 440EP/GR eval boards:
34 - Changed GPIO setup to enable another address line in order to
35 address 64M of FLASH.
36 - Added function sdram_tr1_set to auto calculate the tr1 value for
37 the DDR.
38 Patch by Steven Blakeslee, 12 Dec 2005
39
a9e642e2
WD
40* MPC5200: Set PCI retry counter to 0 = infinite retry;
41 The default of 255 is too short for slow devices.
42 Patch by Martin Nykodym, 12 Dec 2005
43
3a7b142b
MB
44* Change port configuration for O2DNT (CODEC1 on PSC1).
45
7481266e
WD
46* Fix register for PCI async mode on PPC440EP
47 Patch by Youngchul Bang, 08 Dec 2005
48
49* Fix U-Boot linking problems (add .eh_frame segment to linker script)
50 This segment may be required by some libgcc.a functions
51 (like _udivdi3).
52
a889bd27
WD
53* Fix DPRAM offset/size for MPC8541/8555.
54 Simplify TQM85xx Makefile handling.
55
41253be4
WD
56* Fix data overflow (typo?) in rtc/ds1302.c
57
c75eba3b
WD
58* Fix U-Boot compilation for MIPS boards using ELDK 4.0
59
d96f41e0
SR
60* Add support for TQM8541/8555 boards, TQM85xx support reworked:
61 - Support for TQM8541/8555 boards added.
62 - Complete rework of TQM8540/8560 support.
63 - Common TQM85xx code now supports all current TQM85xx platforms
64 (TQM8540/8541/8555/8560).
65 - DDR SDRAM size detection added.
66 - CAS latency default values can be overwritten by setting "serial#"
67 to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
68 If problems are detected with this non default CAS latency,
4a86d779
WD
69 the default values will be used instead.
70 - Flash size detection added.
d96f41e0
SR
71 - Moved FCC ethernet driver initialization behind TSEC driver init
72 -> TSEC is first device.
73 Patch by Stefan Roese, 30 Nov 2005
74
6e7fb6ea
SR
75* Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
76 Patch by John Otken, 23 Nov 2005
77
3d9569b2
SR
78* Changed PPC44x startup message (cpu info, speed...) to common style:
79 On PPC44x platforms, the startup message generated in "cpu.c" only
4a86d779 80 comprised the ppc type and revision but not additional information
3d9569b2
SR
81 like speed etc. Those speed infos where printed in the board specific
82 code. This new implementation now prints all CPU infos in the common
83 cpu specific code. No board specific code is needed anymore and
84 therefore removed from all current 44x implementations.
85 Patch by Stefan Roese, 27 Nov 2005
86
b6f84356
WD
87* Adjust TQM834x PHY addresses for latest hardware revision.
88
d00de23b
WD
89* Increase malloc arena on TQM5200 board to 256 kB.
90 With 64 kb uniform flash sector size the old value of 128 kB was
91 too small.
f013dacf 92
d00de23b
WD
93* Fix miiphy global data initialization (problem on 4xx boards when
94 no ethaddr is assigned). Initialization moved from
95 miiphy_register() to eth_initialize().
d9785c14
MB
96
97 Based on initial patch for 4xx platform by Matthias Fuchs.
98
f08abe31
WD
99* Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
100
aa7cfc46
WD
101* Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
102 The COPYING file was extended to make clear that these files can be
103 used in non-GPL code, too.
f08abe31 104 Also, a corresponding note was placed in the headers of the affected files.
aa7cfc46 105
5568e613
SR
106* Add support for Prodrive P3P440 board:
107 - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
108 - CFG_FLASH_QUIET_TEST added to use the common CFI driver
109 for bank autodetection
110 Patch by Stefan Roese, 22 Nov 2005
111
fe126d8b
WD
112* Change all '$(...)' variable references into '${...}'
113 which makes the environment compatible with the hush shell.
114 WARNING: Support for the old '$(...)' syntax will be
115 discontinued in a later version.
116
5a164c8c
RJ
117* Minor changes to init flags in TQM834x PCI.
118
3ca37763
SR
119* Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)
120 Patch by Stefan Roese, 15 Nov 2005
121
feaedfcf
SR
122* New PPC 405EP board added: CMS700
123 Added CONFIG_NET_MULTI for VOM405 board.
124 Added reset_phy() for VOM405 board.
125 Patch by Matthias Fuchs, 09 Nov 2005
126
ea339205
SR
127* Updated PCI mapping for esd CPCI2DP board.
128 Add support for error LED.
129 Patch by Matthias Fuchs, 07 Nov 2005
130
527b5a51
SR
131* Fix MPC85xx PCI support (pci_register_hose() before pci config access)
132 Patch by Stefan Roese, 07 Nov 2005
133
182e1069
SR
134* Correct PPC Timebase register definitions (SPRN_TBRL...)
135 Patch by Stefan Roese, 07 Nov 2005
136
f190c11b
SR
137* Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct size
138 Patch by Stefan Roese, 05 Nov 2005
139
ef04a0aa
SR
140* Additional fix for external IRQ config on Yellowstone & Yosemite
141 Patch by Stefan Roese, 03 Nov 2005
142
57275b69
SR
143* Add support for Ocotea pass 3 with 440GX Rev. F
144 Patch by Stefan Roese, 01 Nov 2005
145
e190290b
SR
146* Fix external IRQ configuration on Yellowstone & Yosemite
147 Patch by Stefan Roese, 28 Oct 2005
148
99eb35db 149* Add support for multiple PHYs.
be360d98
WD
150 Tested on the following boards:
151 cmcpu2 (at91rm9200/ether.c)
152 PPChameleon (ppc4xx/4xx_enet.c)
153 yukon (mpc8220/fec.c)
154 uc100 (mpc8xx/fec.c)
155 tqm834x (mpc834x/tsec.c) with EEPRO100
156 lite5200 (mpc5xxx/fec.c) with EEPRO100 card (drivers/eepro100.c)
157 Main changes include:
158 common/miiphyutil.c
159 - miiphy_register routine was added to allow multiple PHYs to be registered
160 - miiphy_read and miiphy_write are now defined in this file, and
161 require additional argument (char *devname)
162 - other miiphy_* routines also require additional device name argument
163 ../lib_i386/board.c
164 ../lib_ppc/board.c
165 Calling reset_phy() was moved to be executed *after* eth_initialize().
166 This is necessary as now some of the implementations of reset_phy()
167 may need to use miiphy_reset() which is not allowed before eth_initialize()
168 as eth_initialize registers all required miiphy_* routines.
169 Tested on IP860 and PHY initializes properly after this change.
99eb35db
MB
170
171* Correct includes for flat tree builder.
172
173* Fix conflicting types (flash_write()) in trab auto_update.c.
174
6902df56
RJ
175* Add PCI support for the TQM834x board.
176
e9f11100
SR
177* Add missing 4xx board to MAKEALL
178 Patch by Stefan Roese, 20 Oct 2005
179
a547775b
SR
180* Fix conflicting types (flash_write()) in esd auto_update.c
181 Patch by Stefan Roese, 20 Oct 2005
182
c4c13df2
SR
183* Fix problem with sleep in NetConsole (use get_timer())
184 Patch by Stefan Roese, 20 Oct 2005
185
1e25f957
SR
186* Add NetConsole Support for AMCC eval boards
187 Patch by Stefan Roese, 20 Oct 2005
188
a93316c5
SR
189* Fix NetConsole support on 4xx (only print eth link on 1st transfer)
190 Patch by Stefan Roese, 18 Oct 2005
191
3b6748ea 192* Add fat & ext2 support to AMCC 440EP boards Yosemite & Bamboo.
326bf40f 193 Fix identation on ext2ls help entry.
3b6748ea
SR
194 Patch by Stefan Roese, 14 Oct 2005
195
20a374fe
WD
196* Add support for TQM834x boards.
197 Cleanup.
198
77ddac94
WD
199* Cleanup for GCC-4.x
200
17a8b276
WD
201* Add documentation for Open Firmware Flat Tree and usage.
202 Patch by Pantelis Antoniou, 13 Oct 2005
203
814d98f2
WD
204* Add missing files for Pantelis Antoniou's patch
205 Patch by Pantelis Antoniou, 04 Sep 2005
206
4f92ac36
SR
207* Fix problem in ppc4xx eth-driver without ethaddr (only without
208 CONFIG_NET_MULTI set)
209 Patch by Stefan Roese, 10 Oct 2005
210
c29ab9d7
SR
211* Fix gzip bmp support (test if malloc fails, warning when truncated).
212 Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board.
213 Patch by Stefan Roese, 07 Oct 2005
214
070610c5
WD
215* Add support for OF flat tree for the STXtc board.
216 Patch by Pantelis Antoniou, 04 Sep 2005
217
f57f70aa
WD
218* Support passing of OF flat trees to the kernel.
219 Patch by Pantelis Antoniou, 04 Sep 2005
220
3df5bea0
WD
221* Cleanup
222
223* Add support for NetSilicon NS7520 processor.
224 Patch by Art Shipkowski, 12 May 2005
225
7521af1c
WD
226* Add support for AP1000 board.
227 Patch by James MacAulay, 07 Oct 2005
228
95f9dda2
WD
229* Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200
230 Patch by Anders Larsen, 07 Oct 2005
231
232 The Atmel errata #11 states that the transfer buffer descriptor
233 table must be aligned on a 16-word boundary. As it turned out, this
234 is insufficient - it seems the table must be aligned on a boundary
235 at least as large as the table itself (in Linux this is not an
236 issue - the table is aligned on a PAGE_SIZE (4096) boundary).
237
47340a46 238* Fixed compilation for ARM when using a (standard) hard-FP toolchain
3df5bea0 239 Patch by Anders Larsen, 07 Oct 2005
47340a46 240
96782c63
WD
241* Cleanup warnings for cpu/arm720t & cpu/arm1136 files.
242 sed the linker scripts, rather than pre-process them.
243 Patch by Peter Pearse, 07 Oct 2005
244
87cb6862
WD
245* Update make target for ARM supported boards.
246 Use lowlevel_init() instead of platformsetup() [rename].
247 Patch by Peter Pearse, 06 Oct 2005
248
bccae903
WD
249* Fix booting from serial dataflash on AT91RM9200
250 Patch by Peter Menzebach, 29 Aug 2005
251
6ebc7921
WD
252* Add JFFS2 support for TRAB board
253 Patch by Martin Krause, 25 Aug 2005
254
5ae31ee1
WD
255* Remove unnecessary dependency of netconsole on CONFIG_NET_MULTI
256 Patch by Marcus Hall, 24 Aug 2005
257
f5c254d7
WD
258* Fix the machine-id of the Cogent csb637 board
259 Patch by Anders Larsen, 05 Oct 2005
260
78da6077
WD
261* Complete support for the KwikByte KB920x boards
262 Patch by Anders Larsen, 05 Oct 2005
263
c0e82d50
WD
264* Set the AT91RM9200 clock to asynchronous mode
265 Patch by Anders Larsen, 03 May 2005
266
3b9dfddf
WD
267* Set the AT91RM9200 clock to synchronous mode
268 Patch by Anders Larsen, 29 Apr 2005
269
645da510
WD
270* Add support for Cogent csb637
271 Patch by Anders Larsen, 29 Apr 2005
272
fef636b0
WD
273* Fix dm9161.c initialization
274 Patch by Anders Larsen, 29 Apr 2005
275
080bdb7f
WD
276* Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005
277 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
278
279* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200
280 Patch by Anders Larsen, 29 Apr 2005
281
29ca46c4
WD
282* Fix device partition intialization for SystemACE disks.
283 Patch by Stephen Williams, 28 Apr 2005
284
99b0d285
WD
285* Added support for KwikByte KB920x boards (based on AT91RM9200)
286 Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
287
45237bc0
WD
288* Add support for S29GL064M-R3 flash chip on xsengine board
289 Patch by Kurt Stremerch, 18 Apr 2005
290
7d314992
WD
291* E500 update: repoint IVPR to RAM when code is relocated
292 Patch by Kylo Ginsberg, 13 Apr 2005
293
e5e98edd
WD
294* Fix loop end test in lib_generic/string.c:strswab()
295 Patch by Andrew Dyer, October 10, 2005
296 Signed-off-by: Andrew Dyer <amdyer@gmail.com>
297
9b880bd4
WD
298* Cleanup
299
300* Update ARM Integrator boards:
301 Correct addessing errors in platform files.
302 Split off common core module data from Integrator header files to
303 include/armcoremodule.h.
304 Patch by Peter Pearse, 04 Oct 2005
305
1820d4c7
WD
306* Make sure only supported compiler options are used
307 Import "cc-option" shell function from kernel and
308 use it to get the correct ARM GCC options for individual CPUs
309 Patch by Peter Pearse, 30 Jun 2005
310
9a8d82fd 311* Fix 440GR to print correct cpu revision
9b880bd4 312 Patch by Stefan Roese, 04 Oct 2005
9a8d82fd 313
93b17ec3 314* Change board message on AMCC Yosemite & Yellowstone to common style
9b880bd4 315 Patch by Stefan Roese, 03 Oct 2005
93b17ec3 316
d9631ecf
WD
317* Fix compiler warning
318
709d8ec0
WD
319* Fix FEC PHY addresses for TQM85xx boards
320
e98f68be
WD
321* Fix uninitialized variable problem in hush shell
322 Patch by Lars Rostock, 26 Sep 2005
323
fb34a9a2
WD
324* Undo change of f6e20fc6ca... to include/configs/trab.h
325 (Must have been an accident?)
326
d8e7e0f0
WD
327* Add support for AT91RM9200 OHCI Controller.
328 Patch by Eric Benard, 07 Apr 2005
329
98404649
WD
330* Update ARM mach-types.h
331 Patch by Eric Benard, 07 Apr 2005
332
0e4018d2
WD
333* Add support for MP2USB board.
334 Patch by Eric Benard, 07 Apr 2005
335
c570b2fd
WD
336* Add board support for armadillo HT1070
337 Patch by Rowel Atienza, 06 Apr 2005
338
c2d0ab4d
WD
339* Second Ethernet address enabled for MPC885ADS and MPC8272ADS.
340 Patch by Vitaly Bordug, 30 Mar 2005
341
e6f22281
WD
342* Add iopset command on mpc8xx
343 Patch by Daniel Eisenhut, 25 Mar 2005
344
a912733e
WD
345* Add support for MII in eepro100 driver.
346 Patch by Gleb Natapov, 21 Mar 2005
347
f2af3eb5
WD
348* Fixes to the Lubbock (PXA 25x) support:
349 - Resolve the FIXME with respect to saving the u-boot environment.
350 - Make the default load address land in real memory.
351 - Fix lan91c96 SMC_{in,out}{b,w,l}() macros
352 Patch by David Brownell, 10 Mar 2005
353
8e6f1a8e
WD
354* Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board
355 Patch by Marc Leeman, 04 Mar 2005
356
49a7581c
WD
357* OMAP242x H4 board update
358 - fix for ES2 differences.
359 - switch to using the cfi_flash driver.
360 - fix SRAM build address.
361 - fix for GP device operation.
362 - unlock SRAM for GP devices.
363 - display more device information.
364 - fix potential deadlock in omap24xx_i2c driver.
365 - fix DLL load values to match dpllout*1 operation.
366 - fix 2nd chip select init for combo DDR device.
367 - add support for CFI Intel 28F256L18 on H4 board.
368 Patch by Richard Woodruff, 03 Mar 2005
369
8e2be51d
WD
370* Fix formating in include/asm-arm/arch-at91rm9200/AT91RM9200.h
371 Patch by Steven Scholz, 02 Mar 2005
372
a188b585
WD
373* Fix typo in eth.c
374 Patch by Ara Avanesyan, 24 Feb 2005
375
31466294
WD
376* Remove unneeded #include <malloc.h>
377 Patch by Ladislav Michl, 22 Feb 2005
378
b66eb528
WD
379* Add cramfs support for m68k
380 Patch by Zachary Landau, 21 Feb 2005
381
bd51626c 382* Update ep8260: Fix flash timeouts; improve clock resolution for faster UARTs
716c1dcb
WD
383 Patch by Jeff Angielski, 21 Feb 2005
384
7a22cd53
WD
385* Fix au1x00_serial baud rate calculation:
386 remove hardcoded cpu clock divisor and use register instead;
387 round up instead of truncate
388 Patch by Andrew Dyer, 15 Feb 2005
389
875c7893 390* Add Xilinx Spartan3 family FPGA support
7a22cd53 391 Patch by Kurt Stremerch, 14 Feb 2005
875c7893 392
db421e64
WD
393* Fix drivers/cfi_flash.c: use info->reset_cmd instead of FLASH_CMD_RESET
394 Patch by Zachary Landau, 11 Feb 2005
395
c177bb5f
WD
396* Fix VOH405 Support
397 Patch by Matthias Fuchs, 25 Sep 2005
398
1972dc0a
WD
399* Added support for PCI bridge on MPC8272ADS
400 Patch by Vitaly Bordug, Feb 09 2005
401
0148e8cb
WD
402* Update multicore CM9XX support for Integrator AP to allow booting from flash
403 Patch by Jean-Paul Saman, 8 Feb 2005
404
389db1f1
WD
405* Fix strswab() to reliably find end of string
406 Patch by Andrew Dyer, 08 Feb 2005
407
6ed6ce62
WD
408* Fix typos in include/ppc440.h
409 Patch by Andrew E Mileski, 04 Feb 2005
410
2df741bf
WD
411* Add Vibren (was Accelent) PXA255 IDP Support
412 Patch by Cliff Brake, 04 Feb 2005
413
fd4bb67b
WD
414* Fix tools/bmp_logo.c using incorrect offset to pixel data
415 Patch by Andrew Dyer, 31 Jan 2005
416
74f4304e
WD
417* Add ARM946E cpu and core module targets; remap memory to 0x00000000
418 Patch by Peter Pearse, 2 Feb 2005
419
e2146b6a
WD
420* Fix error handling in tools/env/fw_env.c
421 Patch by Ara Avanesyan, 01 Feb 2005
422
9f221d07
WD
423* Fix MGT5100 PSC baudrate calculation
424 Patch by Sebastian Schau, 27 Jan 2005
425
c97a2aaf
WD
426* OMAP242x fix for GP device booting
427 - Add SRAM unlock for GP devices.
428 - Change DDR DLL unlock value to allow DPLLout*1 operation.
429 Patches by Richard Woodruff, 21 Jan 2005:
430
265817c7
WD
431* Add support for AMD's Pb1x00 eval board;
432 add MII routines to the au1x00 ethernet driver;
433 add USB ohci driver (work in progress)
434 Patch by Thomas Sailer, 20 Jan 2005
435
b63de2c0
WD
436* Update omap5912osk board
437 Use drivers/cfi_flash.c instead of private flash driver;
438 Remove hardcoded personalized settings from omap5912osk.h;
439 Fix spacing with (RO) marks in 'flinfo' output.
440 Patch by Michael Bendzick, 14 Jan 2005
441
3706ba1a
WD
442* Fix warnings for PCI code on ixp
443 Patch by Joe <lgxue@yahoo.com>, 13 Jan 2005
444
9a9200b4
WD
445* virtex2 fix for bogus download error messages
446 The virtex2 FPGA download code watches for init going active during
447 a download of config data as an error condition. init also goes
448 active after a configuration is finished in concert with the done
449 signal. So far, the code does not check for done active until all
450 of the configuration data is sent. If configuration data has a few
451 extra pad bytes at the end, this would cause an error message even
452 though the download had suceeded.
453 NOTE: virtex2 slave serial and spartan2 versions may still have the
454 same problem.
455 Patch by Andrew Dyer, 12 Jan 2005
456
dafbe379
WD
457* Optimize flash_make_cmd in drivers/cfi_flash.c for little endian
458 Fix "WARNING: flash_make_cmd: unsuppported LittleEndian mode"
459 message when probing for nonexistent flash in little endian mode.
460 As a side effect more efficient and smaller code is generated,
461 which is always a Good Thing (TM).
462 Patch by Ladislav Michl, 24 Sep 2005
463
28cb9375
WD
464* Update for TFTP using a fixed UDP port
465 Use the approved environment variable names. Added "tftpdstp" to
466 allow ports other than 69 per Tolunay Orkun's recommendation.
467 Patch by Jerry Van Baren, 12 Jan 2005
468
ecb0ccd9
WD
469* Allow to force TFTP to use a fixed UDP port
470 (Add a configuration option CONFIG_TFTP_PORT and optional env
471 variable tftpport)
472 Patch by Jerry Van Baren, 10 Jan 2005
473
4bc12f1c
WD
474* Fix ethernet timeouts on dbau1550 and other au1x00 systems
475 Patch by Leif Lindholm, 29 Dec 2004
476
2b792afc
WD
477* Cleanup: fix broken builds
478
479* Fix PHY address argument passing with mii info command
480 Patch by Andrew Dyer, 28 Dec 2004
481
0c8721a4
WD
482* Cleanup (PPC4xx is AMCC now)
483
7644f16f
SR
484* esd CPCI2DP board added
485 Patch by Matthias Fuchs, 22 Sep 2005
486
026cb5d8
SR
487* esd PMC405 board updated
488 Patch by Matthias Fuchs, 22 Sep 2005
489
98f4a3df
SR
490* Add SM501 support to HH405 board.
491 Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
492 Add support for eeprom write-enable (CFG_EEPROM_WREN).
493 Patch by Stefan Roese, 22 Sep 2005
494
1caa7078
WD
495* Fix autonegotiation in tsec ethernet driver
496 Patch by Stefan Roese, 21 Sep 2005
497
8b4c9e7c
WD
498* Fix bug in auto_update (trab board)
499 Patch by Martin Krause, 16 Sep 2005
500
59d80bf1
WD
501* Fix computation of framebuffer palette for 8bpp LCD bitmaps
502 Patch by Francesco Mandracci, 16 Sep 2005
503
1806c759
WD
504* Update configuration for INKA4x0 board
505
29fe1c0f
WD
506* Update configuration for PM854 board
507 Based on patch by R. Loeffl, 20 Jul 2005
508
053b40fa
SR
509* Add PCI support to TQM8540 and TQM8560 boards
510 Patch by Stefan Roese, 15 Sep 2005
511
34c0a5e9
SR
512* Update AMCC Yosemite to get a consistent setup for all AMCC eval
513 boards (baudrate, environment...). Flash driver fixed.
514 Patch by Stefan Roese, 15 Sep 2005
515
4a3cd9e6
SR
516* Fix problem in 440GP ethernet driver (ebony). Add support for 2nd
517 ethernet port on ebony.
518 Patch by Stefan Roese, 7 Sep 2005
519
7d45477b
MB
520* Added support for mtddevnum and mtddevname variables (mtdparts command)
521
670d9f13
WD
522* Change default console baud rate for stxxtc board
523
9d2a873b 524* Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).
9d2a873b
SR
525 Patch by Stefan Roese, 31 Aug 2005
526
80e238c7
WD
527* Fix default command set (don't include CFG_CMD_DISPLAY command)
528 Patch by Pantelis Antoniou, 02 Sep 2005
529
6d51e505
WD
530* Cleanup
531
7b3e3c59
WD
532* Enable SM712 driver support for HMI1001 board.
533
77f6580c
WD
534* Fix problems with ld version 2.16 (dot outside sections problem)
535 Pointed out by Gerhard Jaeger, 31 Aug 2005;
536 cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
537
538* Prepare U-Boot for gcc-4.x: fix global data pointer initialization
539
540* Adjust CS3 timings on HMI1001 board for dot matrix display under Linux
541
542* Add keyboard and dot matrix display support for HMI1001 board.
543
544* Prepare U-Boot for gcc-4.x
545
61dada83
WD
546* Fixed Bamboo port to enable running without DDR-DIMM
547 (Bamboo has also 64MB onboard DDR)
a3e4fcb8
SR
548 Patch by Stefan Roese, 24 Aug 2005
549
a9fe9f42
WD
550* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
551 now handling all 4xx cpu's
552 Patch by Stefan Roese, 16 Aug 2005
553
2ac4785c
WD
554* Fix make dependencies for at91rm9200 and ks8695 cpus
555 Patch by Steven Scholz, 23 Aug 2005
556
d534f5cc
WD
557* Add JFFS2 support for TQM5200 board
558
5e4b3361
SR
559* Add esd cpci5200 and pf5200 boards
560 Patch by Reinhard Arlt, 22 Aug 2005
561
94085698
WD
562* Fix sysclock for TQM8540 and TQM8560 boards
563 Patch by Martin Krause, 25 Jul 2005
564
c7db9a38
WD
565* Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2
566 Patch by Martin Krause, 08 Jun 2005
567
6617aae9
WD
568* Add new board specific commands for TQM5200/STK52XX
569 - Sound commands (beep, wav, sound)
570 - Test commands (led, can, backlight, rs232)
571 Patch by Martin Krause, 02 May 2005
572
573* Change main clock on CMC-PU2 board from 207 MHz to 179 MHz
df3c7c8f
WD
574 because of a bug in the AT91RM9200 CPU PLL
575 Patch by Martin Krause, 22 Apr 2005
576
601aed1e
WD
577* Add automatic HW detection for another CMC_PU2 variant
578 Patch by Martin Krause, 20 Apr 2005
579
dbc58190
WD
580* Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
581 Patch by Martin Krause, 19 Apr 2005
582
e8aa824e 583* Fix initialization problem on TQM5200 without SM501
601aed1e 584 Patch by Martin Krause, 08 Apr 2005
e8aa824e 585
4f562f14 586* Add RTC support for STK52XX.200
601aed1e 587 Patch by Martin Krause, 07 Apr 2005
4f562f14 588
df04a3df
WD
589* Add support for IFM o2dnt board
590
98128f38
WD
591* Enable PCI on hmi1001 board
592
87b8bd5a
WD
593* Fix return values of the jffs2 commands ls/fsload/fsinfo,
594 so we can use them to, e.g., check the existence of a file with
595 "if ls foo; then this; else that; fi" in the hush shell
596 Patch by Andreas Engel, 16 August 2005
597
3d078ce6
WD
598* Coding style cleanup
599
6bdf4306
WD
600* Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
601 Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
602
b79316f2
SR
603* Check return value of malloc in 440gx_enet.c
604 Patch by Travis B. Sawyer, 18 Jul 2005
605
606* Add Sandburst Metrobox and Sandburst Karef board support packages.
607 Second serial port on 440GX now defined as a system device.
608 Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
609 Patch by Travis B. Sawyer, 12 Jul 2005
610
a1191902
WD
611======================================================================
612Changes for U-Boot 1.1.3:
613======================================================================
614
b2f50807
WD
615* Minor code cleanup
616
50814844
WD
617* Add forgotten new fils from latest VoiceBlue update
618
396387ab
WD
619* Make bootretry feature work with hush shell.
620 Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too.
621 Patch by Andreas Engel, 19 Jul 2005
622
d992daf9
WD
623* Update Hymod Board Database PHP code in "tools" directory
624 Patch by Murray Jensen, 01 Jul 2005
625
f9d77ed3
WD
626* Make "tr" command use POSIX compliant; export HOSTOS make variable
627 Patch by Murray Jensen, 30 Jun 2005
628
b3b0fd55
WD
629* Fix Murray Jensen's mail address.
630 Patch by Murray Jensen, 30 Jun 2005
631
f89920c3
WD
632* Preserve PHY_BMCR during a soft reset.
633 Patch by Carl Riechers, 24 Jun 2005
634
e5445288
WD
635* VoiceBlue update: eeprom tool can also store firmware version now.
636 eeprom.bin is runable by jumping at load address.
637 Patch by Ladislav Michl, 23 May 2005
638
ea99a738
WD
639* Move the AT91RM9200DK to the ARM Systems list.
640 Patch by Anders Larsen, 26 Apr 2005
b2f50807 641
8d4ba3da
WD
642* Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3
643 Patch by Anders Larsen, 26 Apr 2005
644
4d302d69
WD
645* measure_gclk() is needed when DEBUG is enabled
646 Patch by Bryan O'Donoghue, 25 Apr 2005
647
8534bf9a
SR
648* Add UPD-Checksum code, fix problem in net.c (return instead of break)
649 Patch by Reinhard Arlt, 12 Aug 2005
650
5315dfa9
SR
651* esd PCI405 board updated
652 Patch by Matthias Fuchs, 28 Jul 2005
653
82f4c6ac
SR
654* esd WUH405 and DU405 board updated
655 Patch by Matthias Fuchs, 27 Jul 2005
656
9bcf2ab4
SR
657* Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I)
658 Patch by Matthias Fuchs, 4 May 2005
659
84286386
SR
660* Update AMCC Yosemite to get a consistent setup for all AMCC eval
661 boards (baudrate, environment...). Flash driver fixed.
662 Patch by Stefan Roese, 11 Aug 2005
663
9e00589b
SR
664* Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
665 Patch by Stefan Roese, 11 Aug 2005
666
c57c7980
SR
667* Add NAND FLASH support for AMCC Bamboo 440EP eval board
668 Patch by Stefan Roese, 11 Aug 2005
669
8f79e4c2
WD
670* Add configuration for IFM AEV FIFO board.
671 Minor coding style cleanup.
672
673* Add configuration for IFM SPI eval board
674
9d3338d2
WD
675* Fix CompactFlash problem on HMI1001 board
676
c4e0e686
WD
677* Make new "mtdparts" code build with older compilers
678 Patch by Andrea Scian, 09 Aug 2005
679
846b0dd2
SR
680* Changed CONFIG_440_GX, CONFIG_440_EP and CONFIG_440_GR options to
681 CONFIG_44GX, CONFIG_440EP and CONFIG_440GR for a consistent design
682 with the 405 defines and the linux kernel defines.
683 Patch by Stefan Roese, 08 Aug 2005
684
c19c3134
WD
685* Fix compiler warnings with older GCC versions
686
700a0c64
WD
687* Add common (with Linux) MTD partition scheme and "mtdparts" command
688
689 Old, obsolete and duplicated code was cleaned up and replace by the
690 new partitioning method. There are two possible approaches now:
691
692 The first one is to define a single, static partition:
693
694 #undef CONFIG_JFFS2_CMDLINE
695 #define CONFIG_JFFS2_DEV "nor0"
696 #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF /* use whole device */
697 #define CONFIG_JFFS2_PART_SIZE 0x00100000 /* use 1MB */
698 #define CONFIG_JFFS2_PART_OFFSET 0x00000000
699
700 The second method uses the mtdparts command line option and dynamic
701 partitioning:
702
703 /* mtdparts command line support */
704 #define CONFIG_JFFS2_CMDLINE
705 #define MTDIDS_DEFAULT "nor1=zuma-1,nor2=zuma-2"
706 #define MTDPARTS_DEFAULT "mtdparts=zuma-1:-(jffs2),zuma-2:-(user)"
707
708 Command line of course produces bigger images, and may be inappropriate
709 for some targets, so by default it's off.
710
452e8e72
WD
711* Fix build problems for PM856 Board
712
8b019da6
WD
713* Fix sign extension bug in 'fpga loadb' command;
714 make 'fpga loadb' always print the file header info
715 Patch by Andrew Dyer, 11 Jan 2005
716
fe599e17
WD
717* Fix errors that occur when accessing SystemACE CF
718 Patch by Jeff Angielski, 09 Jan 2005
846b0dd2 719
7ebdb19b
WD
720* Document switching between U-Boot and PlanetCore on RPXlite
721 by Sam Song, 24 Dec 2004
722
d980a169
WD
723* Fix PowerQUICC II mask detection.
724 Patch by Eugene Surovegin, 20 Dec 2004
846b0dd2 725
d06a5f7e
WD
726* Add support for Altera NIOS DK1C20 board
727 Patch by Shlomo Kut, 13 Dec 2004
728
f901a83b
WD
729* Add support for ep8248 board
730 Patch by Yuli Barcohen, 12 Dec 2004
731
732 Minor code cleanup.
733
5633796c
WD
734* Fix baudrate setting for KGDB on MPC8260
735 Patch by HoJin, 11 Dec 2004
736
5ad73a81
WD
737* Fix 'mii help' text formatting
738 Patch by Cory Tusar, 10 Dec 2004
f901a83b 739
23a7a32d
WD
740* Fix return code of NFS command
741 Patch by Hiroshi Ito, 11 Dec 2004
742
3836221d
WD
743* Fix typo
744
c04a76e6
WD
745* Fix compiler warnings in cpu/ppc4xx/usbdev.c
746 Patch by Steven Blakeslee, 04 Aug 2005
747
17f50f22
SR
748* Add support for AMCC Bamboo PPC440EP eval board
749 Patch by Stefan Roese, 04 Aug 2005
750
de1d0a69
JL
751* Patch by Jon Loeliger
752 Fix style issues primarily in 85xx and 83xx boards.
753 - C++ comments
754 - Trailing white space
755 - Indentation not by TAB
756 - Excessive amount of empty lines
757 - Trailing empty lines
758
b4f15fda 759* Patch by Ron Alder, 11 Jul 2005
b0e32949
LW
760 Add Xianghua Xiao and Lunsheng Wang's support for the
761 GDA MPC8540 EVAL board.
762
f046ccd1
EL
763* Patch by Eran Liberty
764 Add support for the Freescale MPC8349ADS board.
765
b4f15fda 766* Patch by Jon Loeliger, 25 Jul 2005
63be111e
JL
767 Move the TSEC driver out of cpu/mpc85xx as it will be shared
768 by the upcoming mpc83xx family as well.
769
b4f15fda 770* Patch by Jon Loeliger, 05 May 2005
d9b94f28
JL
771 Implemented support for MPC8548CDS board.
772 Added DDR II support based on SPD values for MPC85xx boards.
773 This roll-up patch also includes bugfies for the previously
774 published patches:
775 DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
776
b4f15fda 777* Patch by Jon Loeliger, 10 Feb 2005
288693ab
JL
778 Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
779
b4f15fda 780* Patch by Jon Loeliger, Kumar Gala, 08 Feb 2005
7202d43d
JL
781 For MPC85xxCDS:
782 Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow
783 for faster flash parts.
784 Add documentation for BR/OR for FLASH.
785
b4f15fda 786* Patch by Jon Loeliger 08 Feb 2005
d65cfe89
JL
787 Determine L2 Cache size dynamically on 85XX boards.
788
b4f15fda 789* Patch by Jon Loeliger, Kumar Gala 08 Feb 2005
9c4c5ae3
JL
790 - Convert the CPM2 based functionality to use new CONFIG_CPM2
791 option rather than a myriad of CONFIG_MPC8560-like variants.
792 Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
793 Eliminates the CONFIG_MPC8560 option entirely. Distributes the
794 new CONFIG_CPM2 option to each 8260 board.
a1191902 795
b20d0032
WD
796* Add support for MicroSys PM856 board
797 Patch by Josef Wagner, 03 Aug 2005
798
992b402b
WD
799* Minor fixes to PM854 board
800 Patch by Josef Wagner, 03 Aug 2005
801
452f6740
WD
802* Adjust configuration of XENIAX board
803 (chip select and GPIO required for USB operation)
804
3e0bc447
WD
805* Fix typos in cpu/85xx/start.S which caused DataTLB exception to be
806 routed to the Watchdog handler
807 Patch by Eugene Surovegin, 18 Jun 2005
808
b20d0032 809* (re)enabled scsi commands do_scsi() and do_scsiboot()
460c322f
WD
810 Patch by Denis Peter, 06 Dec 2004
811
c43352cc
WD
812* Fix endianess problem in TFTP / NFS default filenames
813 Patch by Hiroshi Ito, 06 Dec 2004
814
6dfa434e
WD
815* Ignore broadcast status bit in received frames in 8260 FCC ethernet
816 loopback test code
817 Patch by Murray Jensen, 18 Jul 2005
818
507d3b0c
WD
819* Fix typo in mkconfig script (used == instead of =)
820 Patch by Murray Jensen, 18 Jul 2005
821
dc17fb6d
WD
822* Cleanup build problems on 64 bit build hosts
823
d3b86c49
WD
824* Update MAINTAINERS file
825
8a316c9b
SR
826* Patch by Stefan Roese, 01 Aug 2005:
827 - Major cleanup for AMCC eval boards Walnut, Bubinga, Ebony, Ocotea
828 (former IBM eval board). Please see "doc/README.AMCC-eval-boards-cleanup"
829 for details.
830 - Sycamore (PPC405GPr) eval board added (Walnut port is extended
831 to run on both 405GP and 405GPr eval boards).
832
833* Patch by Steven Blakeslee, 27 Jul 2005:
834 - Add support for AMCC PPC440EP/GR.
835 - Add support for AMCC Yosemite PPC440EP eval board.
836 - Add support for AMCC Yellowstone PPC440GR eval board.
837
0f18cb6e
WD
838* Minor fixes for PPChameleon Board:
839 - fix alignment of NAND size
840 - make code do what the comment says
841
cf991923
WD
842* Implement h/w sector protection status synchronization at boot.
843 The code is provided for, and was tested on, the Yukon/Alaska
844 and PM520 boards only.
845
846 A bug in flash_real_protect() for the Yukon board was fixed by
847 adding a function that tells if two banks are on one flash chip.
848
15f36a5e
WD
849* Fix sysmon POST problem: check I2C error codes
850 This fixes a problem of displaying bogus voltages when the voltages
851 are so low that the I2C devices start failing while the rest of the
852 system keeps running.
853
e82bc62c
WD
854* Patch by Cedric Vincent, 6 Jul 2005:
855 Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"
856
2d5df63e
WD
857* Patch by Jon Loeliger, 20 Jul 2005:
858 Add missing PCI IO port definitions.
859
08abe158
WD
860* Add CompactFlash support for HMI1001 board.
861
862* Adjust printed board ID for LWMON board.
863
1a79473b
WD
864* Fix low-level OHCI transfers for ARM920t and MPC5xxx
865
f530187d
WD
866* Add new argument format for flash commands to allow for usage like
867 "erase $(addr) +$(filesize)", i. e. a size argument can be used and
868 U-Boot will automaticially find the end of the corresponding sector.
869
cd5b2b99
SR
870* Patch by Stefan Roese, 5 Jul 2005:
871 Update uc100 board PHY setup
872
3c71f3e8
SR
873* Patch by Stefan Roese, 1 Jul 2005:
874 Fix PHY address for CATcenter board (now correct!)
875
bf41886f
SR
876* Patch by Stefan Roese, 30 Jun 2005:
877 Fix PHY addresses for PPChameleon and CATcenter boards
878 Change MAINTAINER for most esd boards
879
88804d19
WD
880* Patch by Detlev Zundel, 30 Jun 2005:
881 Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
882
342717f7
WD
883* Fix baudrate calculation problem on MPC5200 systems
884
885* Add EEPROM and RTC support for HMI1001 board
886
887* Patch by Detlev Zundel, 20 Jun 2005:
888 Fix initialization of low active GPIO pins on inka4x0 board
889
024447b1
WD
890* Enable redundant environment, disable HW flash protection of
891 HMI1001 board
892
b2532eff
WD
893* Patch by Travis Sawyer, 10 Jun 2005:
894 Initialize allocated dev and private hw structures
895 after their respective allocation in 440gx_enet.c
896
897* Patch by Steven Scholz, 10 Jun 2005:
898 Fix byteorder problems with second argument of "bootm" with
899 standalone images;
900
a87589da
WD
901* Add support for HMI1001 board
902
903* Disable "date" and "sntp" commands on TQM866M
904
51152c17
WD
905* Fix watchdog reset problems on LWMON board
906
ba91e26a
WD
907* Patch by Juergen Selent, 17 May 2005:
908 Add support for Funkwerk VoVPN gateway module.
909
910* Cleanup debug code for MPC8220 FEC driver
911
2eab48f5
WD
912* Extend burst mode RAM test program to take a loop count
913 (0 = infinite)
914
915* Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on
916 those boards that use it.
917
3a574cbe
WD
918* Patches by Greg Ungerer, 19 May 2005:
919 - add support for the KS8695P (ARM 922 based) CPU
920 - add support for the OpenGear CM4008, CM4116 and CM4148 boards
921
922* Patch by Steven Scholz, 19 May 2005:
923 Add support for CONFIG_SERIAL_TAG on ARM boards
924
7680c140
WD
925* Add PCI support for Sorcery board.
926 Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
927
c0176630
WD
928* Fix compile problems caused by new burst mode SDRAM test;
929 make port pins to trigger logic analyzer configurable
930
343117bf
WD
931* Fix timer handling on MPC85xx systems
932
9dd41a7b
WD
933* Fix debug code in omap5912osk flash driver
934
935* Add support for MPC8247 based "IDS8247" board.
936
d44e14b5
WD
937* Add support for 2 x TSEC interfaces on the TQM8540 board.
938
ed16fefc
WD
939* On LWMON we must use the watchdog to reset the board as the CPU
940 genereated HRESET pulse is too short to reset the external
941 circuitry.
942
931da93e
WD
943* Add test tool to exercise SDRAM accesses in burst mode
944 (as standalone program, MPC8xx/PowerPC only)
945
60fc6cbb
WD
946* Increase CFG_MONITOR_LEN for Rattler board to match actual code
947 size.
948
07cc0999 949* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
412babe3
WD
950 March 13, 2005); new configuration option CONFIG_JFFS2_LZO_LZARI
951 added to support LZO and LZARI compression modes (undefined by
952 default).
07cc0999 953
cf8bc577
WD
954* Fix problem with symbolic links in JFFS2 code.
955
a710d4be
WD
956* Use linker ASSERT statement to prevent undetected overlapping of
957 sections on PPChameleon board; other boards might use this, too.
958
434cf850
SR
959* Patch by Stefan Roese, 03 May 2005:
960 Update for P3G4
961 Fix problems in cmd_universe.c
962
963* Patch by Matthias Fuchs, 03 May 2005:
964 Added missing variable declaration in cmd_nand.c
965 Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
966
9f709b6c
WD
967* Fix INKA4x0: use CS1 as gpio_wkup_6 output
968
a6310928
WD
969* Fix bug in the SDRAM initialization code for canmb, IceCube and
970 PM520 boards.
971 Fix PHY address for canmb board.
972
7cc1438d
WD
973* Cleanup serial console baudrate calculation on AT91RM9200;
974 get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
ec0ca731 975
fddae7b8
SR
976* Patch by Matthias Fuchs, 18 Apr 2005:
977 Make PCI target address spaces on PMC405 and CPCI405 boards
978 configurable via environment variables
979
b2323ea6
WD
980* Auto-size RAM on canmb board.
981
5e5f9ed2
WD
982* Add support for canmb board
983
4c2a366d
SR
984* Patch by Stefan Roese, 13 Apr 2005:
985 Update for esd apc405
986
2a8af187
WD
987* Fixes for TQM8560 board:
988 - fix clock rates
989 - remove debug messages
990 - fix flash sector protection
991
b77fad3b
WD
992* Patch by Steven Scholz, 07 Apr 2005:
993 Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
994
2a8af187 995* Patches by Steven Scholz, 07 Apr 2005:
b77fad3b 996 Fix compiler warning in altera.c
2a8af187 997 Fix warning in cpu/arm920t/at91rm9200/i2c.c
b77fad3b
WD
998
999* Patch by Ladislav Michl, 06 Apr 2005:
1000 Fix voiceblue configuration.
1001
7ec25502
SR
1002* Patch by Stefan Roese, 06 Apr 2005:
1003 Updates for OCOTEA board:
1004 - Changed U-Boot size from 512kByte to 256kByte
1005 - Fixed flash driver to support boot from soldered user flash
1006 - Added README for switch from PIBS firmware to U-Boot
1007
1008* Patch by Travis Sawyer, 05 Apr 2005:
1009 - Change timer frequency for ppc 440 from 10 ms to 1 ms.
1010 Problem found by Andrew Wozniak.
1011
a85f9f21
WD
1012* Patch by Steven Scholz, 06 Apr 2005:
1013 - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
1014 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
1015
20787e23
WD
1016* Patches by Robert Whaley, 29 Nov 2004:
1017 - update the pxa-regs.h file for PXA27x chips
1018 - add PXA27x based ADSVIX board
1019 - add support for MMC on PXA27x processors
1020
1021* Patch by Andrew E. Mileski, 28 Nov 2004:
1022 Fix PPC4xx SPD SDRAM detection bug
1023
1024* Patch by Hiroshi Ito, 26 Nov 2004:
1025 Fix logic of "test -z" and "test -n" commands
1026
3c2b3d45
WD
1027* Patch by Ladislav Michl, 05 Apr 2005:
1028 Add support for VoiceBlue board.
1029
1030* Patch by Ladislav Michl, 05 Apr 2005:
1031 Fix netboot_common() prototypes.
1032
b304c968
WD
1033* Patch by Steven Scholz, 05 Apr 2005:
1034 Use i.MX watchdog timer for reset_cpu()
1035
1036* Patch by Steven Scholz, 05 Apr 2005:
1037 Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
1038 subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
1039 (now in interupts.c)
1040
12b43d51
WD
1041* Add support for MPC8220 based "sorcery" board.
1042
1043* Add support for TQM8560 board.
f5c5ef4a 1044
3dd7f0f0
WD
1045* Add FEC support for TQM8540 board.
1046 Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
1047
1048* Patch by Martin Krause, 04 Apr 2005:
1049 Update default configuration for CMC_PU2 board.
1050
8aa1a2d1
WD
1051* Patch by Steven Scholz, 04 Apr 2005:
1052 - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
1053 - introduce two new configuration options instead:
1054 CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
1055
ba83a307
WD
1056* Patch by Steven Scholz, 04 Apr 2005:
1057 Make sure that MDIO clock does not exceed 2.5 MHz on AT91
1058
101e8dfa
WD
1059* Fix timer code for ARM systems: make sure that udelay() does not
1060 reset timers so it's save to use udelay() in timeout code.
1061
50712ba1
WD
1062