]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: ls1021a: Add QSPI or IFC support in SD boot for LS1021AQDS board
authorAlison Wang <b18965@freescale.com>
Tue, 2 Feb 2016 07:16:23 +0000 (15:16 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 24 Feb 2016 16:40:56 +0000 (08:40 -0800)
commit70097027d299e3486831396d3c02e37dc6dff66d
treed85e57def95ab4c18cb08c93567278e9a0ca8fb4
parentbbc8e053bad16366fc74943ce4c69a910c31b8b8
arm: ls1021a: Add QSPI or IFC support in SD boot for LS1021AQDS board

As QSPI and IFC are pin-multiplexed on LS1021A, only IFC is supported
in SD boot now. For the customer's demand, QSPI needs to be supported
in SD boot too.

This patch adds QSPI or IFC support in SD boot according to the
corresponding defconfig. For detail, ls1021aqds_sdcard_ifc_defconfig
is used to support IFC in SD boot and ls1021aqds_sdcard_qspi_defconfig
is used to support QSPI in SD boot.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/ls1021aqds/MAINTAINERS
board/freescale/ls1021aqds/ls1021aqds.c
board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg [moved from board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg with 100% similarity]
board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg [new file with mode: 0644]
configs/ls1021aqds_sdcard_ifc_defconfig [moved from configs/ls1021aqds_sdcard_defconfig with 100% similarity]
configs/ls1021aqds_sdcard_qspi_defconfig [new file with mode: 0644]
include/configs/ls1021aqds.h