<p>Werner Zeh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29465">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">security/vboot: Add VB2_LIB to postcar stage if available<br><br>VB2_LIB will be used across all stages to hash data. Add it to postcar<br>stage if this stage is available for the given configuration. In this<br>way the new function tpm_measure_region() introduced in commit<br>61322d7 (security/tpm: Add function to measure a region device) can be<br>used in every stage.<br><br>Change-Id: I933d33b0188d1b123bb4735722b6086e7786624f<br>Signed-off-by: Werner Zeh <werner.zeh@siemens.com><br>---<br>M src/security/vboot/Makefile.inc<br>1 file changed, 3 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/65/29465/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc</span><br><span>index 704b6c9..92498d8 100644</span><br><span>--- a/src/security/vboot/Makefile.inc</span><br><span>+++ b/src/security/vboot/Makefile.inc</span><br><span>@@ -112,6 +112,9 @@</span><br><span> $(eval $(call vboot-for-stage,verstage))</span><br><span> $(eval $(call vboot-for-stage,bootblock))</span><br><span> $(eval $(call vboot-for-stage,ramstage))</span><br><span style="color: hsl(120, 100%, 40%);">+ifeq ($(CONFIG_POSTCAR_STAGE), y)</span><br><span style="color: hsl(120, 100%, 40%);">+$(eval $(call vboot-for-stage,postcar))</span><br><span style="color: hsl(120, 100%, 40%);">+endif   # CONFIG_POSTCAR_STAGE</span><br><span> </span><br><span> ifeq ($(CONFIG_VBOOT_SEPARATE_VERSTAGE),y)</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29465">change 29465</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/29465"/><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: I933d33b0188d1b123bb4735722b6086e7786624f </div>
<div style="display:none"> Gerrit-Change-Number: 29465 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Werner Zeh <werner.zeh@siemens.com> </div>