Michael Niewöhner has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35524 )
Change subject: mb/supermicro/x11: remove vendor id config ......................................................................
mb/supermicro/x11: remove vendor id config
The vendor id option is useless here as the SSVID is set to the default value from the PCI Cfg register anyway. Besides that the Kconfig option isn't meant for retrofit ports (see 7e1c83). The right place would be the devicetree.
Signed-off-by: Michael Niewöhner foss@mniewoehner.de Change-Id: If67c679bb342f63096902535734106e4f1651118 --- M src/mainboard/supermicro/x11-lga1151-series/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/35524/1
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig index 28b3495..3aaf1d3 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig +++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig @@ -66,10 +66,6 @@ int default 8
-config SUBSYSTEM_VENDOR_ID - hex - default 0x8086 - config CONSOLE_POST bool default y