Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46621 )
Change subject: mb/supermicro/x11-lga1151-series: Follow up GPIO macro changes ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/46621/1/src/mainboard/supermicro/x1... File src/mainboard/supermicro/x11-lga1151-series/variants/x11ssh-f/include/variant/gpio.h:
https://review.coreboot.org/c/coreboot/+/46621/1/src/mainboard/supermicro/x1... PS1, Line 133: PAD_CFG_GPI_APIC_HIGH(GPP_F5, NONE, PLTRST), I hate these macros. It's barely visible that this adds PAD_CFG1_IOSSTATE_ things that are then defined to 0 based on a Kconfig. Might be ok...