[coreboot-gerrit] New patch to review for coreboot: tegra124: verified boot fixups

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Jul 2 01:35:17 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10761

-gerrit

commit d34fc66c1b4afe27c79459399240b2877587261b
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Jul 1 16:34:07 2015 -0700

    tegra124: verified boot fixups
    
    This patch fixes up verified boot (vboot2) configuration of all
    tegra 124 bases boards in the tree.
    
    Change-Id: I81f2e83821cbfdbe2a55095543e7447efdde494e
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/mainboard/google/nyan/Makefile.inc     | 5 +++++
 src/mainboard/google/nyan_big/Makefile.inc | 5 +++++
 src/soc/nvidia/tegra124/Kconfig            | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/nyan/Makefile.inc b/src/mainboard/google/nyan/Makefile.inc
index 441e0f9..97c1a94 100644
--- a/src/mainboard/google/nyan/Makefile.inc
+++ b/src/mainboard/google/nyan/Makefile.inc
@@ -43,6 +43,11 @@ ramstage-y += boardid.c
 ramstage-y += mainboard.c
 ramstage-$(CONFIG_CHROMEOS) += chromeos.c
 
+verstage-y += reset.c
+verstage-$(CONFIG_CHROMEOS) += chromeos.c
+verstage-y += early_configs.c
+
 bootblock-y += memlayout.ld
+verstage-y += memlayout.ld
 romstage-y += memlayout.ld
 ramstage-y += memlayout.ld
diff --git a/src/mainboard/google/nyan_big/Makefile.inc b/src/mainboard/google/nyan_big/Makefile.inc
index 76411d7..3c9699f 100644
--- a/src/mainboard/google/nyan_big/Makefile.inc
+++ b/src/mainboard/google/nyan_big/Makefile.inc
@@ -42,6 +42,11 @@ ramstage-y += boardid.c
 ramstage-y += mainboard.c
 ramstage-$(CONFIG_CHROMEOS) += chromeos.c
 
+verstage-y += reset.c
+verstage-$(CONFIG_CHROMEOS) += chromeos.c
+verstage-y += early_configs.c
+
 bootblock-y += memlayout.ld
+verstage-y += memlayout.ld
 romstage-y += memlayout.ld
 ramstage-y += memlayout.ld
diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig
index 9c83865..c35e2c2 100644
--- a/src/soc/nvidia/tegra124/Kconfig
+++ b/src/soc/nvidia/tegra124/Kconfig
@@ -2,7 +2,7 @@ config SOC_NVIDIA_TEGRA124
 	bool
 	default n
 	select ARCH_BOOTBLOCK_ARMV4
-	select ARCH_VERSTAGE_ARMV4
+	select ARCH_VERSTAGE_ARMV7
 	select ARCH_ROMSTAGE_ARMV7
 	select ARCH_RAMSTAGE_ARMV7
 	select HAVE_UART_SPECIAL



More information about the coreboot-gerrit mailing list