summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-03-08 10:07:18 +0100
committerStefan Roese <sr@denx.de>2007-03-08 10:07:18 +0100
commit2721a68a9ea91f1e494649ce68b2577261f578e2 (patch)
tree0869d147ac5396d5249dbd611a97e0b5fd074478
parentdf294497479b1dca6dd86318b2a912f72fede0df (diff)
downloadblackbird-obmc-uboot-2721a68a9ea91f1e494649ce68b2577261f578e2.tar.gz
blackbird-obmc-uboot-2721a68a9ea91f1e494649ce68b2577261f578e2.zip
ppc4xx: Small AMCC Katmai 440SPe update
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r--board/amcc/katmai/init.S10
-rw-r--r--include/configs/katmai.h1
2 files changed, 11 insertions, 0 deletions
diff --git a/board/amcc/katmai/init.S b/board/amcc/katmai/init.S
index f5900bcb7b..6b024eec40 100644
--- a/board/amcc/katmai/init.S
+++ b/board/amcc/katmai/init.S
@@ -46,6 +46,11 @@
.globl tlbtabA
tlbtabA:
tlbtab_start
+
+ /*
+ * BOOT_CS (FLASH) must be first. Before relocation SA_I can be off to use the
+ * speed up boot process. It is patched after relocation to enable SA_I
+ */
tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G)
/*
@@ -81,6 +86,11 @@ tlbtabA:
.globl tlbtabB
tlbtabB:
tlbtab_start
+
+ /*
+ * BOOT_CS (FLASH) must be first. Before relocation SA_I can be off to use the
+ * speed up boot process. It is patched after relocation to enable SA_I
+ */
tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G)
/*
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index f350155c83..1606d0da17 100644
--- a/include/configs/katmai.h
+++ b/include/configs/katmai.h
@@ -108,6 +108,7 @@
*----------------------------------------------------------------------*/
#define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */
#define SPD_EEPROM_ADDRESS {0x51, 0x52} /* SPD i2c spd addresses*/
+#define CONFIG_DDR_ECC 1 /* with ECC support */
#undef CONFIG_STRESS
/*-----------------------------------------------------------------------
OpenPOWER on IntegriCloud