diff options
author | Jeremy Soller <jeremy@system76.com> | 2023-06-21 09:41:48 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-14 14:31:45 +0000 |
commit | 1611f93a30b20c5215175038ce1a15253c76fd2d (patch) | |
tree | c28101a69794aab5a7e819a3610a47eb514e7f90 /Documentation/mainboard | |
parent | 53c6eea2d42fb4b5f3a6d31bc4bdf538767e815b (diff) |
mb/system76/rpl: Add Adder WS 3 as a variant
The Adder Workstation 3 (addw3) is a Raptor Lake-HX board.
Tested with a custom TianoCore UefiPayloadPkg.
Working:
- PS/2 keyboard
- I2C HID touchpad
- Both DIMM slots with 5200 MT/s memory
- Both M.2 SSD slots
- All USB ports
- Webcam
- Ethernet
- WiFi/Bluetooth
- Integrated graphics using Intel GOP driver
- Internal microphone
- Internal speakers
- Combined headphone + mic 3.5mm audio
- 3.5mm microphone input
- S3 suspend/resume
- Booting Pop!_OS Linux 22.04 with kernel 6.2.7
Not working:
- Discrete/Hybrid graphics
- Thunderbolt
Change-Id: I165a434fe18f8c0aac49cb872bb87f98551d8f2c
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73975
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/mainboard')
-rw-r--r-- | Documentation/mainboard/index.md | 1 | ||||
-rw-r--r-- | Documentation/mainboard/system76/addw3.md | 71 |
2 files changed, 72 insertions, 0 deletions
diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 8278bbfcc8..2f835a476e 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -205,6 +205,7 @@ The boards in this section are not real mainboards, but emulators. - [Adder Workstation 1](system76/addw1.md) - [Adder Workstation 2](system76/addw2.md) +- [Adder Workstation 3](system76/addw3.md) - [Bonobo Workstation 14](system76/bonw14.md) - [Darter Pro 6](system76/darp6.md) - [Darter Pro 7](system76/darp7.md) diff --git a/Documentation/mainboard/system76/addw3.md b/Documentation/mainboard/system76/addw3.md new file mode 100644 index 0000000000..c964351914 --- /dev/null +++ b/Documentation/mainboard/system76/addw3.md @@ -0,0 +1,71 @@ +# System76 Adder Workstation 3 (addw3) + +## Specs + +- CPU + - Intel Core i9-13900HX +- EC + - ITE IT5570E running [System76 EC](https://github.com/system76/ec) +- Graphics + - dGPU options + - NVIDIA GeForce RTX 4050 + - NVIDIA GeForce RTX 4060 + - NVIDIA GeForce RTX 4070 + - eDP displays + - 15.6" 1920x1080@144Hz LCD + - 17.3" 1920x1080@144Hz LCD + - External outputs + - 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 + - Intel I219-V gigabit Ethernet + - M.2 PCIe/CNVi WiFi/Bluetooth + - Intel Wi-Fi 6E AX210/AX211 +- Power + - 280W (20V, 14A) DC-in port + - Included: Chicony A18-280P1A + - 73Wh 4-cell Lithium-Ion battery +- Sound + - Realtek ALC256 codec + - Internal speakers and microphone + - Combined 3.5mm headphone/microphone jack + - Dedicated 3.5mm microphone jack + - HDMI, mDP, USB-C DP audio +- Storage + - 2x M.2 (PCIe NVMe Gen 4) SSDs + - MicroSD card reader +- USB + - 1x USB Type-C with Thunderbolt 4 + - 1x USB 3.2 Gen 2 Type-C + - 1x USB 3.2 Gen 1 Type-A + - 1x USB 2.0 Type-A +- Dimensions + - 15": 2.71cm x 35.95cm x 23.8cm, 2.05kg + - 17": 2.82cm x 39.69cm x 26.2cm, 2.85kg + +## Flashing coreboot + +```eval_rst ++---------------------+---------------------+ +| Type | Value | ++=====================+=====================+ +| Socketed flash | no | ++---------------------+---------------------+ +| Vendor | GigaDevice | ++---------------------+---------------------+ +| Model | GD25B256E | ++---------------------+---------------------+ +| Size | 32 MiB | ++---------------------+---------------------+ +| Package | WSON-8 | ++---------------------+---------------------+ +| Internal flashing | yes | ++---------------------+---------------------+ +| External flashing | yes | ++---------------------+---------------------+ +``` + +The flash chip (U65) is above the battery connector. |