diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2021-02-27 23:58:56 +0100 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-03-15 09:45:23 +0000 |
commit | 1295fa218fc2b02d5e143d15edb1c5c09221a508 (patch) | |
tree | d6b5981ba88d78c0fb349fe1d07e61e53e550385 /Documentation/mainboard/supermicro/x11-lga1151-series | |
parent | 1d242799c2d1f1674d8204a2fa4c99ff70b877e8 (diff) |
mb/supermicro/x11-lga1151-series: add support of X11SSH-LN4F to X11SSH-F
The X11SSH-LN4F and X11SSH-F are very similiar. They both use the same
PCB and use the same Supermicro BIOS ID. The X11SSH-LN4F has 4 NICs in
difference to the X11SSH-F which only has 2 NICs. The two additional
NICs aren't populated on the X11SSH-F. Enable the PCIe root ports
connected to the two additional Intel NICs.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Change-Id: Id4e66be47ceef75905ba760b8d5a14284e130f63
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51330
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'Documentation/mainboard/supermicro/x11-lga1151-series')
-rw-r--r-- | Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md | 2 | ||||
-rw-r--r-- | Documentation/mainboard/supermicro/x11-lga1151-series/x11ssh-f/x11ssh-f.md | 13 |
2 files changed, 11 insertions, 4 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 495ae09859..692e5e377c 100644 --- a/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md +++ b/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md @@ -7,7 +7,7 @@ Controller etc. ## Supported boards - [X11SSH-TF](x11ssh-tf/x11ssh-tf.md) -- [X11SSH-F](x11ssh-f/x11ssh-f.md) +- [X11SSH-F/LN4F](x11ssh-f/x11ssh-f.md) - [X11SSM-F](x11ssm-f/x11ssm-f.md) ## Required proprietary blobs diff --git a/Documentation/mainboard/supermicro/x11-lga1151-series/x11ssh-f/x11ssh-f.md b/Documentation/mainboard/supermicro/x11-lga1151-series/x11ssh-f/x11ssh-f.md index f009bbe2ae..35b552fa53 100644 --- a/Documentation/mainboard/supermicro/x11-lga1151-series/x11ssh-f/x11ssh-f.md +++ b/Documentation/mainboard/supermicro/x11-lga1151-series/x11ssh-f/x11ssh-f.md @@ -1,6 +1,6 @@ -# Supermicro X11SSH-F +# Supermicro X11SSH-F/X11SSH-LN4F -This section details how to run coreboot on the [Supermicro X11SSH-F]. +This section details how to run coreboot on the [Supermicro X11SSH-F] or [Supermicro X11SSH-LN4F]. ## Flashing coreboot @@ -43,6 +43,11 @@ tasks, or for offloading graphics rendering via "muxless" [vga_witcheroo]. - S3 resume not working (vendor and coreboot) - SeaBIOS cannot make use of VGA on Aspeed (even if IGD is disabled) +## Difference between X11SSH-F and X11SSH-LN4F + +The PCB is identical. The X11SSH-F has 2 NICs, the X11SSH-LN4F has 4 NICs. +So the X11SSH-F just doesn't have 2 NICs populated. + ## ToDo - Fix known issues @@ -60,7 +65,8 @@ tasks, or for offloading graphics rendering via "muxless" [vga_witcheroo]. +------------------+--------------------------------------------------+ | Super I/O | ASPEED AST2400 | +------------------+--------------------------------------------------+ -| Ethernet | 2x Intel I210-AT 1 GbE | +| Ethernet | 2x Intel I210-AT 1 GbE (for X11SSH-F) | +| | 4x Intel I210-AT 1 GbE (for X11SSH-LN4F) | | | 1x dedicated BMC | +------------------+--------------------------------------------------+ | PCIe slots | 1x 3.0 x8 | @@ -95,6 +101,7 @@ tasks, or for offloading graphics rendering via "muxless" [vga_witcheroo]. - [Board manual] [Supermicro X11SSH-F]: https://www.supermicro.com/en/products/motherboard/X11SSH-F +[Supermicro X11SSH-LN4F]: https://www.supermicro.com/en/products/motherboard/X11SSH-LN4F [Board manual]: https://www.supermicro.com/manuals/motherboard/C236/MNL-1778.pdf [AST2400]: https://www.aspeedtech.com/products.php?fPath=20&rId=376 [IPMI]: ../../../../drivers/ipmi_kcs.md |