blob: 1a42bb3c113fe1d1a8c64960a755dd4e33009355 [file] [log] [blame]
wdenk24ee89b2002-11-03 17:56:27 +00001======================================================================
2Changes since for U-Boot 0.1.0:
3======================================================================
4
wdenk384ae022002-11-05 00:17:55 +00005* Patch by Robert Schwebel, 04 Nov 2002:
6 - use watchdog to reset PXA250 systems
7 - added progress callbacks to (some of the) ARM code
8 - update for Cogent CSB226 board
9
10* Add support for FPS860 board
11
wdenke95b61c2002-11-04 16:02:40 +000012* Patch by Guillaume Alexandre,, 04 Nov 2002:
13 Improve PCI access on 32-bits Compact PCI bus
14
wdenk24ee89b2002-11-03 17:56:27 +000015* Fix mdelay() on TRAB - this was still the debugging version with
16 seconds instead of ms.
17
18* Patch by Robert Schwebel, 1 Nov 2002:
19 XScale related cleanup (affects all ARM boards)
20
21* Cleanup of names and README.
wdenkcc1c8a12002-11-02 22:58:18 +000022
23======================================================================
wdenk24ee89b2002-11-03 17:56:27 +000024Notes for U-Boot 0.1.0:
wdenkcc1c8a12002-11-02 22:58:18 +000025======================================================================
26
27This is the initial version of "Das U-Boot", the Universal Boot Loader.
28
29It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
30For information about the history of the project please see the
31PPCBoot project page at http://sourceforge.net/projects/ppcboot
32
33======================================================================