qemu: Add LOAD_IMAGE_V2 support
authorFu Wei <wefu@redhat.com>
Sat, 27 May 2017 13:21:42 +0000 (21:21 +0800)
committerFu Wei <fu.wei@linaro.org>
Wed, 16 Aug 2017 01:59:23 +0000 (09:59 +0800)
commit64b31125183a0aa662ec59fdfeeb574343c3e53e
treea056499d4621714f9729d522b08dff1c65f356a7
parent1a52aca5f627a0c0623d6a7052064f090b26d134
qemu: Add LOAD_IMAGE_V2 support

The generic LOAD_IMAGE_V2 framework has been merged and enable for almost
all the arm platform. Because qemu platform doesn't share those common
files with arm, QEMU haven't got this support yet.

This patch add all the necessary code the files for adding LOAD_IMAGE_V2
support on QEMU and enable it as default.

Fixes ARM-software/tf-issues#507

Signed-off-by: Fu Wei <fu.wei@linaro.org>
plat/qemu/platform.mk
plat/qemu/qemu_bl1_setup.c
plat/qemu/qemu_bl2_mem_params_desc.c [new file with mode: 0644]
plat/qemu/qemu_bl2_setup.c
plat/qemu/qemu_bl31_setup.c
plat/qemu/qemu_image_load.c [new file with mode: 0644]