From 683de12e534e93fa92955edccf328ac03370e6b8 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 2 Mar 2023 09:44:40 -0700 Subject: mb/system76/adl-p: Add Oryx Pro 10 as a variant oryp10 is nearly identical to the oryp9, with the differences being: - Uses DDR5 RAM instead of DDR4 RAM - Uses Realtek ALC1306 instead of TI TAS5825M - Has an option for OLED display Change-Id: I0cf46cb5d10098dd31f0dc3c620db0c7e20ffba4 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/69210 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- Documentation/mainboard/index.md | 1 + Documentation/mainboard/system76/oryp10.md | 69 ++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 Documentation/mainboard/system76/oryp10.md (limited to 'Documentation') diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 0c51fe374531..9a2660a8cb3d 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -217,6 +217,7 @@ The boards in this section are not real mainboards, but emulators. - [Oryx Pro 7](system76/oryp7.md) - [Oryx Pro 8](system76/oryp8.md) - [Oryx Pro 9](system76/oryp9.md) +- [Oryx Pro 10](system76/oryp10.md) ## Texas Instruments diff --git a/Documentation/mainboard/system76/oryp10.md b/Documentation/mainboard/system76/oryp10.md new file mode 100644 index 000000000000..921585cb2bad --- /dev/null +++ b/Documentation/mainboard/system76/oryp10.md @@ -0,0 +1,69 @@ +# System76 Oryx Pro 10 (oryp10) + +## Specs + +- CPU + - Intel Core i7-12700H +- EC + - ITE IT5570E running [System76 EC](https://github.com/system76/ec) +- Graphics + - dGPU options: + - NVIDIA GeForce RTX 3070 Ti (Max-Q) + - NVIDIA GeForce RTX 3080 Ti (Max-Q) + - eDP options: + - 15.6" 3840x2160@60Hz OLED (Samsung ATNA56WR14-0) + - 15.6" 1920x1080@144Hz LCD (BOE NV156FHM-NY5) + - 17.3" 1920x1080@144Hz LCD (BOE NV173FHM-NY1) + - 1x HDMI 2.1 + - 1x Mini DisplayPort 1.4 + - 1x DisplayPort 1.4 over USB-C +- Memory + - Up to 64GB (2x32GB) dual-channel DDR5 SO-DIMMs @ 4800 MHz +- Networking + - Gigabit Ethernet + - M.2 NVMe/CNVi WiFi/Bluetooth (Intel Wi-Fi 6 AX200/201) +- Power + - 230W (20V, 11.5A) AC barrel adapter (Lite-On PA-1231-26) + - 80Wh 6-cell Lithium-ion battery +- Sound + - Realtek ALC1220 codec + - Realtek ALC1306 smart amp + - Internal speakers and microphone + - Combined 3.5mm headphone & microphone jack + - Combined 3.5mm microphone & S/PDIF jack + - HDMI, mDP, USB-C DP audio +- Storage + - 2x M.2 PCIe NVMe Gen 4 SSD + - MicroSD card reader (RTS5227S) +- USB + - 1x USB Type-C with Thunderbolt 4 + - 1x USB 3.2 (Gen 2) Type-C + - 2x USB 3.2 (Gen 1) Type-A +- Dimensions + - 15": 35.814cm x 24.003cm x 2.489cm, 2.4kg + - 17": 39.599cm x 26.213cm x 2.489cm, 2.8kg + + +## 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 (U61) is left of the DIMM slots. -- cgit v1.2.3