Nico Huber has posted comments on this change. ( https://review.coreboot.org/18883 )
Change subject: Handle Intel Wildcat Point *LP* like Lynx Point LP ......................................................................
Patch Set 5:
(1 comment)
The ich_descriptors.c has 2 other functions that refer to WILDCAT_POINT but not WILDCAT_POINT_LP.
Fixed. I remember now why I skipped them: The ich_descriptors_tool doesn't know LP variants. So I tried to avoid that path and ended up fixing the wrong function (._.)
https://review.coreboot.org/#/c/18883/4/chipset_enable.c File chipset_enable.c:
PS4, Line 666: LP PCHs use a
I would also change this comment here to say "LP family".
Done