<p>Matthias Gazzari has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26450">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/intelmetool: Add Makefile target for OLDARC definition<br><br>This allows one to compile intelmetool with support for older ME<br>versions by setting the OLDARC preprocessor definition.<br><br>For example, conpiling with OLDARC enabled avoids the "ME: GET FW<br>VERSION message failed:" error on the Lenovo X201i (ME version 6.0).<br><br>Change-Id: I5eb0da7663e795f790e2723bb334447380724b56<br>Signed-off-by: Matthias Gazzari <mail@qtux.eu><br>---<br>M util/intelmetool/Makefile<br>1 file changed, 4 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/50/26450/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile</span><br><span>index b455a0e..dcb1703 100644</span><br><span>--- a/util/intelmetool/Makefile</span><br><span>+++ b/util/intelmetool/Makefile</span><br><span>@@ -38,6 +38,9 @@</span><br><span> </span><br><span> all: pciutils dep $(PROGRAM)</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+oldarc: all</span><br><span style="color: hsl(120, 100%, 40%);">+oldarc: CFLAGS += -DOLDARC</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> $(PROGRAM): $(OBJS)</span><br><span>        $(CC) $(CFLAGS) -o $(PROGRAM) $(OBJS) $(LDFLAGS)</span><br><span> </span><br><span>@@ -83,6 +86,6 @@</span><br><span>     mkdir -p $(DESTDIR)$(PREFIX)/sbin</span><br><span>    $(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-.PHONY: all clean distclean dep pciutils</span><br><span style="color: hsl(120, 100%, 40%);">+.PHONY: all clean distclean dep pciutils oldarc</span><br><span> </span><br><span> -include .dependencies</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26450">change 26450</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/26450"/><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: I5eb0da7663e795f790e2723bb334447380724b56 </div>
<div style="display:none"> Gerrit-Change-Number: 26450 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matthias Gazzari <mail@qtux.eu> </div>