summaryrefslogtreecommitdiff
path: root/docs/plat
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2017-05-28 00:14:37 +0900
committerVictor Chong <victor.chong@linaro.org>2017-07-13 01:22:56 +0900
commit5e3325e73c0aca2934982cb10b881064d9b657f1 (patch)
treefad3e0cec37e44c6675ef6de12e6aea4919c8578 /docs/plat
parentaf0265418fee2219b795b3dd4435d36ecd8725fb (diff)
hikey960: Add BL32 (OP-TEE) support
Signed-off-by: Victor Chong <victor.chong@linaro.org> Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Diffstat (limited to 'docs/plat')
-rw-r--r--docs/plat/hikey960.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/plat/hikey960.rst b/docs/plat/hikey960.rst
index aef01289..cd1880e1 100644
--- a/docs/plat/hikey960.rst
+++ b/docs/plat/hikey960.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>`__
@@ -62,7 +65,7 @@ Build Procedure
EDK2_OUTPUT_DIR=${EDK2_DIR}/Build/HiKey960/${BUILD_OPTION}_${AARCH64_TOOLCHAIN}
cd ${EDK2_DIR}
# Build UEFI & ARM Trust Firmware
- ${UEFI_TOOLS_DIR}/uefi-build.sh -b ${BUILD_OPTION} -a ../arm-trusted-firmware hikey960
+ ${UEFI_TOOLS_DIR}/uefi-build.sh -b ${BUILD_OPTION} -a ../arm-trusted-firmware -s ../optee_os hikey960
# Generate l-loader.bin
cd ${BUILD_PATH}/l-loader
ln -sf ${EDK2_OUTPUT_DIR}/FV/bl1.bin