wdenk | 24ee89b | 2002-11-03 17:56:27 +0000 | [diff] [blame] | 1 | ====================================================================== |
| 2 | Changes since for U-Boot 0.1.0: |
| 3 | ====================================================================== |
| 4 | |
wdenk | 384ae02 | 2002-11-05 00:17:55 +0000 | [diff] [blame^] | 5 | * 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 | |
wdenk | e95b61c | 2002-11-04 16:02:40 +0000 | [diff] [blame] | 12 | * Patch by Guillaume Alexandre,, 04 Nov 2002: |
| 13 | Improve PCI access on 32-bits Compact PCI bus |
| 14 | |
wdenk | 24ee89b | 2002-11-03 17:56:27 +0000 | [diff] [blame] | 15 | * 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. |
wdenk | cc1c8a1 | 2002-11-02 22:58:18 +0000 | [diff] [blame] | 22 | |
| 23 | ====================================================================== |
wdenk | 24ee89b | 2002-11-03 17:56:27 +0000 | [diff] [blame] | 24 | Notes for U-Boot 0.1.0: |
wdenk | cc1c8a1 | 2002-11-02 22:58:18 +0000 | [diff] [blame] | 25 | ====================================================================== |
| 26 | |
| 27 | This is the initial version of "Das U-Boot", the Universal Boot Loader. |
| 28 | |
| 29 | It is based on version 2.0.0 (the "Halloween Release") of PPCBoot. |
| 30 | For information about the history of the project please see the |
| 31 | PPCBoot project page at http://sourceforge.net/projects/ppcboot |
| 32 | |
| 33 | ====================================================================== |