
On 04/27/2017 01:08 AM, Alison Wang wrote:
This patch is to adjust the memory mapping for FLash/SD card on LS1043AQDS and LS1043ARDB, such as PPA firmware load address, FMAN firmware load address, QE firmware load address, U-Boot start address on serial flash and environment address.
Signed-off-by: Alison Wang alison.wang@nxp.com
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 8 ++++---- include/configs/ls1043a_common.h | 10 +++++----- include/configs/ls1043aqds.h | 10 +++++----- include/configs/ls1043ardb.h | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-)
Alison,
I think it will be beneficial to add the detail information in board README file. I have collected some information for my own use. For example, the exact location of these images for SD card layout before your change
U-Boot 0x8 PPA 0x2800 ITB 0x4a80 FMan 0x820 PPA header 0x3800 ITB header 0x1f480 (The last two are for secure boot)
York