GitHub - nxp-qoriq/u-boot at lf_v2022.04
I'm trying to create a U-Boot for a custom board based on LS1046A from the above GitHub.
I am considering editing the files based on the LS1046ARDB.
Is there a list of files that I should edit?
Solved! Go to Solution.
There is no list which file you should edit due to the modifications are decided by the customer board.
Some files may be helpful.
You could find the config file to adjust the configuration
https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/configs/ls1046ardb_tfa_defconfig
And dts file
https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/arch/arm/dts/fsl-ls1046a-rdb.dts
There are also some files related to the ls1046ardb.
https://github.com/nxp-qoriq/u-boot/tree/lf_v2024.04/board/freescale/ls1046ardb
There is no list which file you should edit due to the modifications are decided by the customer board.
Some files may be helpful.
You could find the config file to adjust the configuration
https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/configs/ls1046ardb_tfa_defconfig
And dts file
https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/arch/arm/dts/fsl-ls1046a-rdb.dts
There are also some files related to the ls1046ardb.
https://github.com/nxp-qoriq/u-boot/tree/lf_v2024.04/board/freescale/ls1046ardb