]> git.baikalelectronics.ru Git - uboot.git/commit
imx8: support parsing i.MX8 Container file
authorPeng Fan <peng.fan@nxp.com>
Thu, 22 Aug 2019 07:42:33 +0000 (07:42 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:35:58 +0000 (16:35 +0200)
commit35421d6ba6594d6ac472fc543a6b8e64f186c7f0
tree1f74a40b5274a1a19b8415adb856c3cc8a3e12eb
parent9c12f5044930bb39e93abb0ab0c3968156f135d7
imx8: support parsing i.MX8 Container file

Add parsing i.MX8 Container file support, this is to let
SPL could load images in a container file to destination address.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/arch-imx8/image.h [new file with mode: 0644]
arch/arm/mach-imx/imx8/Kconfig
arch/arm/mach-imx/imx8/Makefile
arch/arm/mach-imx/imx8/parse-container.c [new file with mode: 0644]