Hello build bot (Jenkins), Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44820
to look at the new patch set (#4).
Change subject: util/ifdtool: Fix eSPI frequency as per Gen 11 SPI flash guide ......................................................................
util/ifdtool: Fix eSPI frequency as per Gen 11 SPI flash guide
BUG=b:153888802 TEST=Able to list correct eSPI frequency as per TGL SPI flash guide
Without this CL : Found Component Section FLCOMP 0x093030f6 Dual Output Fast Read Support: not supported Read ID/Read Status Clock Frequency: 50MHz Write/Erase Clock Frequency: 50MHz Fast Read Clock Frequency: 50MHz Fast Read Support: supported Read Clock Frequency: 20MHz
With this CL : Found Component Section FLCOMP 0x093030f6 Dual Output Fast Read Support: not supported Read ID/Read Status Clock Frequency: 50MHz Write/Erase Clock Frequency: 50MHz Fast Read Clock Frequency: 50MHz Fast Read Support: supported Read eSPI/EC Bus Frequency: 60MHz
Signed-off-by: Subrata Banik subrata.banik@intel.com Change-Id: I20840e6f931d7c1fabea0b6892e3bd19ead81168 --- M util/ifdtool/ifdtool.c M util/ifdtool/ifdtool.h 2 files changed, 90 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/44820/4