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)
commit7b86cd4274e66e0336b6da1399a0e7a7a4a1581e
tree1f74a40b5274a1a19b8415adb856c3cc8a3e12eb
parentb152584283088b79b967f361e673c744d3ef325b
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]