Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10659
-gerrit
commit d952ab43d6249fb4a85106413e3fe85468f7b7ff Author: Patrick Georgi pgeorgi@chromium.org Date: Thu Jun 25 14:31:41 2015 +0200
google/veyron_speedy: Add chromeos.c to romstage
vboot requires it.
Change-Id: Iae2310c9b9c311c3f64b8417295685261ba404b0 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/mainboard/google/veyron_speedy/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/mainboard/google/veyron_speedy/Makefile.inc b/src/mainboard/google/veyron_speedy/Makefile.inc index a027c6d..ea1c606 100644 --- a/src/mainboard/google/veyron_speedy/Makefile.inc +++ b/src/mainboard/google/veyron_speedy/Makefile.inc @@ -26,6 +26,7 @@ verstage-y += chromeos.c verstage-y += reset.c
romstage-y += boardid.c +romstage-y += chromeos.c romstage-y += romstage.c romstage-y += sdram_configs.c romstage-y += reset.c