]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/qoriq: Move FMAN microcode location
authorYork Sun <yorksun@freescale.com>
Fri, 19 Oct 2012 08:35:12 +0000 (08:35 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 28 Nov 2012 00:25:55 +0000 (18:25 -0600)
Move FMAN microcude from 0xEF000000 to 0xEFF40000 to free up the beginning
of this virtual bank so that this bank can store RCW or be used together
with other banks to store large images.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
include/configs/P1023RDS.h
include/configs/P2041RDB.h
include/configs/corenet_ds.h

index 800d666ab232e36396ac52eb3111edbd07ae4d5e..878bd5fa5e6e9b7627be2466fefd8b1e560b491b 100644 (file)
@@ -524,7 +524,7 @@ extern unsigned long get_clock_freq(void);
 /* Default address of microcode for the Linux Fman driver */
 /* QE microcode/firmware address */
 #define CONFIG_SYS_QE_FMAN_FW_IN_NOR
-#define CONFIG_SYS_QE_FMAN_FW_ADDR     0xEF000000
+#define CONFIG_SYS_QE_FMAN_FW_ADDR     0xEFF40000
 #else
 #define CONFIG_SYS_QE_FMAN_FW_IN_NAND
 #define CONFIG_SYS_QE_FMAN_FW_ADDR     0x1f00000
index 5cdb628ab1760165a551c78e4999727752544f3f..e2f86dbb8628fce26ed1ca4f3399a48f5dc2598b 100644 (file)
@@ -539,7 +539,7 @@ unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_SYS_QE_FMAN_FW_ADDR     0xFFE00000
 #else
 #define CONFIG_SYS_QE_FMAN_FW_IN_NOR
-#define CONFIG_SYS_QE_FMAN_FW_ADDR     0xEF000000
+#define CONFIG_SYS_QE_FMAN_FW_ADDR     0xEFF40000
 #endif
 #define CONFIG_SYS_QE_FMAN_FW_LENGTH   0x10000
 #define CONFIG_SYS_FDT_PAD             (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH)
index c41b03999642e5867a979ae88e0aaff3f1ef6d62..3f42cd9a38ecc939dc9e55853f092eb4e71580a4 100644 (file)
 #define CONFIG_SYS_QE_FMAN_FW_ADDR     0xFFE00000
 #else
 #define CONFIG_SYS_QE_FMAN_FW_IN_NOR
-#define CONFIG_SYS_QE_FMAN_FW_ADDR             0xEF000000
+#define CONFIG_SYS_QE_FMAN_FW_ADDR             0xEFF40000
 #endif
 #define CONFIG_SYS_QE_FMAN_FW_LENGTH   0x10000
 #define CONFIG_SYS_FDT_PAD             (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH)