Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15451
-gerrit
commit 93f81f1663688605ad3c4086c5e1beafb9bf2517 Author: Paul Kocialkowski contact@paulk.fr Date: Mon Jun 27 19:08:59 2016 +0200
tegra124: Build verstage when CHROMEOS is selected
This includes the proper Kconfig options (based on the chromium os coreboot configuration) for setting up verstage on tegra124 devices.
Change-Id: I4a1976ff684a417cae6fa718ef53cad763cee47d Signed-off-by: Paul Kocialkowski contact@paulk.fr --- src/soc/nvidia/tegra124/Kconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig index 49929ad..227efca 100644 --- a/src/soc/nvidia/tegra124/Kconfig +++ b/src/soc/nvidia/tegra124/Kconfig @@ -18,6 +18,9 @@ if SOC_NVIDIA_TEGRA124
config CHROMEOS select VBOOT_OPROM_MATTERS + select VBOOT_STARTS_IN_BOOTBLOCK + select SEPARATE_VERSTAGE + select CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL
config TEGRA124_MODEL_TD570D bool "TD570D"