mb/starlabs/labtop: Add CMOS defaults for EC functions
Set the CMOS defaults for EC related functions: * Function Lock = Enabled * Trackpad = Enabled * Keyboard Backlight Brightness = Off * Keyboard Backlight State = Enabled Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I528c30893d2af87584a09f23b982b5f36b37a873 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62792 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
190086e664
commit
c0646fc910
|
@ -20,3 +20,8 @@ kbl_timeout=30 seconds
|
|||
fn_ctrl_swap=Disable
|
||||
# southbridge
|
||||
power_on_after_fail=Disable
|
||||
# Functions
|
||||
fn_lock_state=0x1
|
||||
trackpad_state=0x1
|
||||
kbl_brightness=0x0
|
||||
kbl_state=0x1
|
||||
|
|
Loading…
Reference in New Issue