From 0a6c62fbbe979b3363152ee8c5aace8a0a12871d Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Wed, 18 Sep 2019 16:31:50 +0200 Subject: mb/supermicro: restructure x11ssh-tf to represent a x11 board series MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most of the X11 boards with socket LGA1151 are basically the same boards with just some minor differences like different NICs (1 GbE, 10 GbE), number of NICs / PCIe ports etc. There are about 20 boards that can be added, if there is a community for testing. To be able to add more x11 boards easily like x11ssm (see CB:35427) this restructures the x11ssh tree to represent a "X11 LGA1151 series". There were multiple suggestions for the structure like grouping by series (x10, x11, x...), grouping by chipset or by cpu family. It turned out that there are some "X11 series" boards that are completely different. Grouping by chipset or cpu family suffers from the same problem. This is why finally we agreed on grouping by series and socket ("X11 LGA1151 series"). The structure uses the common baseboard scheme, while there is no "real" baseboard we know of. By checking images, comparing logs etc. we came to the conclusion that Supermicro does have some base layout which is only modified a bit for the different boards. X11SSH-TF was moved to the variants/ folder with it's gpio.h. As we expect the other boards to have mostly the same device tree, there is a common devicetree that gets overridden by each variant's overridetree. Besides that some very minor modifications happened (formatting, fixing comments, ...) but not much. Documentation is reworked in CB:35547 Change-Id: I8dc4240ae042760a845e890b923ad40478bb8e29 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/35426 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/mainboard/supermicro/x11-lga1151-series/acpi/ec.asl | 0 src/mainboard/supermicro/x11-lga1151-series/acpi/mainboard.asl | 0 src/mainboard/supermicro/x11-lga1151-series/acpi/superio.asl | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/mainboard/supermicro/x11-lga1151-series/acpi/ec.asl create mode 100644 src/mainboard/supermicro/x11-lga1151-series/acpi/mainboard.asl create mode 100644 src/mainboard/supermicro/x11-lga1151-series/acpi/superio.asl (limited to 'src/mainboard/supermicro/x11-lga1151-series/acpi') diff --git a/src/mainboard/supermicro/x11-lga1151-series/acpi/ec.asl b/src/mainboard/supermicro/x11-lga1151-series/acpi/ec.asl new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/mainboard/supermicro/x11-lga1151-series/acpi/mainboard.asl b/src/mainboard/supermicro/x11-lga1151-series/acpi/mainboard.asl new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/mainboard/supermicro/x11-lga1151-series/acpi/superio.asl b/src/mainboard/supermicro/x11-lga1151-series/acpi/superio.asl new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3