<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21720">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vc/amd/pi/Lib: Wrap amdlib #includes with #pragma pack(push)<br><br>This is isolated enough from the rest of the coreboot code that it can<br>just be wrapped instead of using agesawrapper.h.<br><br>BUG=b:66818758<br>Test=Build tested<br><br>Change-Id: Ib8c0e3d69cfe59d18854234d15280f359dad99fe<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/vendorcode/amd/pi/Lib/amdlib.h<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/20/21720/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/vendorcode/amd/pi/Lib/amdlib.h b/src/vendorcode/amd/pi/Lib/amdlib.h<br>index f5eab0a..b23f735 100644<br>--- a/src/vendorcode/amd/pi/Lib/amdlib.h<br>+++ b/src/vendorcode/amd/pi/Lib/amdlib.h<br>@@ -46,8 +46,11 @@<br> #ifndef _AMD_LIB_H_<br> #define _AMD_LIB_H_<br> <br>+#pragma pack(push)<br> #include "Porting.h"<br> #include "AMD.h"<br>+#pragma pack(pop)<br>+<br> <br> #define IOCF8 0xCF8<br> #define IOCFC 0xCFC<br></pre><p>To view, visit <a href="https://review.coreboot.org/21720">change 21720</a>. To unsubscribe, 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/21720"/><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: Ib8c0e3d69cfe59d18854234d15280f359dad99fe </div>
<div style="display:none"> Gerrit-Change-Number: 21720 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>