
Hi,
This series adds binman support for i.MX 8ULP processors.
It required to update the imx8mkimage tool a bit as well as adding new container configuration files. But otherwise it is pretty close to what has been done on other i.MX processors like the 93.
Changelog v1 > v2: - Add reviewed-by tags from v1 - Fix commit log order of patch #1 (request from Peng) - Fix indentation of patch #5 (request from Peng) - Add doc on how to build a bootable binary (request from Fabio)
Regards, Gary
Gary Bisson (5): tools: imx8image: fix soc variable for ULP tools: imx8image: add upower image support spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards mach-imx: Add i.MX 8ULP binman support imx8ulp_evk: enable binman support
arch/arm/dts/imx8ulp-evk-u-boot.dtsi | 2 + arch/arm/dts/imx8ulp-u-boot.dtsi | 63 ++++++++++++++++++++ arch/arm/mach-imx/Makefile | 4 +- arch/arm/mach-imx/imx8ulp/Kconfig | 1 + arch/arm/mach-imx/imx8ulp/container.cfg | 7 +++ arch/arm/mach-imx/imx8ulp/imximage.cfg | 9 +++ common/spl/Kconfig | 2 +- common/spl/Kconfig.tpl | 2 +- common/spl/Kconfig.vpl | 2 +- configs/imx8ulp_evk_defconfig | 3 +- doc/board/nxp/imx8ulp_evk.rst | 79 +++++++++++++++++++++++++ doc/board/nxp/index.rst | 1 + include/imx8image.h | 1 + tools/imx8image.c | 7 ++- 14 files changed, 176 insertions(+), 7 deletions(-) create mode 100644 arch/arm/dts/imx8ulp-u-boot.dtsi create mode 100644 arch/arm/mach-imx/imx8ulp/container.cfg create mode 100644 arch/arm/mach-imx/imx8ulp/imximage.cfg create mode 100644 doc/board/nxp/imx8ulp_evk.rst