
On 02/01/2016 11:24 PM, Alison Wang wrote:
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
board/freescale/ls1021aqds/MAINTAINERS | 3 ++- board/freescale/ls1021aqds/ls1021aqds.c | 4 ++-- board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg | 14 -------------- board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg | 14 ++++++++++++++ board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg | 14 ++++++++++++++ configs/ls1021aqds_sdcard_defconfig | 8 -------- configs/ls1021aqds_sdcard_ifc_defconfig | 8 ++++++++ configs/ls1021aqds_sdcard_qspi_defconfig | 16 ++++++++++++++++ include/configs/ls1021aqds.h | 21 +++++++++++++++++---- 9 files changed, 73 insertions(+), 29 deletions(-) delete mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg create mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg create mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg delete mode 100644 configs/ls1021aqds_sdcard_defconfig create mode 100644 configs/ls1021aqds_sdcard_ifc_defconfig create mode 100644 configs/ls1021aqds_sdcard_qspi_defconfig
Applied to fsl-qoriq master. Awaiting upstream.
York