[coreboot-gerrit] New patch to review for coreboot: google/cosmos: romstage needs the accessor functions for buttons

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Jun 29 23:11:51 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10705

-gerrit

commit 09adc2bfcfda557860058c931cdac2e238127385
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Jun 29 22:52:26 2015 +0200

    google/cosmos: 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: Iecfd37e79883d826e15c474d77095fbbbb2b7cea
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/google/cosmos/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/google/cosmos/Makefile.inc b/src/mainboard/google/cosmos/Makefile.inc
index 0ab2491..e8c0869 100644
--- a/src/mainboard/google/cosmos/Makefile.inc
+++ b/src/mainboard/google/cosmos/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 += reset.c
 



More information about the coreboot-gerrit mailing list