[coreboot-gerrit] Patch set updated for coreboot: 0e43c0e lenovo/x60: export reboot_bits nvram configuration.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sun Nov 3 12:11:47 CET 2013


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

-gerrit

commit 0e43c0e8d36a83fa46e62d5ef6c008ff5e9ead0d
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: I6b19160dcf1ea1948360db71d02e344a3bcb44ef
    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