[coreboot-gerrit] New patch to review for coreboot: f888cc3 lenovo/x60: export reboot_bits nvram configuration.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sun May 25 11:15:52 CEST 2014


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5857

-gerrit

commit f888cc3281f49bfbbe4d88d93a84d1f3b07aeca0
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Oct 26 22:35:46 2013 +0200

    lenovo/x60: export reboot_bits nvram configuration.
    
    This permits any software running after the ramstage to tell coreboot that the
      boot was successfull.
    
    Change-Id: I0568149a24202ac1e04bf1e2e42941ce1cb5fba1
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/mainboard/lenovo/x60/cmos.layout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout
index ab51a84..a6e1a4c 100644
--- a/src/mainboard/lenovo/x60/cmos.layout
+++ b/src/mainboard/lenovo/x60/cmos.layout
@@ -71,7 +71,7 @@ entries
 # RTC_BOOT_BYTE (coreboot hardcoded)
 384          1       e       4        boot_option
 385          1       e       4        last_boot
-388          4       r       0        reboot_bits
+388          4       h       0        reboot_bits
 #390          2       r       0        unused?
 
 # -----------------------------------------------------------------



More information about the coreboot-gerrit mailing list