]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Release version 1.1.0 U-Boot-1_1_0
authorwdenk <wdenk>
Sat, 10 Apr 2004 20:44:51 +0000 (20:44 +0000)
committerwdenk <wdenk>
Sat, 10 Apr 2004 20:44:51 +0000 (20:44 +0000)
CHANGELOG
doc/README.IceCube [new file with mode: 0644]
include/version.h

index c349092009a85c07c468948c4b47c7b0010d1ed8..7fe7ee28be2f9c3e723da05ef56695d6210a6e62 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
 ======================================================================
-Changes for U-Boot 1.0.2:
+Changes for U-Boot 1.1.0:
 ======================================================================
 
 * Patch by Mark Jonas: Remove config.tmp files only when
diff --git a/doc/README.IceCube b/doc/README.IceCube
new file mode 100644 (file)
index 0000000..52ad158
--- /dev/null
@@ -0,0 +1,10 @@
+---------------------------------------------------------------------------
+Build target                Flash address | BDI "go" command | Reset Vector
+---------------------------------------------------------------------------
+MPC5200LITE                  0xFFF00000   |    0xFFF00100    |   0xFFF00100
+MPC5200LITE_LOWBOOT          0xFF000000   |    0xFF000100    |   0x00000100
+MPC5200LITE_LOWBOOT08        0xFF800000   |    0xFF800100    |   0x00000100
+icecube_5200_DDR             0xFFF00000   |    0xFFF00100    |   0xFFF00100
+icecube_5200_DDR_LOWBOOT     0xFF800000   |    0xFF800100    |   0x00000100
+icecube_5200_DDR_LOWBOOT08   0xFF800000   |    0xFF800100    |   0x00000100
+---------------------------------------------------------------------------
index 867717d399bde423ee84f382c8826933a18c6e3b..e91860f42563ffdfefc2942b5d92a6743aa08a9b 100644 (file)
@@ -24,6 +24,6 @@
 #ifndef        __VERSION_H__
 #define        __VERSION_H__
 
-#define        U_BOOT_VERSION  "U-Boot 1.0.2"
+#define        U_BOOT_VERSION  "U-Boot 1.1.0"
 
 #endif /* __VERSION_H__ */