diff options
author | Kieran Kunhya <kierank@obe.tv> | 2023-08-07 23:27:37 -0400 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2023-09-21 07:18:35 +0000 |
commit | c0ef33fc06bf954dadc429def13ec3a01252ff3d (patch) | |
tree | 0f9c9b3c846d6328e01486716cbece7e0027a358 /Documentation/mainboard | |
parent | 44bbf6c5e6d448931bc975d64ca86192262c4c99 (diff) |
mb/x11-lga1151-series: Add x11ssw-f
This board is similar to x11ssm-f but has a proprietary form factor with
NVMe and a single x16 slot (potentially bifurcated to 2x x8) and a x4
slot.
Change-Id: I53a0b6012ae64cf1ba4b625f11aaf771637307f3
Signed-off-by: Kieran Kunhya <kieran@kunhya.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77610
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'Documentation/mainboard')
-rw-r--r-- | Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md | 1 | ||||
-rw-r--r-- | Documentation/mainboard/supermicro/x11-lga1151-series/x11ssw-f/x11ssw-f.md | 76 |
2 files changed, 77 insertions, 0 deletions
diff --git a/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md b/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md index 394e0a982d..109885c093 100644 --- a/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md +++ b/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md @@ -9,6 +9,7 @@ Controller etc. - [X11SSH-TF](x11ssh-tf/x11ssh-tf.md) - [X11SSH-F/LN4F](x11ssh-f/x11ssh-f.md) - [X11SSM-F](x11ssm-f/x11ssm-f.md) +- [X11SSW-F](x11ssw-f/x11ssw-f.md) ## Required proprietary blobs diff --git a/Documentation/mainboard/supermicro/x11-lga1151-series/x11ssw-f/x11ssw-f.md b/Documentation/mainboard/supermicro/x11-lga1151-series/x11ssw-f/x11ssw-f.md new file mode 100644 index 0000000000..8164df1b35 --- /dev/null +++ b/Documentation/mainboard/supermicro/x11-lga1151-series/x11ssw-f/x11ssw-f.md @@ -0,0 +1,76 @@ +# Supermicro X11SSW-F + +This section details how to run coreboot on the [Supermicro X11SSW-F]. + +## Flashing coreboot + +Flashing was performed through the BMC web interface, when a valid license was entered. + +## Tested and working + +- SeaBIOS version 1.16.2 Payload loading Ubuntu 22.04, kernel 5.4.0-162-generic +- ECC ram (Linux' ie31200 driver works) +- USB ports +- Ethernet +- SATA ports +- RS232 external +- Left PCIe slot +- BMC (IPMI) +- VGA on Aspeed + +## Untested +- Right PCIe slot +- NVMe +- TPM on TPM expansion header + +## Known issues + +- See general issue section +- LNXTHERM missing +- S3 resume not working + +## Technology + +```eval_rst ++------------------+--------------------------------------------------+ +| CPU | Intel Kaby Lake | ++------------------+--------------------------------------------------+ +| PCH | Intel C236 | ++------------------+--------------------------------------------------+ +| Coprocessor | Intel SPS (server version of the ME) | ++------------------+--------------------------------------------------+ +| Super I/O | ASPEED AST2400 | ++------------------+--------------------------------------------------+ +| Ethernet | 2x Intel I210-AT 1 GbE | +| | 1x dedicated BMC | ++------------------+--------------------------------------------------+ +| PCIe slots | 1x 3.0 x16 (Left Riser) | +| | 1x 3.0 x4 (Right Riser in x16) | +| | 1x 3.0 x4 (NVMe) | ++------------------+--------------------------------------------------+ +| USB slots | 2x USB 2.0 (ext) | +| | 2x USB 3.0 (ext) | +| | 1x USB 3.0 (int) | +| | 1x dual USB 3.0 header | +| | 2x dual USB 2.0 header | ++------------------+--------------------------------------------------+ +| SATA slots | 6x S-ATA III | ++------------------+--------------------------------------------------+ +| Other slots | 1x RS232 (ext) | +| | 1x RS232 header | +| | 1x TPM header | +| | 1x Power SMB header | +| | 6x PWM Fan connector | +| | 1x Chassis Intrusion Header | ++------------------+--------------------------------------------------+ +``` + +## Extra links + +- [Supermicro X11SSW-F] +- [Board manual] + +[Supermicro X11SSW-F]: https://www.supermicro.com/en/products/motherboard/x11ssw-f +[Board manual]: https://www.supermicro.com/manuals/motherboard/C236/MNL-1784.pdf +[AST2400]: https://www.aspeedtech.com/products.php?fPath=20&rId=376 +[IPMI]: ../../../../drivers/ipmi_kcs.md |