<p>Philipp Deppenwiese has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/29863">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/intel/fit: Make FIT microcode updates selectable<br><br>* Add a kconfig option for de-/selecting microcode<br>  updates via Firmware Interface Table.<br>* Default didn't change and stays "yes".<br><br>Change-Id: I7da926943aef89e49e98d0b990ab46f5f8200e6e<br>Signed-off-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com><br>---<br>M Makefile.inc<br>M src/cpu/intel/fit/Kconfig<br>2 files changed, 7 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/29863/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Makefile.inc b/Makefile.inc</span><br><span>index aaae7bc..ab4f31e 100644</span><br><span>--- a/Makefile.inc</span><br><span>+++ b/Makefile.inc</span><br><span>@@ -1041,7 +1041,7 @@</span><br><span>    @printf "    SeaBIOS    Add sercon-port file\n"</span><br><span>    $(CBFSTOOL) $@.tmp add-int -i $(CONFIG_SEABIOS_SERCON_PORT_ADDR) -n etc/sercon-port</span><br><span> endif</span><br><span style="color: hsl(0, 100%, 40%);">-ifeq ($(CONFIG_CPU_INTEL_FIRMWARE_INTERFACE_TABLE),y)</span><br><span style="color: hsl(120, 100%, 40%);">+ifeq ($(CONFIG_CPU_INTEL_FIT_MICROCODE_UPDATES),y)</span><br><span> ifeq ($(CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_HEADER),y)</span><br><span>       @printf "    UPDATE-FIT\n"</span><br><span>         $(CBFSTOOL) $@.tmp update-fit -n cpu_microcode_blob.bin -x $(CONFIG_CPU_INTEL_NUM_FIT_ENTRIES) \</span><br><span>diff --git a/src/cpu/intel/fit/Kconfig b/src/cpu/intel/fit/Kconfig</span><br><span>index e48dca9..e0c6dd9 100644</span><br><span>--- a/src/cpu/intel/fit/Kconfig</span><br><span>+++ b/src/cpu/intel/fit/Kconfig</span><br><span>@@ -9,3 +9,9 @@</span><br><span>  depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE</span><br><span>        help</span><br><span>           This option selects the number of empty entries in the FIT table.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+config CPU_INTEL_FIT_MICROCODE_UPDATES</span><br><span style="color: hsl(120, 100%, 40%);">+ bool "Microcode updates in FIT"</span><br><span style="color: hsl(120, 100%, 40%);">+     default y</span><br><span style="color: hsl(120, 100%, 40%);">+     help</span><br><span style="color: hsl(120, 100%, 40%);">+    This option selects updating microcode via the Firmware Interface Table (FIT).</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/29863">change 29863</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/c/coreboot/+/29863"/><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-Change-Id: I7da926943aef89e49e98d0b990ab46f5f8200e6e </div>
<div style="display:none"> Gerrit-Change-Number: 29863 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>