mb/system76/rpl: Add Oryx Pro 12 as a variant
commit8b9716e2269de0c63a42b0cb3b5205925050ee81
authorTim Crawford <tcrawford@system76.com>
Tue, 21 May 2024 21:17:29 +0000 (21 15:17 -0600)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Wed, 29 May 2024 20:57:44 +0000 (29 20:57 +0000)
tree64e216409c9768b2b7c5ba1aa3b286dbc4edfe5b
parent3a4e1392df96ab22fd5c90d8e4aa082b77c5cab9
mb/system76/rpl: Add Oryx Pro 12 as a variant

The Oryx Pro 12 (oryp12) is a Raptor Lake-HX board.

Tested with a custom edk2 UefiPayloadPkg.

Working:

- PS/2 keyboard
- I2C HID touchpad
- Both DIMM slots (with Crucial CT8G48C40S5)
- M.2 NVMe SSDs
- MicroSD card reader
- Webcam
- Ethernet
- WiFi/Bluetooth
- Integrated graphics using Intel GOP driver
- Backlight controls on Linux 6.8
- Internal microphone
- Internal speakers
- Combined headset + mic 3.5mm audio
- 3.5mm microphone input
- S3 suspend/resume
- Booting Pop!_OS Linux 22.04 with kernel 6.8.0
- TPM 2.0 device

Not working:

- Discrete/Hybrid graphics
- Thunderbolt

Change-Id: I11cf2dbd1512ebae44e0109bdb78e6eafa027444
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82596
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
src/mainboard/system76/rpl/Kconfig
src/mainboard/system76/rpl/Kconfig.name
src/mainboard/system76/rpl/variants/oryp12/board.fmd [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/board_info.txt [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/data.vbt [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/gpio.c [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/gpio_early.c [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/hda_verb.c [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/overridetree.cb [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/romstage.c [new file with mode: 0644]
src/mainboard/system76/rpl/variants/oryp12/tas5825m.c [new file with mode: 0644]