diff options
author | Tristan Corrick <tristan@corrick.kiwi> | 2018-12-07 20:06:16 +1300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 05:26:58 +0000 |
commit | 8fc49096f90b8abe6f58ea1602e606fb80269ba4 (patch) | |
tree | 8a2b50309e18e3d15a9d4de88001b612a0224825 /src | |
parent | dcc249e295c63cb4e148f889abd63109baf8b437 (diff) |
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@corrick.kiwi>
Reviewed-on: https://review.coreboot.org/c/30102
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asrock/h81m-hds/cmos.layout | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/asrock/h81m-hds/cmos.layout b/src/mainboard/asrock/h81m-hds/cmos.layout index c7947f735c..4926a45eb9 100644 --- a/src/mainboard/asrock/h81m-hds/cmos.layout +++ b/src/mainboard/asrock/h81m-hds/cmos.layout @@ -55,7 +55,7 @@ entries # 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 @@ enumerations 4 7 Debug 4 8 Spew +5 0 Disable +5 1 Enable +5 2 Keep + # ----------------------------------------------------------------- checksums |