[coreboot-gerrit] New patch to review for coreboot: 77c6187 ktqm77: redesign cmos.layout slightly

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Tue Jun 25 11:15:10 CEST 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3531

-gerrit

commit 77c6187ac6f8053e15c2065035437eea587fb67a
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Tue Jun 25 11:14:03 2013 +0200

    ktqm77: redesign cmos.layout slightly
    
    BIOS write protects 8 bytes of CMOS, which nvramtool can't cope with.
    This makes initial installation harder, so just mark those as reserved
    to work around the issue.
    
    Change-Id: I210861dff8572e226a0f250556a3b811671ea8f2
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 src/mainboard/kontron/ktqm77/cmos.layout | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/kontron/ktqm77/cmos.layout b/src/mainboard/kontron/ktqm77/cmos.layout
index 295ecd3..a110956 100644
--- a/src/mainboard/kontron/ktqm77/cmos.layout
+++ b/src/mainboard/kontron/ktqm77/cmos.layout
@@ -88,7 +88,8 @@ entries
 #411          5       r       0        unused
 
 # coreboot config options: bootloader
-416        424       s       0        boot_devices
+448         64       r       0        write_protected_by_bios
+512        328       s       0        boot_devices
 840          8       h       0        boot_default
 848          1       e       9        cmos_defaults_loaded
 #849          7       r       0        unused



More information about the coreboot-gerrit mailing list