summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/rpl/variants/darp9/board.fmd
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2023-07-14 10:11:07 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-07-18 15:02:24 +0000
commit68752314720fb93b3726c9db3aae9aa1756f1fcc (patch)
treec11ba4a08d2ec8c7603a22352ed099d39ee4e762 /src/mainboard/system76/rpl/variants/darp9/board.fmd
parentd7a07c2873cc2b8c942bae16e5620adfe4318685 (diff)
mb/system76/rpl: Add Darter Pro 9 as a variant
The Darter Pro 9 (darp9) is a Raptor Lake-P board. Tested with a custom TianoCore UefiPayloadPkg. Working: - PS/2 keyboard - I2C HID touchpad - Both DIMM slots with 5200 MT/s memory - Both M.2 SSD slots - All USB ports - Webcam - Ethernet - WiFi/Bluetooth - Integrated graphics using Intel GOP driver - Internal microphone - Internal speakers - Combined 3.5mm headphone + mic audio - 3.5mm microphone input - S3 suspend/resume - Booting Pop!_OS Linux 22.04 with kernel 6.2.7 Change-Id: If19caa90e5f90939b2946392da343b7f91f568ca Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75278 Reviewed-by: Jeremy Soller <jeremy@system76.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/rpl/variants/darp9/board.fmd')
-rw-r--r--src/mainboard/system76/rpl/variants/darp9/board.fmd12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/system76/rpl/variants/darp9/board.fmd b/src/mainboard/system76/rpl/variants/darp9/board.fmd
new file mode 100644
index 0000000000..fdf1ebdf52
--- /dev/null
+++ b/src/mainboard/system76/rpl/variants/darp9/board.fmd
@@ -0,0 +1,12 @@
+FLASH 32M {
+ SI_DESC 4K
+ SI_ME 4824K
+ SI_BIOS@16M 16M {
+ RW_MRC_CACHE 64K
+ SMMSTORE(PRESERVE) 256K
+ WP_RO {
+ FMAP 4K
+ COREBOOT(CBFS)
+ }
+ }
+}