qemu: Add OP-TEE extra image parsing support
OP-TEE may have extra images to be loaded. Load them one by one and do
the parsing. In this patch, ARM TF need to load up to 3 images for
OP-TEE: header, pager and pages images. Header image is the info about
optee os and images. Pager image include pager code and data.  Paged
image include the paging parts using virtual memory.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent 19911aa commit e2af1cadf7cbbb04caa74bbbb0e61578bc446a3a
@Jens Wiklander Jens Wiklander authored on 24 Aug 2017
Showing 5 changed files
View
plat/qemu/include/platform_def.h
View
plat/qemu/platform.mk
View
plat/qemu/qemu_bl2_mem_params_desc.c
View
plat/qemu/qemu_bl2_setup.c
View
plat/qemu/qemu_io_storage.c