From 4c002ac7291f3a25410891445df2263ea5ef3e4a Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Thu, 27 Oct 2016 12:22:21 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/17355 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/mainboard/siemens/sitemp_g1p1/cmos.default | 1 + src/mainboard/siemens/sitemp_g1p1/cmos.layout | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src/mainboard/siemens/sitemp_g1p1') 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 -- cgit v1.2.3