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:
@ -12,6 +12,7 @@ legacy_8254_timer=Disable
|
|||||||
# EC
|
# EC
|
||||||
kbl_timeout=30 seconds
|
kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
|
mirror_flag=Disable
|
||||||
# southbridge
|
# southbridge
|
||||||
power_on_after_fail=Disable
|
power_on_after_fail=Disable
|
||||||
# Functions
|
# Functions
|
||||||
|
@ -28,6 +28,8 @@ entries
|
|||||||
# coreboot config options: EC
|
# coreboot config options: EC
|
||||||
600 3 e 4 kbl_timeout
|
600 3 e 4 kbl_timeout
|
||||||
608 1 e 1 fn_ctrl_swap
|
608 1 e 1 fn_ctrl_swap
|
||||||
|
616 1 e 1 mirror_flag
|
||||||
|
624 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
# coreboot config options: southbridge
|
||||||
800 2 e 6 power_on_after_fail
|
800 2 e 6 power_on_after_fail
|
||||||
|
@ -13,6 +13,7 @@ legacy_8254_timer=Disable
|
|||||||
kbl_timeout=30 seconds
|
kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
fast_charge=Normal
|
fast_charge=Normal
|
||||||
|
mirror_flag=Disable
|
||||||
# southbridge
|
# southbridge
|
||||||
power_on_after_fail=Disable
|
power_on_after_fail=Disable
|
||||||
# Functions
|
# Functions
|
||||||
|
@ -29,6 +29,8 @@ entries
|
|||||||
600 3 e 4 kbl_timeout
|
600 3 e 4 kbl_timeout
|
||||||
608 1 e 1 fn_ctrl_swap
|
608 1 e 1 fn_ctrl_swap
|
||||||
616 1 e 11 fast_charge
|
616 1 e 11 fast_charge
|
||||||
|
624 1 e 1 mirror_flag
|
||||||
|
632 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
# coreboot config options: southbridge
|
||||||
800 2 e 6 power_on_after_fail
|
800 2 e 6 power_on_after_fail
|
||||||
|
@ -16,6 +16,7 @@ pci_hot_plug=Disable
|
|||||||
# EC
|
# EC
|
||||||
kbl_timeout=30 seconds
|
kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
|
mirror_flag=Disable
|
||||||
# southbridge
|
# southbridge
|
||||||
power_on_after_fail=Disable
|
power_on_after_fail=Disable
|
||||||
# Functions
|
# Functions
|
||||||
|
@ -35,6 +35,8 @@ entries
|
|||||||
608 1 e 1 fn_ctrl_swap
|
608 1 e 1 fn_ctrl_swap
|
||||||
616 2 e 8 max_charge
|
616 2 e 8 max_charge
|
||||||
624 2 e 9 fan_mode
|
624 2 e 9 fan_mode
|
||||||
|
632 1 e 1 mirror_flag
|
||||||
|
640 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
# coreboot config options: southbridge
|
||||||
800 2 e 6 power_on_after_fail
|
800 2 e 6 power_on_after_fail
|
||||||
|
@ -16,6 +16,7 @@ thunderbolt=Disable
|
|||||||
# EC
|
# EC
|
||||||
kbl_timeout=30 seconds
|
kbl_timeout=30 seconds
|
||||||
fn_ctrl_swap=Disable
|
fn_ctrl_swap=Disable
|
||||||
|
mirror_flag=Disable
|
||||||
# southbridge
|
# southbridge
|
||||||
power_on_after_fail=Disable
|
power_on_after_fail=Disable
|
||||||
# Functions
|
# Functions
|
||||||
|
@ -35,6 +35,8 @@ entries
|
|||||||
608 1 e 1 fn_ctrl_swap
|
608 1 e 1 fn_ctrl_swap
|
||||||
616 2 e 8 max_charge
|
616 2 e 8 max_charge
|
||||||
624 2 e 9 fan_mode
|
624 2 e 9 fan_mode
|
||||||
|
632 1 e 1 mirror_flag
|
||||||
|
640 4 h 0 mirror_flag_counter
|
||||||
|
|
||||||
# coreboot config options: southbridge
|
# coreboot config options: southbridge
|
||||||
800 2 e 6 power_on_after_fail
|
800 2 e 6 power_on_after_fail
|
||||||
|
Reference in New Issue
Block a user