summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_adl_p/acpi
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2024-02-14 13:26:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-07-23 14:13:25 +0000
commit256e98f60471ed21067af4f91e986dccb619145e (patch)
tree761bd71878ee7e5ae2859e312c4215690f3328ea /src/mainboard/protectli/vault_adl_p/acpi
parent3200976c1e5d7385d51d01a71573a259272a88a3 (diff)
mb/protectli/vault_adl_p: Add initial support for VP6630/VP6650/VP6670
It is a new incoming Protectli product based on Alder Lake-P SoC. More details and documentation will be added later. TEST=Boot Ubuntu 22.04 LTS and Windows 11 on VP6670. Change-Id: If4ae5b14b69806b6b0727d1ca1dcf56f47cfcd8e Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80501 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/protectli/vault_adl_p/acpi')
-rw-r--r--src/mainboard/protectli/vault_adl_p/acpi/superio.asl16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/protectli/vault_adl_p/acpi/superio.asl b/src/mainboard/protectli/vault_adl_p/acpi/superio.asl
new file mode 100644
index 0000000000..cf5a2c5d5f
--- /dev/null
+++ b/src/mainboard/protectli/vault_adl_p/acpi/superio.asl
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#define SUPERIO_DEV SIO0
+#define SUPERIO_PNP_BASE 0x2e
+#define IT8659E_SHOW_UARTA
+#define IT8659E_SHOW_UARTB
+
+#define IT8659E_EC_IO0
+#define IT8659E_EC_IO1
+#define IT8659E_SHOW_EC
+
+#define IT8659E_GPIO_IO0
+#define IT8659E_GPIO_IO1
+#define IT8659E_SHOW_GPIO
+
+#include <superio/ite/it8659e/acpi/superio.asl>