blob: 37ff332ad5885feaa3da640a1aa101a0c32b98e9 [file] [log] [blame]
wdenk24ee89b2002-11-03 17:56:27 +00001======================================================================
2Changes since for U-Boot 0.1.0:
3======================================================================
4
wdenk56f94be2002-11-05 16:35:14 +00005* Add support for log buffer which can be passed to Linux kernel's
6 syslog mechanism; used especially for POST results.
7
8* Patch by Klaus Heydeck, 31 Oct 2002:
9 Add initial support for kup4k board
10
wdenk384ae022002-11-05 00:17:55 +000011* Patch by Robert Schwebel, 04 Nov 2002:
12 - use watchdog to reset PXA250 systems
13 - added progress callbacks to (some of the) ARM code
14 - update for Cogent CSB226 board
15
16* Add support for FPS860 board
17
wdenke95b61c2002-11-04 16:02:40 +000018* Patch by Guillaume Alexandre,, 04 Nov 2002:
19 Improve PCI access on 32-bits Compact PCI bus
20
wdenk24ee89b2002-11-03 17:56:27 +000021* Fix mdelay() on TRAB - this was still the debugging version with
22 seconds instead of ms.
23
24* Patch by Robert Schwebel, 1 Nov 2002:
25 XScale related cleanup (affects all ARM boards)
26
27* Cleanup of names and README.
wdenkcc1c8a12002-11-02 22:58:18 +000028
29======================================================================
wdenk24ee89b2002-11-03 17:56:27 +000030Notes for U-Boot 0.1.0:
wdenkcc1c8a12002-11-02 22:58:18 +000031======================================================================
32
33This is the initial version of "Das U-Boot", the Universal Boot Loader.
34
35It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
36For information about the history of the project please see the
37PPCBoot project page at http://sourceforge.net/projects/ppcboot
38
39======================================================================