]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/T104xRDB.h
Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.
authorZhao Qiang <qiang.zhao@nxp.com>
Thu, 8 Sep 2016 04:55:32 +0000 (12:55 +0800)
committerYork Sun <york.sun@nxp.com>
Fri, 14 Oct 2016 17:21:03 +0000 (10:21 -0700)
commitec90ac7359a10513f1458ad5840858e6d8be0624
tree5ee891cc978fb64d9327d880749399f0acba931d
parent44afdc4a12b9f6f48338e7975e4f08cfe90dba74
Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.

T series boards use unified RCW for sd, spi and nand boot.
Now split txxx_rcw.cfg to txxx_sd_rcw.cfg, txxx_spi_rcw.cfg
and txxx_nand_rcw.cfg for SPI/NAND/SD boot.
And modify RCW[PBI_SRC] for them:
PBI_SRC=5            for SPI 24-bit addressing
PBI_SRC=6            for SD boot
PBI_SRC=14           for IFC NAND boot

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
43 files changed:
board/freescale/t102xqds/t1024_nand_rcw.cfg [moved from board/freescale/t102xqds/t1024_rcw.cfg with 100% similarity]
board/freescale/t102xqds/t1024_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t102xqds/t1024_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t102xrdb/t1023_nand_rcw.cfg [moved from board/freescale/t102xrdb/t1023_rcw.cfg with 100% similarity]
board/freescale/t102xrdb/t1023_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t102xrdb/t1023_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t102xrdb/t1024_nand_rcw.cfg [moved from board/freescale/t102xrdb/t1024_rcw.cfg with 100% similarity]
board/freescale/t102xrdb/t1024_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t102xrdb/t1024_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1040_nand_rcw.cfg [moved from board/freescale/t104xrdb/t1040_rcw.cfg with 100% similarity]
board/freescale/t104xrdb/t1040_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1040_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1040d4_nand_rcw.cfg [moved from board/freescale/t104xrdb/t1040d4_rcw.cfg with 100% similarity]
board/freescale/t104xrdb/t1040d4_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1040d4_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1042_nand_rcw.cfg [moved from board/freescale/t104xrdb/t1042_rcw.cfg with 100% similarity]
board/freescale/t104xrdb/t1042_pi_nand_rcw.cfg [moved from board/freescale/t104xrdb/t1042_pi_rcw.cfg with 100% similarity]
board/freescale/t104xrdb/t1042_pi_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1042_pi_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1042_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1042_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1042d4_nand_rcw.cfg [moved from board/freescale/t104xrdb/t1042d4_rcw.cfg with 100% similarity]
board/freescale/t104xrdb/t1042d4_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1042d4_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t208xqds/t2080_nand_rcw.cfg [moved from board/freescale/t208xqds/t2080_rcw.cfg with 100% similarity]
board/freescale/t208xqds/t2080_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t208xqds/t2080_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t208xqds/t2081_nand_rcw.cfg [moved from board/freescale/t208xqds/t2081_rcw.cfg with 100% similarity]
board/freescale/t208xqds/t2081_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t208xqds/t2081_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t208xrdb/t2080_nand_rcw.cfg [moved from board/freescale/t208xrdb/t2080_rcw.cfg with 100% similarity]
board/freescale/t208xrdb/t2080_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t208xrdb/t2080_spi_rcw.cfg [new file with mode: 0644]
board/freescale/t4qds/t4_nand_rcw.cfg [moved from board/freescale/t4qds/t4_rcw.cfg with 83% similarity]
board/freescale/t4qds/t4_sd_rcw.cfg [new file with mode: 0644]
board/freescale/t4rdb/t4_sd_rcw.cfg [moved from board/freescale/t4rdb/t4_rcw.cfg with 83% similarity]
include/configs/T102xQDS.h
include/configs/T102xRDB.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240QDS.h
include/configs/T4240RDB.h