Skip to content
Snippets Groups Projects
Commit 991e0f28 authored by Guanchao Liang's avatar Guanchao Liang Committed by Jérôme Forissier
Browse files

fvp: use gicv3 legacy mode

ARM-TF has changed its default behavior of GIC, so be able to use
https://github.com/linaro-swg/arm-trusted-firmware/tree/optee_arm-tf_2017-06-22


without making any change in OP-TEE and UEFI etc, we set the value of
FVP_USE_GIC_DRIVER to FVP_GICV3_LEGACY.

Signed-off-by: default avatarGuanchao Liang <liang.guanchao@linaro.org>
Reviewed-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
Tested-by: Joakim Bech <joakim.bech@linaro.org> (FVP)
parent 55e14f08
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ ARM_TF_FLAGS ?= \
BL33=$(EDK2_BIN) \
DEBUG=0 \
ARM_TSP_RAM_LOCATION=tdram \
FVP_USE_GIC_DRIVER=FVP_GICV3_LEGACY \
PLAT=fvp \
SPD=opteed
......
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