[coreboot-gerrit] Patch set updated for coreboot: mediatek/mt8173: Enable ARM trusted firmware integration

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Mar 17 15:15:48 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13968

-gerrit

commit 8d00d25e6aec561100c0295d070bcc32efc4ce4f
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue Mar 8 21:42:00 2016 +0100

    mediatek/mt8173: Enable ARM trusted firmware integration
    
    In Chromium OS downstream this was done together with adding the support
    for ATF, but unfortunately ATF upstream isn't ready yet. This commit
    is a reminder to enable things once ATF caught up.
    
    Change-Id: Id0d6908d906a1e54cdda4f232d572d996d9c556f
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/soc/mediatek/mt8173/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/mediatek/mt8173/Kconfig b/src/soc/mediatek/mt8173/Kconfig
index 91a8d4f..ec3481e 100644
--- a/src/soc/mediatek/mt8173/Kconfig
+++ b/src/soc/mediatek/mt8173/Kconfig
@@ -6,6 +6,7 @@ config SOC_MEDIATEK_MT8173
 	select ARCH_RAMSTAGE_ARMV8_64
 	select ARCH_ROMSTAGE_ARMV8_64
 	select ARCH_VERSTAGE_ARMV8_64
+	select ARM64_USE_ARM_TRUSTED_FIRMWARE
 	select BOOTBLOCK_CONSOLE
 	select HAVE_UART_SPECIAL
 	select SPI_ATOMIC_SEQUENCING if SPI_FLASH



More information about the coreboot-gerrit mailing list