<p>Martin Roth <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/28533">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">include/cper.h: Add max of enum<br><br>Define the maximum value of the cper_x86_check_type enum, for use later<br>in determining a legal function argument.<br><br>Change-Id: I73df4c6daa5d232c2d38b0896442b5bcab5aa15f<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>Reviewed-on: https://review.coreboot.org/28533<br>Reviewed-by: Martin Roth <martinroth@google.com><br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>---<br>M src/include/cper.h<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/include/cper.h b/src/include/cper.h</span><br><span>index 88c7cba..1604041 100644</span><br><span>--- a/src/include/cper.h</span><br><span>+++ b/src/include/cper.h</span><br><span>@@ -216,6 +216,7 @@</span><br><span>       X86_PROCESSOR_BUS_CHK,          /* X86_PROCESSOR_BUS_CHK_ERROR_GUID */</span><br><span>       X86_PROCESSOR_MS_CHK            /* X86_PROCESSOR_MS_CHK_ERROR_GUID */</span><br><span> };</span><br><span style="color: hsl(120, 100%, 40%);">+#define X86_PROCESSOR_CHK_MAX X86_PROCESSOR_MS_CHK</span><br><span> </span><br><span> /* IA32/X64 Processor Error Information Structure, Validation Bits (Tbl 256) */</span><br><span> #define I32X64ERRINFO_VALID_CHECK             BIT(0)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28533">change 28533</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/28533"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I73df4c6daa5d232c2d38b0896442b5bcab5aa15f </div>
<div style="display:none"> Gerrit-Change-Number: 28533 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>