<p>Furquan Shaikh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26360">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">arch/x86: Increase TIMESTAMP region size to 0x200<br><br>With the recent change 4c518e1 (timestamp: Add timestamps for TPM<br>communication) to add more timestamps for TPM communication, now we<br>are overflowing the TIMESTAMP region in verstage. This change<br>increases TIMESTAMP region size to 512 bytes to accomodate this.<br><br>BUG=b:79888151<br><br>Change-Id: I94c5403f256f0176d10ac61e9e1f60adf80db08b<br>Signed-off-by: Furquan Shaikh <furquan@google.com><br>---<br>M src/arch/x86/car.ld<br>1 file changed, 1 insertion(+), 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/60/26360/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/x86/car.ld b/src/arch/x86/car.ld</span><br><span>index 2acd3f6..7122776 100644</span><br><span>--- a/src/arch/x86/car.ld</span><br><span>+++ b/src/arch/x86/car.ld</span><br><span>@@ -60,7 +60,7 @@</span><br><span>       * backing store once cbmem comes online. Therefore, this data needs</span><br><span>          * to reside in the migrated area (between _car_relocatable_data_start</span><br><span>        * and _car_relocatable_data_end). */</span><br><span style="color: hsl(0, 100%, 40%);">-   TIMESTAMP(., 0x100)</span><br><span style="color: hsl(120, 100%, 40%);">+   TIMESTAMP(., 0x200)</span><br><span> #if IS_ENABLED(CONFIG_COMMONLIB_STORAGE)</span><br><span>      _car_drivers_storage_start = .;</span><br><span>      . += 256;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26360">change 26360</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/26360"/><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: I94c5403f256f0176d10ac61e9e1f60adf80db08b </div>
<div style="display:none"> Gerrit-Change-Number: 26360 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Furquan Shaikh <furquan@google.com> </div>