[coreboot-gerrit] New patch to review for coreboot: rockchip: rk3399: enable arm trust firmware

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat May 7 08:30:35 CEST 2016


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

-gerrit

commit d1978d087e60a6ca6015367f34f0957193420dca
Author: Lin Huang <hl at rock-chips.com>
Date:   Thu Mar 10 16:34:09 2016 +0800

    rockchip: rk3399: enable arm trust firmware
    
    BRANCH=none
    BUG=chrome-os-partner:51537
    TEST=kernel is not stuck anymore and can boot into prompt,
         (testing with others patches)
    
    Change-Id: I74bdfa0ce608044a554bb3b06ed17b7157260294
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: ca4e7a50c989ae0eff270df4fa160b80a172af31
    Original-Change-Id: Id95d5f282ba49981f8e33da029e8710cd4087945
    Original-Signed-off-by: Lin Huang <hl at rock-chips.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/332561
    Original-Commit-Ready: Vadim Bendebury <vbendeb at chromium.org>
    Original-Tested-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-by: Vadim Bendebury <vbendeb at chromium.org>
---
 src/soc/rockchip/rk3399/Kconfig      | 1 +
 src/soc/rockchip/rk3399/Makefile.inc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/soc/rockchip/rk3399/Kconfig b/src/soc/rockchip/rk3399/Kconfig
index 283f6c2..43bb03b 100644
--- a/src/soc/rockchip/rk3399/Kconfig
+++ b/src/soc/rockchip/rk3399/Kconfig
@@ -6,6 +6,7 @@ config SOC_ROCKCHIP_RK3399
 	select ARCH_ROMSTAGE_ARMV8_64
 	select ARCH_VERSTAGE_ARMV8_64
 	select ARM64_A53_ERRATUM_843419
+	select ARM64_USE_ARM_TRUSTED_FIRMWARE
 	select BOOTBLOCK_CONSOLE
 	select DRIVERS_UART_8250MEM_32
 	select GENERIC_UDELAY
diff --git a/src/soc/rockchip/rk3399/Makefile.inc b/src/soc/rockchip/rk3399/Makefile.inc
index 773d87f..4b67502 100644
--- a/src/soc/rockchip/rk3399/Makefile.inc
+++ b/src/soc/rockchip/rk3399/Makefile.inc
@@ -58,6 +58,7 @@ ramstage-y += ../common/i2c.c
 ramstage-y += soc.c
 ramstage-y += timer.c
 
+BL31_MAKEARGS += PLAT=rk3399
 ################################################################################
 
 CPPFLAGS_common += -Isrc/soc/rockchip/rk3399/include



More information about the coreboot-gerrit mailing list