In the u-boot source code there is RCW CFG file u-boot/board/freescale/ls1021atwr/ls102xa_rcw_sd_qspi.cfg
#PBL preamble and RCW header
aa55aa55 01ee0100
#disable IFC, enable QSPI and DSPI
0608000c 00000000 00000000 00000000
30000000 00007900 60040a00 21046000
00000000 00000000 00000000 20000000
20024800 881b7340 00000000 00000000
How to read these values & what are their meaning? How these hex values are generated? If I want to change something e.g. disable QSPI how to do it? Any references where I can read & understand the meaning of these hex values?
已解决! 转到解答。
Refer to QCVS PBL Tool User Guide:
https://www.nxp.com/docs/en/user-guide/QCVS_PBL_User_Guide.pdf
Refer to the RCW field definitions section in the LS1021A reference manual, which describes the function of individual bits of the 512-bit (64-byte) RCW data structure.
Regards,
Mrudang Shelat
Refer to QCVS PBL Tool User Guide:
https://www.nxp.com/docs/en/user-guide/QCVS_PBL_User_Guide.pdf
Refer to the RCW field definitions section in the LS1021A reference manual, which describes the function of individual bits of the 512-bit (64-byte) RCW data structure.
Regards,
Mrudang Shelat