<p>Maximilian Schander has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22217">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">intelmetool: Print colored capabilities<br><br>Taken from https://review.coreboot.org/#/c/16328/<br><br>Change-Id: Ia911cc935d512174399aaf93bba982e071942212<br>Signed-off-by: Maximilian Schander <maxschander@googlemail.com><br>---<br>M util/intelmetool/me.c<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/17/22217/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c<br>index a0b56b4..223bfa4 100644<br>--- a/util/intelmetool/me.c<br>+++ b/util/intelmetool/me.c<br>@@ -426,7 +426,7 @@<br> static inline void print_cap(const char *name, int state)<br> {<br>   printf("ME Capability: %-30s : %s\n",<br>-             name, state ? "ON" : "OFF");<br>+             name, state ? CRED "ON" RESET : CGRN "OFF" RESET);<br> }<br> <br> /* Get ME Firmware Capabilities */<br></pre><p>To view, visit <a href="https://review.coreboot.org/22217">change 22217</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/22217"/><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: Ia911cc935d512174399aaf93bba982e071942212 </div>
<div style="display:none"> Gerrit-Change-Number: 22217 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Maximilian Schander <maxschander@googlemail.com> </div>