summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Mitchell <dmitch71@gmail.com>2008-11-20 14:09:50 -0600
committerStefan Roese <sr@denx.de>2008-11-21 11:02:04 +0100
commitddf45cc758d394591fb9bcdcbe96530f733f2bce (patch)
tree661e05764bd4978aef056a431da33377dfa3a389 /include
parentb14ca4b61a681f75f3125676e09d7ce6af66e927 (diff)
downloadblackbird-obmc-uboot-ddf45cc758d394591fb9bcdcbe96530f733f2bce.tar.gz
blackbird-obmc-uboot-ddf45cc758d394591fb9bcdcbe96530f733f2bce.zip
ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
Expanded OCM TLB to allow access to 64K OCM as well as 256K of internal SRAM. Adjusted internal SRAM initialization to match updated user manual recommendation. OCM & ISRAM are now mapped as follows: physical virtual size ISRAM 0x4_0000_0000 0xE300_0000 256k OCM 0x4_0004_0000 0xE304_0000 64k A single TLB was used for this mapping. Signed-off-by: Dave Mitchell <dmitch71@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/canyonlands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/canyonlands.h b/include/configs/canyonlands.h
index f8e880181b..faf630496d 100644
--- a/include/configs/canyonlands.h
+++ b/include/configs/canyonlands.h
@@ -102,7 +102,7 @@
#define CONFIG_SYS_FLASH_BASE_PHYS (((u64)CONFIG_SYS_FLASH_BASE_PHYS_H << 32) | \
(u64)CONFIG_SYS_FLASH_BASE_PHYS_L)
-#define CONFIG_SYS_OCM_BASE 0xE3000000 /* OCM: 16k */
+#define CONFIG_SYS_OCM_BASE 0xE3000000 /* OCM: 64k */
#define CONFIG_SYS_SRAM_BASE 0xE8000000 /* SRAM: 256k */
#define CONFIG_SYS_LOCAL_CONF_REGS 0xEF000000
OpenPOWER on IntegriCloud