Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imx-boot-container: align with u-boot 2022.01 | Andrey Zhizhikin | 2022-01-18 | 1 | -7/+6 |
| | | | | | | | | | | | | | | Recent version of U-Boot v2022.01 reverted boot container generation mechanism to provide single boot container isntead of separate binaries for SPL+DDR and U-Boot FIT. New approach provides packing of those separate components inside the U-Boot binman, and is delivered as a single 'flash.bin' file, which resembles the original behavior before binman image packing was introduced. Adapt our boot container class and WIC file to pick up this consolidated binary instead of two separate pieces. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> | ||||
* | wic: add new wks file to use boot container for mx8m | Andrey Zhizhikin | 2021-05-04 | 1 | -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> |