diff options
author | Zhao Qiang <qiang.zhao@nxp.com> | 2016-09-08 12:55:32 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-10-14 10:21:03 -0700 |
commit | ec90ac7359a10513f1458ad5840858e6d8be0624 (patch) | |
tree | 5ee891cc978fb64d9327d880749399f0acba931d /board/freescale/t4qds | |
parent | 44afdc4a12b9f6f48338e7975e4f08cfe90dba74 (diff) | |
download | u-boot-ec90ac7359a10513f1458ad5840858e6d8be0624.tar.gz |
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>
Diffstat (limited to 'board/freescale/t4qds')
-rw-r--r-- | board/freescale/t4qds/t4_nand_rcw.cfg (renamed from board/freescale/t4qds/t4_rcw.cfg) | 2 | ||||
-rw-r--r-- | board/freescale/t4qds/t4_sd_rcw.cfg | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/board/freescale/t4qds/t4_rcw.cfg b/board/freescale/t4qds/t4_nand_rcw.cfg index 267494c8b3..9386be0faa 100644 --- a/board/freescale/t4qds/t4_rcw.cfg +++ b/board/freescale/t4qds/t4_nand_rcw.cfg @@ -2,6 +2,6 @@ aa55aa55 010e0100 #serdes protocol 1_27_5_11 1607001b 18101b16 00000000 00000000 -04362858 30548c00 ec020000 f5000000 +04362858 30548c00 e8020000 f5000000 00000000 ee0000ee 00000000 000307fc 00000000 00000000 00000000 00000028 diff --git a/board/freescale/t4qds/t4_sd_rcw.cfg b/board/freescale/t4qds/t4_sd_rcw.cfg new file mode 100644 index 0000000000..54beb6783d --- /dev/null +++ b/board/freescale/t4qds/t4_sd_rcw.cfg @@ -0,0 +1,7 @@ +#PBL preamble and RCW header +aa55aa55 010e0100 +#serdes protocol 1_27_5_11 +1607001b 18101b16 00000000 00000000 +04362858 30548c00 68020000 f5000000 +00000000 ee0000ee 00000000 000307fc +00000000 00000000 00000000 00000028 |