mb/starlabs/*: Add CMOS entries for the mirror flag
Add the required CMOS entries for the mirror flag, so that it can be enabled from a defconfig. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I174ac896df050480ee90c8141c5536b628c98432 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73682 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0579c609fb
commit
da260752ab
|
@ -12,6 +12,7 @@ legacy_8254_timer=Disable
|
|||
# EC
|
||||
kbl_timeout=30 seconds
|
||||
fn_ctrl_swap=Disable
|
||||
mirror_flag=Disable
|
||||
# southbridge
|
||||
power_on_after_fail=Disable
|
||||
# Functions
|
||||
|
|
|
@ -28,6 +28,8 @@ entries
|
|||
# coreboot config options: EC
|
||||
600 3 e 4 kbl_timeout
|
||||
608 1 e 1 fn_ctrl_swap
|
||||
616 1 e 1 mirror_flag
|
||||
624 4 h 0 mirror_flag_counter
|
||||
|
||||
# coreboot config options: southbridge
|
||||
800 2 e 6 power_on_after_fail
|
||||
|
|
|
@ -13,6 +13,7 @@ legacy_8254_timer=Disable
|
|||
kbl_timeout=30 seconds
|
||||
fn_ctrl_swap=Disable
|
||||
fast_charge=Normal
|
||||
mirror_flag=Disable
|
||||
# southbridge
|
||||
power_on_after_fail=Disable
|
||||
# Functions
|
||||
|
|
|
@ -29,6 +29,8 @@ entries
|
|||
600 3 e 4 kbl_timeout
|
||||
608 1 e 1 fn_ctrl_swap
|
||||
616 1 e 11 fast_charge
|
||||
624 1 e 1 mirror_flag
|
||||
632 4 h 0 mirror_flag_counter
|
||||
|
||||
# coreboot config options: southbridge
|
||||
800 2 e 6 power_on_after_fail
|
||||
|
|
|
@ -16,6 +16,7 @@ pci_hot_plug=Disable
|
|||
# EC
|
||||
kbl_timeout=30 seconds
|
||||
fn_ctrl_swap=Disable
|
||||
mirror_flag=Disable
|
||||
# southbridge
|
||||
power_on_after_fail=Disable
|
||||
# Functions
|
||||
|
|
|
@ -35,6 +35,8 @@ entries
|
|||
608 1 e 1 fn_ctrl_swap
|
||||
616 2 e 8 max_charge
|
||||
624 2 e 9 fan_mode
|
||||
632 1 e 1 mirror_flag
|
||||
640 4 h 0 mirror_flag_counter
|
||||
|
||||
# coreboot config options: southbridge
|
||||
800 2 e 6 power_on_after_fail
|
||||
|
|
|
@ -16,6 +16,7 @@ thunderbolt=Disable
|
|||
# EC
|
||||
kbl_timeout=30 seconds
|
||||
fn_ctrl_swap=Disable
|
||||
mirror_flag=Disable
|
||||
# southbridge
|
||||
power_on_after_fail=Disable
|
||||
# Functions
|
||||
|
|
|
@ -35,6 +35,8 @@ entries
|
|||
608 1 e 1 fn_ctrl_swap
|
||||
616 2 e 8 max_charge
|
||||
624 2 e 9 fan_mode
|
||||
632 1 e 1 mirror_flag
|
||||
640 4 h 0 mirror_flag_counter
|
||||
|
||||
# coreboot config options: southbridge
|
||||
800 2 e 6 power_on_after_fail
|
||||
|
|
Loading…
Reference in New Issue