Attention is currently required from: Nico Huber, Paul Menzel.
3 comments:
File chipset_enable.c:
Patch Set #3, Line 659: { "eSPI", BUS_LPC | BUS_FWH } };
No, it shouldn't. We use these flags to decide which chips to probe […]
Added BUS_ESPI enum and removed LPC/FWH. Will that be okay?
File ich_descriptors.c:
Patch Set #5, Line 278: return "reserved";
I'd suggest "unknown" if we don't want to add a table above. Note, that […]
Added a separate function that will print either read frequency or EC/eSPI frequency for CNL/CML (based on SPI programming guide). Tiger Point has this field reserved and will return unknown
Patch Set #5, Line 967: return CHIPSET_500_SERIES_TIGER_POINT;
As suggested somewhere else, I would make this the new fall-back, i.e. […]
Added a new enum for the new fields and used it in the condition
To view, visit change 55578. To unsubscribe, or for help writing mail filters, visit settings.