<p>Tobias Diedrich has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22835">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">intel/dcp847ske: Add superio ACPI declarations<br><br>Tested on Linux 4.13.14:<br>SuperIO resources show up as reserved in /proc/ioports and friends.<br><br>Change-Id: I0363816fe048579413f1325dcfc9a6a8a9e48123<br>Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de><br>---<br>M src/mainboard/intel/dcp847ske/acpi/superio.asl<br>1 file changed, 28 insertions(+), 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/35/22835/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/intel/dcp847ske/acpi/superio.asl b/src/mainboard/intel/dcp847ske/acpi/superio.asl<br>index 09f905e..aefb51d 100644<br>--- a/src/mainboard/intel/dcp847ske/acpi/superio.asl<br>+++ b/src/mainboard/intel/dcp847ske/acpi/superio.asl<br>@@ -1 +1,28 @@<br>-/* Dummy file required by pch.asl - No license necessary. */<br>+/*<br>+ * This file is part of the coreboot project.<br>+ *<br>+ * Copyright (C) 2016 secunet Security Networks AG<br>+ * Copyright (C) 2017 Tobias Diedrich <ranma+coreboot@tdiedrich.de><br>+ *<br>+ * This program is free software; you can redistribute it and/or modify<br>+ * it under the terms of the GNU General Public License as published by<br>+ * the Free Software Foundation; version 2 of the License.<br>+ *<br>+ * This program is distributed in the hope that it will be useful,<br>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br>+ * GNU General Public License for more details.<br>+ */<br>+<br>+#undef SUPERIO_DEV<br>+#undef SUPERIO_PNP_BASE<br>+#define SUPERIO_DEV              SIO0<br>+#define SUPERIO_PNP_BASE 0x4e<br>+<br>+#if !IS_ENABLED(CONFIG_DISABLE_UART_ON_TESTPADS)<br>+#define NCT6776_SHOW_SP1   1<br>+#endif<br>+#define NCT6776_SHOW_HWM   1<br>+#define NCT6776_SHOW_GPIO   1<br>+<br>+#include "superio/nuvoton/nct6776/acpi/superio.asl"<br></pre><p>To view, visit <a href="https://review.coreboot.org/22835">change 22835</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/22835"/><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: I0363816fe048579413f1325dcfc9a6a8a9e48123 </div>
<div style="display:none"> Gerrit-Change-Number: 22835 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Tobias Diedrich <ranma+coreboot@tdiedrich.de> </div>