summaryrefslogtreecommitdiff
path: root/docs/plat
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2017-05-28 00:14:25 +0900
committerVictor Chong <victor.chong@linaro.org>2017-07-12 18:23:26 +0900
commit3b6e88a2b364d136acd28cdd1dea166a3a12a94e (patch)
tree2fb1bd247598cf42ef93b580cbfb431279b9b4bb /docs/plat
parentc0cde3640a5dd56f7d1bf3e7c541abd6919100ef (diff)
hikey: Add BL32 (OP-TEE) support
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'docs/plat')
-rw-r--r--docs/plat/hikey.rst5
1 files changed, 4 insertions, 1 deletions
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 <https://github.com/ARM-software/arm-trusted-firmware>`__
+- OP-TEE
+ `link <https://github.com/OP-TEE/optee_os>`__
+
- edk2:
`link <https://github.com/96boards-hikey/edk2/tree/testing/hikey960_v2.5>`__
@@ -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