<p>Subrata Banik would like Aamir Bohra to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/29696">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/ifdtool: Add IceLake platform support under IFDv2<br><br>Change-Id: Ib69a2cbc3d8ab9f35c940e95b0edb4b04b50b716<br>Signed-off-by: Aamir Bohra <aamir.bohra@intel.com><br>Reviewed-on: https://chromium-review.googlesource.com/1162995<br>Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com><br>Tested-by: Subrata Banik <subrata.banik@intel.com><br>Reviewed-by: Subrata Banik <subrata.banik@intel.com><br>Reviewed-by: Shelley Chen <shchen@chromium.org><br>---<br>M util/ifdtool/ifdtool.c<br>M util/ifdtool/ifdtool.h<br>2 files changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/29696/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c</span><br><span>index 671c7d5..ccd27d0 100644</span><br><span>--- a/util/ifdtool/ifdtool.c</span><br><span>+++ b/util/ifdtool/ifdtool.c</span><br><span>@@ -214,6 +214,7 @@</span><br><span>     static const int ifd_2_platforms[] = {</span><br><span>               PLATFORM_GLK,</span><br><span>                PLATFORM_CNL,</span><br><span style="color: hsl(120, 100%, 40%);">+         PLATFORM_ICL,</span><br><span>        };</span><br><span>   unsigned int i;</span><br><span> </span><br><span>@@ -1542,6 +1543,8 @@</span><br><span>                          platform = PLATFORM_CNL;</span><br><span>                     } else if (!strcmp(optarg, "glk")) {</span><br><span>                               platform = PLATFORM_GLK;</span><br><span style="color: hsl(120, 100%, 40%);">+                      } else if (!strcmp(optarg, "icl")) {</span><br><span style="color: hsl(120, 100%, 40%);">+                                platform = PLATFORM_ICL;</span><br><span>                     } else if (!strcmp(optarg, "sklkbl")) {</span><br><span>                            platform = PLATFORM_SKLKBL;</span><br><span>                  } else {</span><br><span>diff --git a/util/ifdtool/ifdtool.h b/util/ifdtool/ifdtool.h</span><br><span>index aec7c30..49463b9 100644</span><br><span>--- a/util/ifdtool/ifdtool.h</span><br><span>+++ b/util/ifdtool/ifdtool.h</span><br><span>@@ -56,6 +56,7 @@</span><br><span>    PLATFORM_APL,</span><br><span>        PLATFORM_CNL,</span><br><span>        PLATFORM_GLK,</span><br><span style="color: hsl(120, 100%, 40%);">+ PLATFORM_ICL,</span><br><span>        PLATFORM_SKLKBL,</span><br><span> };</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29696">change 29696</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29696"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib69a2cbc3d8ab9f35c940e95b0edb4b04b50b716 </div>
<div style="display:none"> Gerrit-Change-Number: 29696 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>
<div style="display:none"> Gerrit-Reviewer: Aamir Bohra <aamir.bohra@intel.com> </div>