diff options
author | Jeremy Soller <jeremy@system76.com> | 2023-05-16 14:56:43 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-25 19:46:41 +0000 |
commit | 4814492e3ca49c0303b900ce1aa00a5b8e08f381 (patch) | |
tree | cff108c53bd5e485350737a9bdd5ae68a1b9efec /src/mainboard/system76/rpl/Kconfig.name | |
parent | 9091a94528f93cd0d7f641f0cbb1b6e1acce535c (diff) |
mb/system76/rpl: Add Lemur Pro 12 as a variant
The Lemur Pro 12 (lemp12) is a Raptor Lake-U board.
Tested with a custom edk2 UefiPayloadPkg.
Working:
- PS/2 keyboard
- I2C HID touchpad
- DIMM slot with 4800 MT/s memory
- Both 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
- TPM 2.0 device
- Booting Pop!_OS Linux 22.04 with kernel 6.2.7
Not working:
- Onboard RAM
Change-Id: I0c4941534b719ea8fc93eb3492d5fe16db208647
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75279
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/rpl/Kconfig.name')
-rw-r--r-- | src/mainboard/system76/rpl/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/system76/rpl/Kconfig.name b/src/mainboard/system76/rpl/Kconfig.name index b0ee8ab2b7..1f21f1dcb8 100644 --- a/src/mainboard/system76/rpl/Kconfig.name +++ b/src/mainboard/system76/rpl/Kconfig.name @@ -13,6 +13,9 @@ config BOARD_SYSTEM76_GALP7 config BOARD_SYSTEM76_GAZE18 bool "gaze18" +config BOARD_SYSTEM76_LEMP12 + bool "lemp12" + config BOARD_SYSTEM76_ORYP11 bool "oryp11" |