From 109c4d05d6495dd3a6c480b1ccbd3183109eb63e Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 31 Mar 2021 19:25:14 -0600 Subject: mb/system76/oryp6: Add System76 Oryx Pro 6 https://tech-docs.system76.com/models/oryp6/README.html Tested with TianoCore (UefiPayloadPkg). Working: - PS/2 keyboard, touchpad - Both DIMM slots - M.2 NVMe - M.2 SATA - MicroSD card slot - All USB ports - Integrated graphics using Intel GOP driver - Webcam - Ethernet - Internal microphone - Combined headphone + mic 3.5mm jack - Combined microphone + S/PDIF 3.5mm jack - Booting to Ubuntu Linux 20.10 and Windows 10 - Flashing with flashrom Not working: - S3 suspend/resume: System hangs on wake from S3 - Discrete/Hybrid graphics: Requires a new driver - Internal speakers: Enabled in separate patch Not tested: - Thunderbolt functionality - S/PDIF output Change-Id: If017d65ca6cb36fe1f631d4dadd050a1547c93fa Signed-off-by: Jeremy Soller Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/47768 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- Documentation/mainboard/index.md | 1 + Documentation/mainboard/system76/oryp6.md | 60 +++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 Documentation/mainboard/system76/oryp6.md (limited to 'Documentation') diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 28aa6499d5..33072711a7 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -179,6 +179,7 @@ The boards in this section are not real mainboards, but emulators. - [Gazelle 15](system76/gaze15.md) - [Lemur Pro](system76/lemp9.md) - [Oryx Pro 5](system76/oryp5.md) +- [Oryx Pro 6](system76/oryp6.md) ## Texas Instruments diff --git a/Documentation/mainboard/system76/oryp6.md b/Documentation/mainboard/system76/oryp6.md new file mode 100644 index 0000000000..2c1975e621 --- /dev/null +++ b/Documentation/mainboard/system76/oryp6.md @@ -0,0 +1,60 @@ +# System76 Oryx Pro (oryp6) + +## Specs + +- CPU + - Intel i7-10875H +- Chipset + - Intel HM470 +- EC + - ITE IT5570E running https://github.com/system76/ec +- GPU + - NVIDIA GeForce RTX 2080 Super (Max-Q) + - or NVIDIA GeForce RTX 2070 (Max-Q) + - or NVIDIA GeForce RTX 2060 + - eDP 15.6" or 17.3" 1920x1080@144Hz LCD + - HDMI, Mini DisplayPort 1.4, and DisplayPort over USB-C +- Memory + - Up to 64GB (2x32GB) dual-channel DDR4 SO-DIMMs @ 3200 MHz +- Networking + - Gigabit Ethernet + - M.2 PCIe/CNVi WiFi/Bluetooth + - Intel Wi-Fi 6 AX200/AX201 +- Power + - 180W (19.5V, 9.23A) AC adapter + - 73Wh 3-cell battery +- Sound + - Internal speakers and microphone + - Combined headphone and microphone 3.5mm jack + - Combined microphone and S/PDIF (optical) 3.5mm jack + - HDMI, Mini DisplayPort, USB-C DisplayPort audio +- USB + - 3x USB 3.2 Gen 1 Type-A + - 1x USB Type-C with Thunderbolt 3 +- Dimensions + - 15": 35.75cm x 23.8cm x 1.98cm, 1.99kg + - 17": 39.59cm x 26.495cm x 1.99cm, 2.3kg + +## Flashing coreboot + +```eval_rst ++---------------------+-----------------+ +| Type | Value | ++=====================+=================+ +| Socketed flash | no | ++---------------------+-----------------+ +| Vendor | Macronix | ++---------------------+-----------------+ +| Model | MX25L12872F | ++---------------------+-----------------+ +| Size | 16 MiB | ++---------------------+-----------------+ +| Package | SOIC-8 | ++---------------------+-----------------+ +| Internal flashing | yes | ++---------------------+-----------------+ +| External flashing | yes | ++---------------------+-----------------+ +``` + +The flash chip (U53) is above the M.2 SSD connectors. -- cgit v1.2.3