- 13 Nov, 2018 2 commits
-
-
Ye Li authored
Fix coverity issue CID 4338240, CID 4338242: Unchecked return value from library (CHECKED_RETURN) check_return: Calling lseek(fd, fit_offset + fit_size, 0) without checking return value. This library function may fail and return an error code Signed-off-by:
Ye Li <ye.li@nxp.com>
-
Ye Li authored
Fix coverity issu CID 4338241: Resource leak (RESOURCE_LEAK) leaked_storage: Variable file_ptr going out of scope leaks the storage it points to. Add munmap for the file_ptr Signed-off-by:
Ye Li <ye.li@nxp.com>
-
- 12 Nov, 2018 4 commits
-
-
Abel Vesa authored
This adds the target for atf + uboot proper container to be booted up from QSPI on 8QX. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com> Reviewed-by:
Ye Li <ye.li@nxp.com>
-
Abel Vesa authored
This adds the target for atf + uboot proper container to be booted up from QSPI on 8QM. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com> Reviewed-by:
Ye Li <ye.li@nxp.com>
-
Abel Vesa authored
This allows the atf + uboot proper to be put into a container on iMX8QX and appends that container at the end of flash.bin to be parsed and authenticated by SPL. Also adds the target for eMMC and SD boot up. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com> Reviewed-by:
Ye Li <ye.li@nxp.com>
-
Abel Vesa authored
This allows the atf + uboot proper to be put into a container on iMX8QM and appends that container at the end of flash.bin to be parsed and authenticated by SPL. Also adds the target for eMMC and SD boot up. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com> Reviewed-by:
Ye Li <ye.li@nxp.com>
-
- 02 Nov, 2018 1 commit
-
-
Ye Li authored
If we pad images to 8 bytes aligned, the SPL will have better performance in loading FIT. Since u-boot-nodtb.bin, tee.bin are already 8 bytes aligned. We only pad bl31.bin and u-boot-hash.bin. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
- 01 Nov, 2018 1 commit
-
-
Jean-Sebastien MERMIN authored
Signed-off-by:
Jean-Sebastien MERMIN <jean-sebastien.mermin@nxp.com>
-
- 31 Oct, 2018 2 commits
-
-
Teo Hall authored
Add target for nand boot flow through SPL Signed-off-by:
Teo Hall <teo.hall@nxp.com>
-
Han Xu authored
add one more dedicate target for nand firmware, which is used for uuu nand download. Signed-off-by:
Han Xu <han.xu@nxp.com>
-
- 26 Oct, 2018 1 commit
-
-
Luo Ji authored
Add targets to make images for imx8q after spl build and fit are enabled. Signed-off-by:
Luo Ji <ji.luo@nxp.com> Signed-off-by:
faqiang.zhu <faqiang.zhu@nxp.com> Reviewed-by:
Peng Fan <peng.fan@nxp.com>
-
- 24 Oct, 2018 1 commit
-
-
Chuck Cannon authored
Signed-off-by:
Chuck Cannon <chuck.cannon@nxp.com>
-
- 19 Oct, 2018 1 commit
-
-
Changyi Guo authored
Signed-off-by:
Changyi Guo <changyi.guo@nxp.com>
-
- 18 Oct, 2018 1 commit
-
-
Han Xu authored
The default NAND target cannot be used as uuu download firmware since the images are not continuous, build another dedicate firmware file to fit the requirement. Signed-off-by:
Han Xu <han.xu@nxp.com>
-
- 16 Oct, 2018 6 commits
-
-
Abel Vesa authored
This target makes 8QX boot SPL from flexspi and then ATF and uboot proper from an FIT image from same flexspi device. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com>
-
Abel Vesa authored
This target makes 8QX boot SPL from SD/eMMC and then ATF and uboot proper from an FIT image from same boot device. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com>
-
Abel Vesa authored
This target makes 8QX boot SPL from flexspi and then ATF and uboot proper from same flexspi device. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com>
-
Abel Vesa authored
This target makes 8QM boot SPL from flexspi and then ATF and uboot proper from FIT image from same flexspi device. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com>
-
Abel Vesa authored
This target makes the 8QM boot SPL from SD/eMMC and then ATF and uboot proper from FIT image from same boot device. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com>
-
Abel Vesa authored
This target makes 8QM boot SPL from flexspi and then ATF and uboot proper from same flexspi device. Signed-off-by:
Abel Vesa <abel.vesa@nxp.com>
-
- 08 Oct, 2018 1 commit
-
-
Oliver Brown authored
Signed-off-by:
Oliver Brown <oliver.brown@nxp.com>
-
- 03 Oct, 2018 1 commit
-
-
Adrian Negreanu authored
-
- 26 Sep, 2018 1 commit
-
-
Han Xu authored
Add flash_cm4flexspi and flash_flexspi_all targets to burn M4 image to flexspi, on QM and QX platforms. Signed-off-by:
Han Xu <han.xu@nxp.com>
-
- 20 Sep, 2018 1 commit
-
-
Oliver Brown authored
Signed-off-by:
Oliver Brown <oliver.brown@nxp.com>
-
- 12 Sep, 2018 2 commits
-
-
Haoran.Wang authored
Build Trusty OS binary into container.img. Signed-off-by:
Haoran.Wang <elven.wang@nxp.com>
-
Ye Li authored
When MMU is enabled in ROM, copy from OCRAM to TCM need 64 bytes aligned start address, otherwise it may cause issue for written data in TCM. So we align IVT header (including DCD) to 64bytes to work around the HW limitation. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
- 11 Sep, 2018 4 commits
-
-
Ye Li authored
The flexspi uses same image as SD on B0, but because we added flexspi header in flash.bin. So need a new target for flexspi on B0. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
Ye Li authored
Remove DDR4 EVK relevant intermediate files when running clean command. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
Ye Li authored
add flash_evk_emmc_fastboot target to build flash.bin for eMMC fastboot which burns to offset 0. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
Ye Li authored
Add build target flash_ddr4_evk for iMX8MM DDR4 EVK board boot image. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
- 05 Sep, 2018 4 commits
-
-
Chuck Cannon authored
Signed-off-by:
Chuck Cannon <chuck.cannon@nxp.com>
-
Teo Hall authored
Signed-off-by:
Teo Hall <teo.hall@nxp.com>
-
Jean-Sebastien MERMIN authored
Signed-off-by:
Jean-Sebastien MERMIN <jean-sebastien.mermin@nxp.com>
-
Nitin Garg authored
Signed-off-by:
Nitin Garg <nitin.garg@nxp.com>
-
- 31 Aug, 2018 1 commit
-
-
zhang sanshan authored
flash_b0_multi_cores_m4_1 support m4_1 core and A core on mek-8qm B0 board. enable DCD by default for target flash_multi_cores_m4_1. Signed-off-by:
zhang sanshan <sanshan.zhang@nxp.com>
-
- 15 Aug, 2018 1 commit
-
-
Ye Li authored
Add new target flash_spl/flash_b0_spl to generate image to boot SPL. The final flash.bin has two parts: container image set and u-boot-atf.bin Container image set contains u-boot-spl.bin which will be loaded into OCRAM by ROM, and boot to load secondary loader (u-boot-atf.bin) u-boot-atf.bin contains ATF and regular u-boot. It is appended after container image set at 1KB alignment offset. Also remove "$(DCD_CFG)" dependence for QM B0. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
- 09 Aug, 2018 1 commit
-
-
Mike authored
Signed-off-by:
Mike <michael.kjar@nxp.com>
-
- 06 Aug, 2018 1 commit
-
-
Han Xu authored
Pack F(Q)SPI boot configuration header with boot image Signed-off-by:
Han Xu <han.xu@nxp.com>
-
- 03 Aug, 2018 2 commits
-
-
Ye Li authored
When appending image data as external data, FIT will align the image start offset to 4bytes. So if a image size is not 4 bytes aligned, the current print will give wrong offset, and cause csf sign wrong data. Fix the issue by aliging each image start to 4bytes in this patch. Signed-off-by:
Ye Li <ye.li@nxp.com>
-
Feng Wei authored
Add M4 targets for QM B0 to support building M4 image standalone or build M4 image with u-boot Signed-off-by:
Feng Wei <wei.feng@nxp.com> Signed-off-by:
Ye Li <ye.li@nxp.com>
-