Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/61861 )
Change subject: mb/starlabs/labtop: Disable legacy_8254_timer by default ......................................................................
mb/starlabs/labtop: Disable legacy_8254_timer by default
It was enabled due to known compatibility issues with Qubes OS. Since the release of R4.1.0, this issue is no longer present so it can be disabled.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Iab6048dc93112b9365f0c2b46225569073eb32f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61861 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Andy Pont andy.pont@sdcsystems.com Reviewed-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/starlabs/labtop/cmos.default 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved Angel Pons: Looks good to me, approved Andy Pont: Looks good to me, but someone else must approve
diff --git a/src/mainboard/starlabs/labtop/cmos.default b/src/mainboard/starlabs/labtop/cmos.default index 0b83cb7..0783adf 100644 --- a/src/mainboard/starlabs/labtop/cmos.default +++ b/src/mainboard/starlabs/labtop/cmos.default @@ -12,7 +12,7 @@ wireless=Enable webcam=Enable microphone=Enable -legacy_8254_timer=Enable +legacy_8254_timer=Disable usb_always_on=Disable thunderbolt=Disable # EC
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.