summaryrefslogtreecommitdiffstats
path: root/wic/imx-boot-container-bootpart.wks.in
Commit message (Collapse)AuthorAgeFilesLines
* wic: add new wks file to use boot container for mx8mAndrey Zhizhikin2021-05-041-0/+27
Add new WKS template file, which uses the boot container provided by mainline U-Boot. Boot container built as a part of U-Boot packs binary components into two separate files, namely 'flash.bin' and 'u-boot.itb'. First file contains SPL, while second one represents the FIT image containing U-Boot and ATF blob. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>