diff options
author | Yu-Ping Wu <yupingso@chromium.org> | 2024-06-19 15:14:29 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2024-06-21 01:49:49 +0000 |
commit | 0d01d069123e8943e19e2c6c345052c40069e19a (patch) | |
tree | 454211eebf51bc2d9a9e9dd28229d5c5524b9a68 /src/soc/mediatek/mt8188/Makefile.mk | |
parent | 3ac5fb3091972bc8973b86e3e4ba863bc0c323b3 (diff) |
soc/mediatek/mt8188: Respect ARM64_BL31_OPTEE_WITH_SMC option
Since BL31_MAKEARGS is already handled in arm64/Makefile.mk, remove the
duplication from mt8188/Makefile.mk. In addition, reserve the memory
range for running OP-TEE only if ARM64_BL31_OPTEE_WITH_SMC is enabled.
BUG=b:347851571
TEST=emerge-geralt coreboot
BRANCH=geralt
Change-Id: I88a9a07a685a6c9fe9739b6101ccb8a5ce23fd8b
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83128
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8188/Makefile.mk')
-rw-r--r-- | src/soc/mediatek/mt8188/Makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/mediatek/mt8188/Makefile.mk b/src/soc/mediatek/mt8188/Makefile.mk index 11c3ca88a6..f67c82741e 100644 --- a/src/soc/mediatek/mt8188/Makefile.mk +++ b/src/soc/mediatek/mt8188/Makefile.mk @@ -59,9 +59,7 @@ ramstage-y += ../common/sspm.c ramstage-y += ../common/tps65132s.c ramstage-y += ../common/usb.c usb.c -BL31_MAKEARGS += PLAT=mt8188 SPD=opteed -BL31_MAKEARGS += OPTEE_ALLOW_SMC_LOAD=1 PLAT_XLAT_TABLES_DYNAMIC=1 -BL31_MAKEARGS += CROS_WIDEVINE_SMC=1 +BL31_MAKEARGS += PLAT=mt8188 CPPFLAGS_common += -Isrc/soc/mediatek/mt8188/include CPPFLAGS_common += -Isrc/soc/mediatek/common/dp/include |