[coreboot-gerrit] Change in ...coreboot[master]: mb/asrock/h81m-hds: Allow "keep state" for power_on_after_fail

Tristan Corrick (Code Review) gerrit at coreboot.org
Fri Dec 7 08:32:49 CET 2018


Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30102


Change subject: mb/asrock/h81m-hds: Allow "keep state" for power_on_after_fail
......................................................................

mb/asrock/h81m-hds: Allow "keep state" for power_on_after_fail

When I added the cmos.layout file, I did not realise that the
southbridge code cleverly emulated the "keep state" option.

Tested on an ASRock H81M-HDS. The `Keep` option works as it should.

Change-Id: I908e59d1e1eedefa6610e7f980afc3c04390a519
Signed-off-by: Tristan Corrick <tristan at corrick.kiwi>
---
M src/mainboard/asrock/h81m-hds/cmos.layout
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/30102/1

diff --git a/src/mainboard/asrock/h81m-hds/cmos.layout b/src/mainboard/asrock/h81m-hds/cmos.layout
index c7947f7..4926a45 100644
--- a/src/mainboard/asrock/h81m-hds/cmos.layout
+++ b/src/mainboard/asrock/h81m-hds/cmos.layout
@@ -55,7 +55,7 @@
 
 # coreboot config options: southbridge
 408          1       e       1        nmi
-409          2       e       1        power_on_after_fail
+409          2       e       5        power_on_after_fail
 
 # coreboot config options: check sums
 984          16      h       0        check_sum
@@ -84,6 +84,10 @@
 4     7     Debug
 4     8     Spew
 
+5     0     Disable
+5     1     Enable
+5     2     Keep
+
 # -----------------------------------------------------------------
 checksums
 

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30102
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I908e59d1e1eedefa6610e7f980afc3c04390a519
Gerrit-Change-Number: 30102
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan at corrick.kiwi>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181207/669a0327/attachment.html>


More information about the coreboot-gerrit mailing list