Skip to content
Snippets Groups Projects
Commit 865d7755 authored by Victor Chong's avatar Victor Chong Committed by Jérôme Forissier
Browse files

hikey960: switch ARM-TF image v2 to load OP-TEE


Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent 218f68ea
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,9 @@ ARM_TF_EXPORTS ?= \ ...@@ -85,7 +85,9 @@ ARM_TF_EXPORTS ?= \
CROSS_COMPILE="$(CCACHE)$(AARCH64_CROSS_COMPILE)" CROSS_COMPILE="$(CCACHE)$(AARCH64_CROSS_COMPILE)"
ARM_TF_FLAGS ?= \ ARM_TF_FLAGS ?= \
BL32=$(OPTEE_OS_PATH)/out/arm/core/tee-pager.bin \ BL32=$(OPTEE_OS_HEADER_V2_BIN) \
BL32_EXTRA1=$(OPTEE_OS_PAGER_V2_BIN) \
BL32_EXTRA2=$(OPTEE_OS_PAGEABLE_V2_BIN) \
BL33=$(EDK2_BIN) \ BL33=$(EDK2_BIN) \
SCP_BL2=$(MCUIMAGE_BIN) \ SCP_BL2=$(MCUIMAGE_BIN) \
DEBUG=$(DEBUG) \ DEBUG=$(DEBUG) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment