Attention is currently required from: Nico Huber, Paul Menzel. Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/55578 )
Change subject: Add Tiger Lake U Premium support ......................................................................
Patch Set 9:
(3 comments)
File chipset_enable.c:
https://review.coreboot.org/c/flashrom/+/55578/comment/1c8c912c_72c69259 PS3, Line 659: { "eSPI", BUS_LPC | BUS_FWH } };
Added BUS_ESPI enum and removed LPC/FWH. […]
Ping
File ich_descriptors.c:
https://review.coreboot.org/c/flashrom/+/55578/comment/c71db3e4_640360e5 PS5, Line 278: return "reserved";
Added a separate function that will print either read frequency or EC/eSPI frequency for CNL/CML (ba […]
Kindly asking to check if it does look good now
https://review.coreboot.org/c/flashrom/+/55578/comment/1b6443bf_eec25fba PS5, Line 967: return CHIPSET_500_SERIES_TIGER_POINT;
Added a new enum for the new fields and used it in the condition
Please check