summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x9sae/acpi/platform.asl
diff options
context:
space:
mode:
authorBill XIE <persmule@hardenedlinux.org>2021-08-26 19:12:13 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-09-05 20:37:50 +0000
commitd00febc99bd83be74e6f1d2386e36eea5051578b (patch)
tree12f9c013e5826d557e84e7bb39a3e1dc3dd21a0f /src/mainboard/supermicro/x9sae/acpi/platform.asl
parent957857de6afb1f4e1431edc6b3f0ef5c7a60542f (diff)
mb/supermicro: Add X9SAE and X9SAE-V
Mainboard information can be found in the included documentation. Change-Id: I9dfc58bb99e14cd9dac2ac53afc0ea11d2252aa9 Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/supermicro/x9sae/acpi/platform.asl')
-rw-r--r--src/mainboard/supermicro/x9sae/acpi/platform.asl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x9sae/acpi/platform.asl b/src/mainboard/supermicro/x9sae/acpi/platform.asl
new file mode 100644
index 0000000000..aff432b6f4
--- /dev/null
+++ b/src/mainboard/supermicro/x9sae/acpi/platform.asl
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+Method(_WAK, 1)
+{
+ Return(Package() {0, 0})
+}
+
+Method(_PTS, 1)
+{
+}