From 55de4d9ab4deeccd39f8c970e6b32a1e19bff28b Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 14 Apr 2023 21:32:18 +0100 Subject: mb/starlabs/starfighter: Add Raptor Lake StarFighter Mk I variant Tested using `edk2` from `github.com/starlabsltd/edk2/tree/uefipayload_vs`: * Windows 11 * Ubuntu 24.04 No known issues. https://starlabs.systems/pages/starfighter-specification Signed-off-by: Sean Rhodes Change-Id: I046e70845a5201d6f6ab062aee91fa8be9728737 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74445 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starfighter/cmos.default | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/mainboard/starlabs/starfighter/cmos.default (limited to 'src/mainboard/starlabs/starfighter/cmos.default') diff --git a/src/mainboard/starlabs/starfighter/cmos.default b/src/mainboard/starlabs/starfighter/cmos.default new file mode 100644 index 0000000000..88cd1789fb --- /dev/null +++ b/src/mainboard/starlabs/starfighter/cmos.default @@ -0,0 +1,25 @@ +## SPDX-License-Identifier: GPL-2.0-only +# hardcoded +boot_option=Fallback +# console +debug_level=Debug +# cpu +hyper_threading=Enable +vtd=Enable +power_profile=Balanced +me_state=Disable +# Devices +wireless=Enable +webcam=Enable +microphone=Enable +pci_hot_plug=Disable +# EC +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 -- cgit v1.2.3