summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-10 20:44:51 +0000
committerwdenk <wdenk>2004-04-10 20:44:51 +0000
commitf525c8a1476945b078ce4ffe6cf768c286cbf8cc (patch)
tree5d35a72e8a2ec8e771b89b3c6c1ea8b5a56c9acd
parent17d704eb9544a35dedd2cd8b744f7a8c0b381b1b (diff)
Release version 1.1.0U-Boot-1_1_0
-rw-r--r--CHANGELOG2
-rw-r--r--doc/README.IceCube10
-rw-r--r--include/version.h2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c349092009..7fe7ee28be 100644
--- 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
index 0000000000..52ad158f0d
--- /dev/null
+++ b/doc/README.IceCube
@@ -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
+---------------------------------------------------------------------------
diff --git a/include/version.h b/include/version.h
index 867717d399..e91860f425 100644
--- a/include/version.h
+++ b/include/version.h
@@ -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__ */