<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20423">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vendorcode/amd/pi: Update AGESA_CFLAGS<br><br>-Split the existing cflags to a second line to stay under 80 characters<br>-Add -D__LIBAGESA__ to cflags to enable printk in the binarypi agesa<br>vendorcode.<br><br>Change-Id: I2a64414491130275ba06e5bd76e0b01e450174e8<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/vendorcode/amd/pi/Makefile.inc<br>1 file changed, 2 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/23/20423/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/vendorcode/amd/pi/Makefile.inc b/src/vendorcode/amd/pi/Makefile.inc<br>index 2e539f8..1f33020 100644<br>--- a/src/vendorcode/amd/pi/Makefile.inc<br>+++ b/src/vendorcode/amd/pi/Makefile.inc<br>@@ -74,7 +74,8 @@<br> AGESA_INC += -I$(src)/commonlib/include<br> AGESA_INC += -I$(VBOOT_SOURCE)/firmware/include<br> <br>-AGESA_CFLAGS += -march=amdfam10 -mno-3dnow -fno-zero-initialized-in-bss -fno-strict-aliasing<br>+AGESA_CFLAGS += -march=amdfam10 -mno-3dnow -fno-zero-initialized-in-bss<br>+AGESA_CFLAGS += -fno-strict-aliasing  -D__LIBAGESA__<br> CFLAGS_x86_32 += $(AGESA_CFLAGS)<br> CFLAGS_x86_64 += $(AGESA_CFLAGS)<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/20423">change 20423</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/20423"/><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: I2a64414491130275ba06e5bd76e0b01e450174e8 </div>
<div style="display:none"> Gerrit-Change-Number: 20423 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>