Hello Angel Pons, Patrick Rudolph, Christian Walter, Philipp Deppenwiese, build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35426
to look at the new patch set (#17).
Change subject: mb/supermicro: convert x11ssh to a variants-capable tree structure ......................................................................
mb/supermicro: convert x11ssh to a variants-capable tree structure
Most of the X11 boards with socket LGA1151 are basically the same boards with just some minor differences. To be able to add more x11 boards easily like x11ssm (see CR 35427) this restructures the x11ssh tree.
As there is no official "baseboard" the BASEBOARD scheme is not used here. Instead this is more like a mainboard "group".
Change-Id: I8dc4240ae042760a845e890b923ad40478bb8e29 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M Documentation/mainboard/index.md A Documentation/mainboard/supermicro/x11-lga1151-series/index.md R Documentation/mainboard/supermicro/x11-lga1151-series/ssh-tf/x11ssh-tf.md R Documentation/mainboard/supermicro/x11-lga1151-series/ssh-tf/x11ssh-tf_flash.jpg R src/mainboard/supermicro/x11-lga1151-series/Kconfig R src/mainboard/supermicro/x11-lga1151-series/Kconfig.name R src/mainboard/supermicro/x11-lga1151-series/Makefile.inc R src/mainboard/supermicro/x11-lga1151-series/acpi/ec.asl R src/mainboard/supermicro/x11-lga1151-series/acpi/mainboard.asl R src/mainboard/supermicro/x11-lga1151-series/acpi/superio.asl R src/mainboard/supermicro/x11-lga1151-series/acpi_tables.c A src/mainboard/supermicro/x11-lga1151-series/board_info.txt R src/mainboard/supermicro/x11-lga1151-series/bootblock.c R src/mainboard/supermicro/x11-lga1151-series/cmos.layout A src/mainboard/supermicro/x11-lga1151-series/devicetree.cb R src/mainboard/supermicro/x11-lga1151-series/dsdt.asl R src/mainboard/supermicro/x11-lga1151-series/ramstage.c R src/mainboard/supermicro/x11-lga1151-series/romstage.c A src/mainboard/supermicro/x11-lga1151-series/variants/ssh-tf/Kconfig R src/mainboard/supermicro/x11-lga1151-series/variants/ssh-tf/board_info.txt R src/mainboard/supermicro/x11-lga1151-series/variants/ssh-tf/include/variant/gpio.h A src/mainboard/supermicro/x11-lga1151-series/variants/ssh-tf/overridetree.cb R src/mainboard/supermicro/x11-lga1151-series/vboot-ro-rwab.fmd D src/mainboard/supermicro/x11ssh/board_info.txt D src/mainboard/supermicro/x11ssh/variants/tf/devicetree.cb 25 files changed, 358 insertions(+), 324 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/35426/17