diff options
author | kenny liang <kenny.liang@mediatek.com> | 2018-08-30 00:01:13 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-16 07:26:37 +0000 |
commit | 416be81068855c1f1329ae3f27dae0d13657f9b7 (patch) | |
tree | 65936d0c8a38d1ee0f465fe5cfe4795984ab6fe7 /src/soc | |
parent | c773b6c896624e7ed90659b4917a8ae6c56a852c (diff) |
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 <kenny.liang@mediatek.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/29186
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/mediatek/mt8183/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |