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

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sat Oct 26 23:05:12 CEST 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 a294976f365be855f08b175c25a8e285b3f4f6e0
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 | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout
index ab51a84..d622dcd 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       e       10        reboot_bits
 #390          2       r       0        unused?
 
 # -----------------------------------------------------------------
@@ -146,6 +146,22 @@ enumerations
 8     1     Yes
 9     0	    Secondary
 9     1	    Primary
+10    0     0
+10    1     1
+10    2     2
+10    3     3
+10    4     4
+10    5     5
+10    6     6
+10    7     7
+10    8     8
+10    9     9
+10   10    10
+10   11    11
+10   12    12
+10   13    13
+10   14    14
+10   15    15
 
 # -----------------------------------------------------------------
 checksums



More information about the coreboot-gerrit mailing list