summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorZhao Qiang <B45475@freescale.com>2014-03-21 16:21:44 +0800
committerYork Sun <yorksun@freescale.com>2014-04-22 17:58:47 -0700
commitdcf1d774bf5c2612538658eac01931895b7a805f (patch)
tree9804fbee905684faaa2fdfa379d890e0a3852f98 /README
parent2d8db6d3158a8f2da99bde8c8aea3272292b4ae7 (diff)
downloadtalos-obmc-uboot-dcf1d774bf5c2612538658eac01931895b7a805f.tar.gz
talos-obmc-uboot-dcf1d774bf5c2612538658eac01931895b7a805f.zip
QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR
CONFIG_SYS_QE_FMAN_FW_ADDR is used to both Fman and QE for microcode address. Now using CONFIG_SYS_FMAN_FW_ADDR for Fman microcode address, and CONFIG_SYS_QE_FW_ADDR for QE microcode address. Signed-off-by: Zhao Qiang <B45475@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 4715cfbc25..cb96322fb7 100644
--- a/README
+++ b/README
@@ -4502,8 +4502,13 @@ This firmware often needs to be loaded during U-Boot booting, so macros
are used to identify the storage device (NOR flash, SPI, etc) and the address
within that device.
-- CONFIG_SYS_QE_FMAN_FW_ADDR
- The address in the storage device where the firmware is located. The
+- CONFIG_SYS_FMAN_FW_ADDR
+ The address in the storage device where the FMAN microcode is located. The
+ meaning of this address depends on which CONFIG_SYS_QE_FW_IN_xxx macro
+ is also specified.
+
+- CONFIG_SYS_QE_FW_ADDR
+ The address in the storage device where the QE microcode is located. The
meaning of this address depends on which CONFIG_SYS_QE_FW_IN_xxx macro
is also specified.
OpenPOWER on IntegriCloud