<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30353">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/fsp_broadwell_de/acpi: Fix wrong table checksum<br><br>Fix the following warning shown in dmesg:<br>"ACPI BIOS Warning (bug): Incorrect checksum in table [FACP]"<br><br>The table checksum was wrong as it was calculated twice and with the second<br>time the checksum field wasn't set to zero.<br><br>Change-Id: I375354bf3e95ebdac3b0dad43659d72c6ab3175a<br>Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com><br>---<br>M src/soc/intel/fsp_broadwell_de/acpi.c<br>1 file changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/30353/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/fsp_broadwell_de/acpi.c b/src/soc/intel/fsp_broadwell_de/acpi.c</span><br><span>index 15ea5ec..728850d 100644</span><br><span>--- a/src/soc/intel/fsp_broadwell_de/acpi.c</span><br><span>+++ b/src/soc/intel/fsp_broadwell_de/acpi.c</span><br><span>@@ -309,8 +309,6 @@</span><br><span>     fadt->x_gpe1_blk.access_size     = 0;</span><br><span>     fadt->x_gpe1_blk.addrl           = fadt->gpe1_blk;</span><br><span>     fadt->x_gpe1_blk.addrh           = 0x00;</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-     header->checksum = acpi_checksum((void *) fadt, sizeof(acpi_fadt_t));</span><br><span> }</span><br><span> </span><br><span> static unsigned long acpi_fill_dmar(unsigned long current)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30353">change 30353</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/c/coreboot/+/30353"/><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-Change-Id: I375354bf3e95ebdac3b0dad43659d72c6ab3175a </div>
<div style="display:none"> Gerrit-Change-Number: 30353 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>