Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx8m: Change mkimage for mscale to support HAB sign
1. Add 8K dummy CSF area for SPL-DDR image (SPL + DDR FW) 2. We use -p option to generate FIT image, which locates the image from 0x3000, so there is a space reserved for IVT and CSF of FIT. The imx-mkimage will generate the FIT IVT at default and set its CSF pointer to this reserved space. In the CSF file of FIT, we have to sign multiple blocks since the FIT loads different images to different addresses. Also the FIT FDT part needs to be signed as it has the configurations. Signed-off-by: Ye Li <[email protected]>
- Loading branch information