[coreboot-gerrit] Change in coreboot[master]: ifdtool: Add a list of known platforms that support IFD_VERSION_2

Furquan Shaikh (Code Review) gerrit at coreboot.org
Thu May 3 08:37:17 CEST 2018


Furquan Shaikh has uploaded a new patch set (#2). ( https://review.coreboot.org/26023 )

Change subject: ifdtool: Add a list of known platforms that support IFD_VERSION_2
......................................................................

ifdtool: Add a list of known platforms that support IFD_VERSION_2

ifdtool has relied on one of the fields within FCBA(read_freq) to
determine whether a platform supports IFD_VERSION_1 or
IFD_VERSION_2. However, newer platforms like GLK and CNL do not have
read_freq field in FCBA and so the value of these bits cannot be used
as an indicator to distinguish IFD versions. In the long run, we need
to re-write ifdtool to have a better mapping of SoC to IFD fields. But
until that is done, this change adds a list of platforms that we know
do not support read_freq field but still use IFD_VERSION_2. This
change also updates GLK and CNL to pass in platform parameter to
ifdtool.

BUG=b:79109029, b:69270831

Change-Id: I36c49f4dcb480ad53b0538ad12292fb94b0e3934
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/soc/intel/apollolake/Kconfig
M src/soc/intel/cannonlake/Kconfig
M util/ifdtool/ifdtool.c
M util/ifdtool/ifdtool.h
4 files changed, 57 insertions(+), 11 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/26023/2
-- 
To view, visit https://review.coreboot.org/26023
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I36c49f4dcb480ad53b0538ad12292fb94b0e3934
Gerrit-Change-Number: 26023
Gerrit-PatchSet: 2
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180503/68c2392b/attachment.html>


More information about the coreboot-gerrit mailing list