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 10:
(2 comments)
File chipset_enable.c:
https://review.coreboot.org/c/flashrom/+/55578/comment/cd374608_0d90cc89 PS3, Line 659: { "eSPI", BUS_LPC | BUS_FWH } };
I still wonder if eSPI is a bus for flashes at all? See […]
https://downloadmirror.intel.com/27055/eng/329957-001_eSPI_Spec_Server_Adden... Section 2 Slave Attached Flash Sharing
So the eSPI bus may be used to access the SPI flash and according to section 2.3 there are flash erase and write ops as well. Although it does not use standard SPI protocol and truly `there is nothing to be done for eSPI atm`. It depends on what we want to have there (reserved or eSPI) to be displayed.
File chipset_enable.c:
https://review.coreboot.org/c/flashrom/+/55578/comment/f1f8ad28_15a68767 PS10, Line 657: _lp
The `lp` suffix was previously used when there was a low-power version […]
I think they will have the same buses for flash either way.