From 3b6e88a2b364d136acd28cdd1dea166a3a12a94e Mon Sep 17 00:00:00 2001 From: Victor Chong Date: Sun, 28 May 2017 00:14:25 +0900 Subject: hikey: Add BL32 (OP-TEE) support Signed-off-by: Victor Chong --- docs/plat/hikey.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/plat') diff --git a/docs/plat/hikey.rst b/docs/plat/hikey.rst index d513ae33..125941f8 100644 --- a/docs/plat/hikey.rst +++ b/docs/plat/hikey.rst @@ -14,6 +14,9 @@ Code Locations - ARM Trusted Firmware: `link `__ +- OP-TEE + `link `__ + - edk2: `link `__ @@ -70,7 +73,7 @@ Build Procedure FASTBOOT_BUILD_OPTION=$(echo ${BUILD_OPTION} | tr '[A-Z]' '[a-z]') cd ${EDK2_DIR} # Build UEFI & ARM Trust Firmware - ${UEFI_TOOLS_DIR}/uefi-build.sh -b ${BUILD_OPTION} -a ../arm-trusted-firmware hikey + ${UEFI_TOOLS_DIR}/uefi-build.sh -b ${BUILD_OPTION} -a ../arm-trusted-firmware -s ../optee_os hikey # Generate l-loader.bin cd ${BUILD_PATH}/l-loader ln -sf ${EDK2_OUTPUT_DIR}/FV/bl1.bin -- cgit v1.2.3