diff options
author | Sean Rhodes <sean@starlabs.systems> | 2021-11-28 08:34:53 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-15 15:55:09 +0000 |
commit | 1b66bbaf8380f72faffb48e2bb4f977fb8b3e958 (patch) | |
tree | 6219a070e9b7841ce56cbb1c3950ebfa185fb6ab /src/mainboard/starlabs/labtop/cmos.default | |
parent | 5e59f169ec866443a90af363192324bd46fd5cbf (diff) |
mainboard/starlabs/labtop: Hook up Thunderbolt to CMOS
Hook up Thunderbolt and related settings to CMOS value of `thunderbolt`.
Changes TcssXhciEn, UsbTcPortEn and the relevant PCI devices.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ibadc7464831242ae51982610b410ccf0a6811edd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59705
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Andy Pont <andy.pont@sdcsystems.com>
Diffstat (limited to 'src/mainboard/starlabs/labtop/cmos.default')
-rw-r--r-- | src/mainboard/starlabs/labtop/cmos.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/labtop/cmos.default b/src/mainboard/starlabs/labtop/cmos.default index b4b2d2600b..589189f9dd 100644 --- a/src/mainboard/starlabs/labtop/cmos.default +++ b/src/mainboard/starlabs/labtop/cmos.default @@ -14,6 +14,7 @@ webcam=Enable microphone=Enable legacy_8254_timer=Enable usb_always_on=Disable +thunderbolt=Disable # EC kbl_timeout=30 seconds fn_ctrl_swap=Disable |