From fa5a4752065ebb75b419815f97e95b62f0847a9d Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 1 Nov 2022 11:59:02 -0600 Subject: mb/system76/adl-p: Add Darter Pro 8 The Darter Pro 8 (darp8) is an Alder Lake-P board. Tested with a custom TianoCore UefiPayloadPkg. Working: - PS/2 keyboard, touchpad - Both DIMM slots (with NMSO480E82-3200EA00) - M.2 NVMe SSD (with MZVL2500HCJQ) - M.2 SATA SSD (with WDS100T2B0B) - All USB ports - SD card reader - Webcam - Ethernet - WiFi/Bluetooth - Integrated graphics using Intel GOP driver - Backlight controls on Windows 10 and Linux 6.1 - HDMI output - DisplayPort output over USB-C - Internal microphone - Internal speakers - Combined header + mic 3.5mm audio - S0ix suspend/resume - Booting Pop!_OS Linux 22.04 with kernel 5.18.5 - Internal flashing with flashrom v1.2-703-g76118a7c10ed Not working: - Detection of devices in TBT slot on boot Change-Id: Icc84d6cc3aec7149d9b538305288bbe2b56d53e4 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/65301 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/system76/adl-p/Kconfig.name | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/mainboard/system76/adl-p/Kconfig.name (limited to 'src/mainboard/system76/adl-p/Kconfig.name') diff --git a/src/mainboard/system76/adl-p/Kconfig.name b/src/mainboard/system76/adl-p/Kconfig.name new file mode 100644 index 0000000000..9533451123 --- /dev/null +++ b/src/mainboard/system76/adl-p/Kconfig.name @@ -0,0 +1,2 @@ +config BOARD_SYSTEM76_DARP8 + bool "darp8" -- cgit v1.2.3