summaryrefslogtreecommitdiff
path: root/src/mainboard/dell/latitude_e7240_bdw/acpi/platform.asl
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-12-15 21:12:21 +0800
committerIru Cai <mytbk920423@gmail.com>2020-12-28 21:30:33 +0800
commit65223d8dd059e7b0c97f381fa26ca26943e576a8 (patch)
tree75412d149f932652d9996060e33ebd016a74eb1b /src/mainboard/dell/latitude_e7240_bdw/acpi/platform.asl
parentab0dc016e2ac449b64e064812123d6d4bb0d29f9 (diff)
downloadcoreboot-65223d8dd059e7b0c97f381fa26ca26943e576a8.tar.xz
dell/e7240: add bdw version
Diffstat (limited to 'src/mainboard/dell/latitude_e7240_bdw/acpi/platform.asl')
-rw-r--r--src/mainboard/dell/latitude_e7240_bdw/acpi/platform.asl12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/dell/latitude_e7240_bdw/acpi/platform.asl b/src/mainboard/dell/latitude_e7240_bdw/acpi/platform.asl
new file mode 100644
index 0000000000..2d24bbd9b9
--- /dev/null
+++ b/src/mainboard/dell/latitude_e7240_bdw/acpi/platform.asl
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+Method(_WAK, 1)
+{
+ /* FIXME: EC support */
+ Return(Package() {0, 0})
+}
+
+Method(_PTS,1)
+{
+ /* FIXME: EC support */
+}