wdenk | 24ee89b | 2002-11-03 17:56:27 +0000 | [diff] [blame] | 1 | ====================================================================== |
| 2 | Changes since for U-Boot 0.1.0: |
| 3 | ====================================================================== |
| 4 | |
| 5 | * Fix mdelay() on TRAB - this was still the debugging version with |
| 6 | seconds instead of ms. |
| 7 | |
| 8 | * Patch by Robert Schwebel, 1 Nov 2002: |
| 9 | XScale related cleanup (affects all ARM boards) |
| 10 | |
| 11 | * Cleanup of names and README. |
wdenk | cc1c8a1 | 2002-11-02 22:58:18 +0000 | [diff] [blame] | 12 | |
| 13 | ====================================================================== |
wdenk | 24ee89b | 2002-11-03 17:56:27 +0000 | [diff] [blame] | 14 | Notes for U-Boot 0.1.0: |
wdenk | cc1c8a1 | 2002-11-02 22:58:18 +0000 | [diff] [blame] | 15 | ====================================================================== |
| 16 | |
| 17 | This is the initial version of "Das U-Boot", the Universal Boot Loader. |
| 18 | |
| 19 | It is based on version 2.0.0 (the "Halloween Release") of PPCBoot. |
| 20 | For information about the history of the project please see the |
| 21 | PPCBoot project page at http://sourceforge.net/projects/ppcboot |
| 22 | |
| 23 | ====================================================================== |