diff options
author | Nico Huber <nico.huber@secunet.com> | 2016-10-27 12:22:21 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-11-21 15:15:54 +0100 |
commit | 4c002ac7291f3a25410891445df2263ea5ef3e4a (patch) | |
tree | e801b152e73cdefd9c6a8174298eef0ccc844d7b /src/mainboard/siemens | |
parent | 020a3ce90b025e342faec9479ded07e3ce055146 (diff) |
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>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/sitemp_g1p1/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/siemens/sitemp_g1p1/cmos.layout | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/siemens/sitemp_g1p1/cmos.default b/src/mainboard/siemens/sitemp_g1p1/cmos.default index 9f15a1cd5e..b5305a1a19 100644 --- a/src/mainboard/siemens/sitemp_g1p1/cmos.default +++ b/src/mainboard/siemens/sitemp_g1p1/cmos.default @@ -1,4 +1,5 @@ boot_option=Fallback +cmos_defaults_loaded=Yes 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 7cae2fbb03..ec84e9dc51 100644 --- a/src/mainboard/siemens/sitemp_g1p1/cmos.layout +++ b/src/mainboard/siemens/sitemp_g1p1/cmos.layout @@ -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 |