diff options
author | Gong Qianyu <Qianyu.Gong@freescale.com> | 2016-01-25 15:16:06 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-01-27 08:28:55 -0800 |
commit | 166ef1e90ce404a6470a1c4910a1e84404379b86 (patch) | |
tree | 8491a335879611ed1629a1b46ba7a2b3db6cb62c /board/freescale/ls1043aqds | |
parent | e0579a5852b3edb09f965dbbbd0b49507931be95 (diff) | |
download | u-boot-166ef1e90ce404a6470a1c4910a1e84404379b86.tar.gz u-boot-166ef1e90ce404a6470a1c4910a1e84404379b86.tar.xz u-boot-166ef1e90ce404a6470a1c4910a1e84404379b86.zip |
armv8/ls1043aqds: add QSPI support in SD boot
QSPI and IFC are pin-multiplexed on LS1043A. So we use
ls1043aqds_sdcard_ifc_defconfig to support IFC in SD boot and
ls1043aqds_sdcard_qspi_defconfig to support QSPI in SD boot.
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1043aqds')
-rw-r--r-- | board/freescale/ls1043aqds/MAINTAINERS | 1 | ||||
-rw-r--r-- | board/freescale/ls1043aqds/ls1043aqds_rcw_sd_qspi.cfg | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/board/freescale/ls1043aqds/MAINTAINERS b/board/freescale/ls1043aqds/MAINTAINERS index 0c7f648b6c..868bb72979 100644 --- a/board/freescale/ls1043aqds/MAINTAINERS +++ b/board/freescale/ls1043aqds/MAINTAINERS @@ -7,3 +7,4 @@ F: configs/ls1043aqds_defconfig F: configs/ls1043aqds_nor_ddr3_defconfig F: configs/ls1043aqds_nand_defconfig F: configs/ls1043aqds_sdcard_ifc_defconfig +F: configs/ls1043aqds_sdcard_qspi_defconfig diff --git a/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_qspi.cfg b/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_qspi.cfg new file mode 100644 index 0000000000..7783521b95 --- /dev/null +++ b/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_qspi.cfg @@ -0,0 +1,8 @@ +#PBL preamble and RCW header +aa55aa55 01ee0100 +# RCW +# Enable QSPI; disable IFC +08100010 0a000000 00000000 00000000 +14550002 80004012 60040000 c1002000 +00000000 00000000 00000000 00038800 +20124000 00001100 00000096 00000001 |