Changes from v2:
* Added patch for platforms.config to change default TOS_BIN setting * Added patch to remove copy of TOS_BIN to UEFI dir
--- Changes from v1:
* Added commit message to patches * Moved 2nd patch from platforms.config to edk2-platforms.config * Added 3rd patch to allow use of UART5 in OP-TEE for hikey960
--- v1 cover letter: Previously, we were using a 'headless' version of optee_os binary for hikey and hikey960. With BL32_EXTRA1 and BL32_EXTRA2, we now enable optee_os header parsing to allow dynamic runtime support of either a 64- or 32-bit optee_os build, and also the pager feature.
Victor Chong (5): platforms.config: hikey: Change default TOS_BIN opteed-build.sh: Remove copy of images to UEFI dir atf, opteed: Support BL32_EXTRA1 and BL32_EXTRA2 edk2-platforms.config: hikey*: Set TOS_BIN_EXTRA{1,2} edk2-platforms.config: hikey960: Add UART5 option
atf-build.sh | 14 ++++++++++++-- edk2-platforms.config | 12 ++++++++++-- opteed-build.sh | 6 ++---- platforms.config | 10 ++++++---- 4 files changed, 30 insertions(+), 12 deletions(-)
-- 2.16.2