diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-07-31 07:55:37 +0100 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-06 18:15:25 +0000 |
commit | 976ca5e47777cb7148bfb423f59479d84d68fc3b (patch) | |
tree | b1ccbd71f490841e810d1caf496b439f069641cf /src/mainboard/starlabs/starbook/cmos.default | |
parent | 33e2b923e9f786e706cb5ea18f39b28299a85953 (diff) |
mb/starlabs/starbook: Add variant specific cmos.layout and cmos.default
Add variant specific cmos files, which avoid options like "Thunderbolt"
existing in platforms that don't support such options.
This change also removes entries that were never used, including:
* smi_handler
* usb_always_on
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I359e5c5bbf29eb474f2d3bc42a8e80afc0a5d38a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66296
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/starbook/cmos.default')
-rw-r--r-- | src/mainboard/starlabs/starbook/cmos.default | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/starlabs/starbook/cmos.default b/src/mainboard/starlabs/starbook/cmos.default index 0783adf403..f1276cc6ed 100644 --- a/src/mainboard/starlabs/starbook/cmos.default +++ b/src/mainboard/starlabs/starbook/cmos.default @@ -7,14 +7,11 @@ hyper_threading=Enable vtd=Enable power_profile=Balanced me_state=Disable -smi_handler=Enable # Devices wireless=Enable webcam=Enable microphone=Enable legacy_8254_timer=Disable -usb_always_on=Disable -thunderbolt=Disable # EC kbl_timeout=30 seconds fn_ctrl_swap=Disable |