1. 24 Aug, 2017 1 commit
    • Jens Wiklander's avatar
      qemu: Add OP-TEE extra image parsing support · e2af1cad
      Jens Wiklander authored
      
      
      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: default avatarJens Wiklander <jens.wiklander@linaro.org>
      e2af1cad
  2. 16 Aug, 2017 1 commit
    • Fu Wei's avatar
      qemu: Add LOAD_IMAGE_V2 support · 64b31125
      Fu Wei authored
      
      
      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: default avatarFu Wei <fu.wei@linaro.org>
      64b31125