Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41485 )
Change subject: sb/intel/lynxpoint: call pch_gpi_routing() in -H instead of -LP PCH ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/41485/2/src/southbridge/intel/lynxp... File src/southbridge/intel/lynxpoint/lpc.c:
https://review.coreboot.org/c/coreboot/+/41485/2/src/southbridge/intel/lynxp... PS2, Line 147: An array would be much nicer here, or some : * other method of doing this. If we're going to touch this, let's do what this comment says.
https://review.coreboot.org/c/coreboot/+/41485/2/src/southbridge/intel/lynxp... PS2, Line 262: if (!pch_is_lp()) I already did this on CB:47044