Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10704
-gerrit
commit 19fb9a107075d8aa15667ed718c8901cb8ba7272 Author: Patrick Georgi pgeorgi@chromium.org Date: Mon Jun 29 22:52:26 2015 +0200
google/storm: romstage needs the accessor functions for buttons
In Chrome OS mode, the romstage tries to interpret the various buttons on the device, so it needs access to the accessor functions.
Change-Id: I59a4f892ca84d475d8f46c8f8c1906dae10ad32d Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/mainboard/google/storm/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/mainboard/google/storm/Makefile.inc b/src/mainboard/google/storm/Makefile.inc index 68828c6..8eccc3e 100644 --- a/src/mainboard/google/storm/Makefile.inc +++ b/src/mainboard/google/storm/Makefile.inc @@ -31,6 +31,7 @@ verstage-y += reset.c
romstage-y += romstage.c romstage-y += cdp.c +romstage-y += chromeos.c romstage-y += mmu.c romstage-y += reset.c