From 416be81068855c1f1329ae3f27dae0d13657f9b7 Mon Sep 17 00:00:00 2001 From: kenny liang Date: Thu, 30 Aug 2018 00:01:13 +0800 Subject: mediatek/mt8183: Add soc ARM Trusted Firmware support Set BL31 platform to mt8183 to link with ARM Trusted Firmware. BUG=b:80501386 BRANCH=none Test=Boots correctly on Kukui with more patches in ATF. Change-Id: Ia988d2b4ed646027c04c7c6ff0e50ed7a0b14da3 Signed-off-by: kenny liang Reviewed-on: https://review.coreboot.org/c/coreboot/+/29186 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/soc/mediatek/mt8183/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/mediatek') diff --git a/src/soc/mediatek/mt8183/Makefile.inc b/src/soc/mediatek/mt8183/Makefile.inc index cac793fc90..b6c3a33819 100644 --- a/src/soc/mediatek/mt8183/Makefile.inc +++ b/src/soc/mediatek/mt8183/Makefile.inc @@ -67,6 +67,8 @@ sspm.bin-file := 3rdparty/blobs/soc/mediatek/mt8183/sspm.bin sspm.bin-type := raw sspm.bin-compression := $(CBFS_COMPRESS_FLAG) +BL31_MAKEARGS += PLAT=mt8183 + CPPFLAGS_common += -Isrc/soc/mediatek/mt8183/include CPPFLAGS_common += -Isrc/soc/mediatek/common/include -- cgit v1.2.3