Maxim Polyakov has uploaded a new patch set (#2) to the change originally created by Maxim Polyakov. ( https://review.coreboot.org/c/coreboot/+/33565 )
Change subject: mb/asrock/h110m: rewrite gpio config using macros ......................................................................
mb/asrock/h110m: rewrite gpio config using macros
Use macros from the intel/common/block/include/intelblocks/gpio_defs.h instead of the raw values of the DW0/1 registers to determine the GPIO ports configuration for this board. The pch-pads-parser(1) utility was used to create this configuration from inteltool logs.
Now INTSEL field of the DW1 register(2) isn`t overwritten, since it is read-only.
[1] https://github.com/maxpoliak/pch-pads-parser [2] p1431, Intel 100/C230 Series Chipset Family PCH Volume 2 (February 2019)
Change-Id: I01ad4bd29235fbe2b23abce5fbaaa7e63c87f529 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M src/mainboard/asrock/h110m/include/gpio.h 1 file changed, 228 insertions(+), 240 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/33565/2