diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-03-31 19:25:14 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-26 20:45:50 +0000 |
commit | 109c4d05d6495dd3a6c480b1ccbd3183109eb63e (patch) | |
tree | 45336c11fd360209a73ed38150a7603a9035208b /Documentation/mainboard/system76 | |
parent | a8753e9cbbfc38516b68eab14b806c441c6276b9 (diff) |
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 <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47768
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/mainboard/system76')
-rw-r--r-- | Documentation/mainboard/system76/oryp6.md | 60 |
1 files changed, 60 insertions, 0 deletions
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. |