From fa2c118af49670b59c599d760a56f441a8bce71c Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 28 Nov 2022 09:17:55 -0700 Subject: mb/system76/adl-p: Add Galago Pro 6 as a variant The Galago Pro 6 (galp6) is an Alder Lake-P board. Tested with a custom edk2 UefiPayloadPkg. Working: - PS/2 keyboard, touchpad - Both DIMM slots (with NMSO480E82-3200EA00) - M.2 NVMe SSD (with MZVL2500HCJQ) - All USB ports - 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 headphone + mic 3.5mm audio - S0ix suspend/resume - Booting Pop!_OS Linux 22.04 with kernel 6.0.6 - Internal flashing with flashrom v1.2-1087-gde016a17 Not working: - Detection of devices in TBT slot on boot Change-Id: I8940fb3777d7f18393ef50baec32f9445b375648 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/69211 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/adl-p/Kconfig.name | 3 +++ 1 file changed, 3 insertions(+) (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 index 9533451123..5e3aee34e4 100644 --- a/src/mainboard/system76/adl-p/Kconfig.name +++ b/src/mainboard/system76/adl-p/Kconfig.name @@ -1,2 +1,5 @@ config BOARD_SYSTEM76_DARP8 bool "darp8" + +config BOARD_SYSTEM76_GALP6 + bool "galp6" -- cgit v1.2.3