mb/siemens/sitemp_g1p1/cmos.layout: Re-add cmos_defaults_loaded

I guess it was dropped because its concept was misunderstood. The idea
is to always have it set to `Yes` in the cmos.default. Users can then
ack the loading of the defaults by setting it to `No`. If the defaults
ever get loaded again, they'll be notified by the default `Yes`.

Change-Id: I1aa6d75bd5aa153c7b11a6b74564272eaa7cc523
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/17355
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Nico Huber 2016-10-27 12:22:21 +02:00 committed by Nico Huber
parent 020a3ce90b
commit 4c002ac729
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
boot_option=Fallback
cmos_defaults_loaded=Yes
baud_rate=115200
debug_level=Spew
power_on_after_fail=Enable

View file

@ -28,7 +28,8 @@ entries
# -----------------------------------------------------------------
# RTC_BOOT_BYTE (coreboot hardcoded)
384 1 e 4 boot_option
#386 2 r 1 unused
#386 1 r 1 unused
387 1 e 16 cmos_defaults_loaded
388 4 h 0 reboot_counter
392 3 e 5 baud_rate
#395 1 r 1 unused
@ -165,6 +166,9 @@ enumerations
15 13 90%
15 14 95%
15 15 100%
# cmos_defaults_loaded
16 0 No
16 1 Yes
# sata_mode
17 0 AHCI
17 1 IDE