summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-01 16:34:07 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-02 19:56:18 +0200
commit417f16bc750761997905989be5b812f3d71b27e2 (patch)
tree3e28cc10e9dc9103806af51cab6b9a715bcd926e /src
parenta3aa8da2acec28670b724b7897ae054592746674 (diff)
downloadcoreboot-417f16bc750761997905989be5b812f3d71b27e2.tar.gz
coreboot-417f16bc750761997905989be5b812f3d71b27e2.tar.bz2
coreboot-417f16bc750761997905989be5b812f3d71b27e2.zip
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@coreboot.org> Reviewed-on: http://review.coreboot.org/10761 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/nyan/Makefile.inc5
-rw-r--r--src/mainboard/google/nyan_big/Makefile.inc5
-rw-r--r--src/soc/nvidia/tegra124/Kconfig2
3 files changed, 11 insertions, 1 deletions
diff --git a/src/mainboard/google/nyan/Makefile.inc b/src/mainboard/google/nyan/Makefile.inc
index 441e0f9326ed..97c1a94019d2 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 76411d782dbc..3c9699f9fe42 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 9c838654f70e..c35e2c200c7b 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