imx: add rom api support
authorPeng Fan <peng.fan@nxp.com>
Mon, 16 Sep 2019 03:09:31 +0000 (03:09 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 5 Nov 2019 09:27:18 +0000 (10:27 +0100)
commit1cbebc78627607fa3f46b17fecdb4a0819b7e590
treed9b705c4bce7bd4fe579bc7a88aa2fd6a2144f77
parenta92c7b144faa1c39e9729131595eb9ab3dc88577
imx: add rom api support

i.MX8MN support loading images with rom api, so we implement
reuse board_return_to_bootrom to let ROM loading images.

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