From b1ef846da899c58c75f8ec1a98dd052dc4934dbf Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 23 Jun 2023 15:26:45 -0600 Subject: mb/system76/rpl: Add Galago Pro 7 as a variant The Galago Pro 7 (galp7) is a Raptor Lake-H board. Tested with a custom TianoCore UefiPayloadPkg. Working: - PS/2 keyboard - I2C HID touchpad - Both DIMM slots (with NMSO480E82-3200EA00) - M.2 NVMe SSD - All USB ports - SD card reader - Webcam - Ethernet - WiFi/Bluetooth - Integrated graphics using Intel GOP driver - Backlight controls on Windows 10 and Linux 6.2 - HDMI output - DisplayPort output over USB-C - Internal microphone - Internal speakers - Combined headphone + mic 3.5mm audio - S3 suspend/resume - Booting Pop!_OS Linux 22.04 with kernel 6.2.7 Not working: - Detection of devices in TBT slot on boot Change-Id: I1ae3b2c647aa75976a1ea97f7681f93eb000ba8a Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/75277 Reviewed-by: Jeremy Soller Tested-by: build bot (Jenkins) --- Documentation/mainboard/index.md | 1 + Documentation/mainboard/system76/galp7.md | 58 +++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 Documentation/mainboard/system76/galp7.md (limited to 'Documentation/mainboard') diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 6c6f1ab6e099..605f741dde72 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -214,6 +214,7 @@ The boards in this section are not real mainboards, but emulators. - [Galago Pro 4](system76/galp4.md) - [Galago Pro 5](system76/galp5.md) - [Galago Pro 6](system76/galp6.md) +- [Galago Pro 7](system76/galp7.md) - [Gazelle 15](system76/gaze15.md) - [Gazelle 16](system76/gaze16.md) - [Gazelle 17](system76/gaze17.md) diff --git a/Documentation/mainboard/system76/galp7.md b/Documentation/mainboard/system76/galp7.md new file mode 100644 index 000000000000..3d277169578e --- /dev/null +++ b/Documentation/mainboard/system76/galp7.md @@ -0,0 +1,58 @@ +# System76 Galago Pro 7 (galp7) + +## Specs + +- CPU + - Intel Core i5-13500H + - Intel Core i7-13700H +- EC + - ITE IT5570E running [System76 EC](https://github.com/system76/ec) +- Graphics + - Intel Iris Xe Graphics + - eDP 14.1" 1920x1080@144Hz LCD (Sharp LQ140M1JW49) + - 1x HDMI 2.1 + - 1x DisplayPort 1.4 over USB-C +- Memory + - Up to 64GB (2x32GB) dual-channel DDR4 SO-DIMMs @ 3200 MHz +- Networking + - Gigabit Ethernet + - M.2 NVMe/CNVi WiFi/Bluetooth (Intel Wi-Fi 6 AX210/211) +- Power + - 90W (19V, 4.74A) AC barrel adapter (Chicony A16-090P1A) + - USB-C charging, compatible with 90W+ chargers + - 53Wh 4-cell Lithium-ion battery +- Sound + - Realtek ALC256 codec + - Internal speakers and microphone + - Combined 3.5mm headphone/microphone jack + - HDMI, USB-C DisplayPort audio +- USB + - 1x USB-C Type-C with Thunderbolt 4 + - 1x USB 3.2 (Gen 2) Type-C + - 2x USB 3.2 (Gen 1) Type-A +- Dimensions + - 32.49cm x 22.5cm x 1.82cm, 1.45kg + +## Flashing coreboot + +```eval_rst ++---------------------+---------------------+ +| Type | Value | ++=====================+=====================+ +| Socketed flash | no | ++---------------------+---------------------+ +| Vendor | Macronix | ++---------------------+---------------------+ +| Model | MX25L25673G | ++---------------------+---------------------+ +| Size | 32 MiB | ++---------------------+---------------------+ +| Package | WSON-8 | ++---------------------+---------------------+ +| Internal flashing | yes | ++---------------------+---------------------+ +| External flashing | yes | ++---------------------+---------------------+ +``` + +The flash chip (U43) is left of the wireless card. -- cgit v1.2.3