[coreboot-gerrit] New patch to review for coreboot: e0ea649 siemens/sitemp-g1p1: Add missing boot_option option.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Mon Jan 27 04:08:45 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4832

-gerrit

commit e0ea6490d14d0970e5a4a60df95c357c73ab5b1c
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Mon Jan 27 04:07:32 2014 +0100

    siemens/sitemp-g1p1: Add missing boot_option option.
    
    Unlike other additions this doesn't require versionning first since
    the bootblock reads it anyway from this hardcoded offset.
    
    Change-Id: I3e3f65602bb1b92b91097692ee13e6948a748061
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/siemens/sitemp_g1p1/cmos.default | 1 +
 src/mainboard/siemens/sitemp_g1p1/cmos.layout  | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/src/mainboard/siemens/sitemp_g1p1/cmos.default b/src/mainboard/siemens/sitemp_g1p1/cmos.default
index c330585..5e47a19 100644
--- a/src/mainboard/siemens/sitemp_g1p1/cmos.default
+++ b/src/mainboard/siemens/sitemp_g1p1/cmos.default
@@ -1,4 +1,5 @@
 last_boot=Fallback
+boot_option=Fallback
 baud_rate=115200
 debug_level=Spew
 power_on_after_fail=Enable
diff --git a/src/mainboard/siemens/sitemp_g1p1/cmos.layout b/src/mainboard/siemens/sitemp_g1p1/cmos.layout
index d03a191..d18db39 100644
--- a/src/mainboard/siemens/sitemp_g1p1/cmos.layout
+++ b/src/mainboard/siemens/sitemp_g1p1/cmos.layout
@@ -52,6 +52,9 @@ entries
 0          384       r       0        reserved_memory
 # ========================================================
 #384          1       r       0        unused
+# -----------------------------------------------------------------
+# RTC_BOOT_BYTE (coreboot hardcoded)
+384          1       e       4        boot_option
 385          1       e       4        last_boot
 #386          2       r       1        unused
 388          4       r       0        reboot_bits



More information about the coreboot-gerrit mailing list