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>
This commit is contained in:
parent
c773b6c896
commit
416be81068
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue