diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-06-23 15:26:45 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-18 15:04:35 +0000 |
commit | b1ef846da899c58c75f8ec1a98dd052dc4934dbf (patch) | |
tree | e6093fce0ff24c0892f54830e83a9da99fd1d1b8 /Documentation/mainboard/system76 | |
parent | 903b3ff3564f19c624e90c48ec2d7fcfef6cce8e (diff) |
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 <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75277
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/mainboard/system76')
-rw-r--r-- | Documentation/mainboard/system76/galp7.md | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Documentation/mainboard/system76/galp7.md b/Documentation/mainboard/system76/galp7.md new file mode 100644 index 0000000000..3d27716957 --- /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. |