Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62792 )
Change subject: mb/starlabs/labtop: Add CMOS defaults for EC functions ......................................................................
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 --- M src/mainboard/starlabs/labtop/cmos.default 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/62792/1
diff --git a/src/mainboard/starlabs/labtop/cmos.default b/src/mainboard/starlabs/labtop/cmos.default index 589189f..0b83cb7 100644 --- a/src/mainboard/starlabs/labtop/cmos.default +++ b/src/mainboard/starlabs/labtop/cmos.default @@ -20,3 +20,8 @@ fn_ctrl_swap=Disable # southbridge power_on_after_fail=Disable +# Functions +fn_lock_state=0x1 +trackpad_state=0x1 +kbl_brightness=0x0 +kbl_state=0x1