mainboard/starlabs/*: Remove the power_on_after_fail option
None of these boards have an RTC battery, so this option has no effect. Remove it. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I9a55227f74c0b9ae9b56bdef4b8f53b2425b331c Reviewed-on: https://review.coreboot.org/c/coreboot/+/75450 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
374a382edc
commit
edf1ffef9f
|
@ -13,8 +13,6 @@ legacy_8254_timer=Disable
|
||||||
kbl_timeout=30 seconds
|
kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
mirror_flag=Disable
|
mirror_flag=Disable
|
||||||
# southbridge
|
|
||||||
power_on_after_fail=Disable
|
|
||||||
# Functions
|
# Functions
|
||||||
fn_lock_state=0x1
|
fn_lock_state=0x1
|
||||||
trackpad_state=0x1
|
trackpad_state=0x1
|
||||||
|
|
|
@ -31,9 +31,6 @@ entries
|
||||||
616 1 e 1 mirror_flag
|
616 1 e 1 mirror_flag
|
||||||
624 4 h 0 mirror_flag_counter
|
624 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
|
||||||
800 2 e 6 power_on_after_fail
|
|
||||||
|
|
||||||
# coreboot config options: check sums
|
# coreboot config options: check sums
|
||||||
984 16 h 0 check_sum
|
984 16 h 0 check_sum
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,6 @@ kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
fast_charge=Normal
|
fast_charge=Normal
|
||||||
mirror_flag=Disable
|
mirror_flag=Disable
|
||||||
# southbridge
|
|
||||||
power_on_after_fail=Disable
|
|
||||||
# Functions
|
# Functions
|
||||||
fn_lock_state=0x1
|
fn_lock_state=0x1
|
||||||
trackpad_state=0x1
|
trackpad_state=0x1
|
||||||
|
|
|
@ -32,9 +32,6 @@ entries
|
||||||
624 1 e 1 mirror_flag
|
624 1 e 1 mirror_flag
|
||||||
632 4 h 0 mirror_flag_counter
|
632 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
|
||||||
800 2 e 6 power_on_after_fail
|
|
||||||
|
|
||||||
# coreboot config options: check sums
|
# coreboot config options: check sums
|
||||||
984 16 h 0 check_sum
|
984 16 h 0 check_sum
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,6 @@ pci_hot_plug=Disable
|
||||||
kbl_timeout=30 seconds
|
kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
mirror_flag=Disable
|
mirror_flag=Disable
|
||||||
# southbridge
|
|
||||||
power_on_after_fail=Disable
|
|
||||||
# Functions
|
# Functions
|
||||||
fn_lock_state=0x1
|
fn_lock_state=0x1
|
||||||
trackpad_state=0x1
|
trackpad_state=0x1
|
||||||
|
|
|
@ -41,9 +41,6 @@ entries
|
||||||
632 1 e 1 mirror_flag
|
632 1 e 1 mirror_flag
|
||||||
640 4 h 0 mirror_flag_counter
|
640 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
|
||||||
800 2 e 6 power_on_after_fail
|
|
||||||
|
|
||||||
# coreboot config options: check sums
|
# coreboot config options: check sums
|
||||||
984 16 h 0 check_sum
|
984 16 h 0 check_sum
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,6 @@ thunderbolt=Disable
|
||||||
kbl_timeout=30 seconds
|
kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
mirror_flag=Disable
|
mirror_flag=Disable
|
||||||
# southbridge
|
|
||||||
power_on_after_fail=Disable
|
|
||||||
# Functions
|
# Functions
|
||||||
fn_lock_state=0x1
|
fn_lock_state=0x1
|
||||||
trackpad_state=0x1
|
trackpad_state=0x1
|
||||||
|
|
|
@ -41,9 +41,6 @@ entries
|
||||||
632 1 e 1 mirror_flag
|
632 1 e 1 mirror_flag
|
||||||
640 4 h 0 mirror_flag_counter
|
640 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
|
||||||
800 2 e 6 power_on_after_fail
|
|
||||||
|
|
||||||
# coreboot config options: check sums
|
# coreboot config options: check sums
|
||||||
984 16 h 0 check_sum
|
984 16 h 0 check_sum
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue