<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28471">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">x86/acpi: add BERT to the revision table<br><br>Add the proper table revision level for the Boot Error Record Table.<br><br>BUG=b:65446699<br>TEST=inspect BERT region, and dmesg, on full patch stack.  Use test<br>    data plus a failing Grunt system.<br><br>Change-Id: Ib4596fe8c0dd2a4e2e98df3a1bb60803c48d0256<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/arch/x86/acpi.c<br>1 file changed, 2 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/71/28471/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/x86/acpi.c b/src/arch/x86/acpi.c</span><br><span>index 0701bbe..d334eb3 100644</span><br><span>--- a/src/arch/x86/acpi.c</span><br><span>+++ b/src/arch/x86/acpi.c</span><br><span>@@ -1296,6 +1296,8 @@</span><br><span>             return 1;</span><br><span>    case NHLT:</span><br><span>           return 5;</span><br><span style="color: hsl(120, 100%, 40%);">+     case BERT:</span><br><span style="color: hsl(120, 100%, 40%);">+            return 1;</span><br><span>    default:</span><br><span>             return -1;</span><br><span>   }</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28471">change 28471</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/28471"/><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: Ib4596fe8c0dd2a4e2e98df3a1bb60803c48d0256 </div>
<div style="display:none"> Gerrit-Change-Number: 28471 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>