فهرست منبع

Release version 1.1.0

wdenk 21 سال پیش
والد
کامیت
f525c8a147
3فایلهای تغییر یافته به همراه12 افزوده شده و 2 حذف شده
  1. 1 1
      CHANGELOG
  2. 10 0
      doc/README.IceCube
  3. 1 1
      include/version.h

+ 1 - 1
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

+ 10 - 0
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
+---------------------------------------------------------------------------

+ 1 - 1
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__ */