diff options
| author | Rafal Jaworowski <raj@FreeBSD.org> | 2009-06-22 15:57:12 +0000 |
|---|---|---|
| committer | Rafal Jaworowski <raj@FreeBSD.org> | 2009-06-22 15:57:12 +0000 |
| commit | 400b1bbfe8254703784105ada72b97e47c85e41d (patch) | |
| tree | 353b98d5b45fe8c756ca0ae77c80fe2741514a8f | |
| parent | f2396192d9ac16dfb51b0072f439e93bd1c354aa (diff) | |
Notes
| -rw-r--r-- | sys/boot/powerpc/uboot/version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/powerpc/uboot/version b/sys/boot/powerpc/uboot/version index 58b040de6dd4..906210de8c3f 100644 --- a/sys/boot/powerpc/uboot/version +++ b/sys/boot/powerpc/uboot/version @@ -3,6 +3,7 @@ $FreeBSD$ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +1.0: Added storage support. 0.6: Integrated with the new U-Boot API 0.5: Full network functionality. 0.2: Initial U-Boot/PowerPC version derived from the existing |
