<p>Joel Kitching has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25042">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">acpi: update a comment referencing ACPI ID<br><br>ACPI ID for coreboot is now "BOOT" according to CL:18521.<br><br>BUG=none<br>BRANCH=master<br>TEST=none<br><br>Change-Id: I802ce284001b186f6cd8839b8c303d49f42b4d38<br>Signed-off-by: Joel Kitching <kitching@google.com><br>---<br>M src/arch/x86/acpigen.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/42/25042/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/x86/acpigen.c b/src/arch/x86/acpigen.c</span><br><span>index bdb73bf..fc6cc66 100644</span><br><span>--- a/src/arch/x86/acpigen.c</span><br><span>+++ b/src/arch/x86/acpigen.c</span><br><span>@@ -223,7 +223,7 @@</span><br><span> </span><br><span> void acpigen_write_coreboot_hid(enum coreboot_acpi_ids id)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">- char hid[9]; /* CORExxxx */</span><br><span style="color: hsl(120, 100%, 40%);">+   char hid[9]; /* BOOTxxxx */</span><br><span> </span><br><span>      snprintf(hid, sizeof(hid), "%.4s%04X", COREBOOT_ACPI_ID, id);</span><br><span>      acpigen_write_name_string("_HID", hid);</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25042">change 25042</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/25042"/><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: I802ce284001b186f6cd8839b8c303d49f42b4d38 </div>
<div style="display:none"> Gerrit-Change-Number: 25042 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joel Kitching <kitching@google.com> </div>