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