mb/starlabs/lite/glkr: Enable configuring Fast Charging on the Lite Mk IV
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I714867d455c4e0d01d6cb1cb9dc64669fb41100c Reviewed-on: https://review.coreboot.org/c/coreboot/+/66319 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
8de7c01e8b
commit
a0f3b86e13
|
@ -24,6 +24,7 @@ config BOARD_STARLABS_LITE_GLK
|
|||
|
||||
config BOARD_STARLABS_LITE_GLKR
|
||||
select BOARD_STARLABS_LITE_SERIES
|
||||
select EC_STARLABS_FAST_CHARGE
|
||||
select EC_STARLABS_NUVOTON
|
||||
select EC_STARLABS_KBL_LEVELS
|
||||
select SOC_INTEL_GEMINILAKE
|
||||
|
|
|
@ -12,6 +12,7 @@ legacy_8254_timer=Disable
|
|||
# EC
|
||||
kbl_timeout=30 seconds
|
||||
fn_ctrl_swap=Disable
|
||||
fast_charge=Normal
|
||||
# southbridge
|
||||
power_on_after_fail=Disable
|
||||
# Functions
|
||||
|
|
|
@ -28,6 +28,7 @@ entries
|
|||
# coreboot config options: EC
|
||||
600 3 e 4 kbl_timeout
|
||||
608 1 e 1 fn_ctrl_swap
|
||||
616 1 e 11 fast_charge
|
||||
|
||||
# coreboot config options: southbridge
|
||||
800 2 e 6 power_on_after_fail
|
||||
|
@ -93,6 +94,9 @@ enumerations
|
|||
10 2 High
|
||||
10 3 On
|
||||
|
||||
11 0 Normal
|
||||
11 1 Fast
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
checksums
|
||||
|
||||
|
|
Loading…
Reference in New Issue