aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/wheelie
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2020-07-13 16:05:52 -0600
committerTim Wawrzynczak <twawrzynczak@chromium.org>2020-07-18 16:05:07 +0000
commit752c4713483d383e10092638c2eb62b8d939fedf (patch)
tree89816dc98fec88e0654f713bd92c275b5f7fc73f /src/mainboard/google/dedede/variants/wheelie
parentc6a593bc3e7e7aa8c833bc9955ae6e637b493333 (diff)
mb/google/dedede: Convert static DPTF ASL into devicetree entries
Since there is now a mechanism to generate DPTF ACPI tables and methods at runtime, dedede should switch to using that instead of raw ASL files. This patch converts the existing .asl files into devicetree entries. Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Change-Id: I6bb6e6e15f50a1e510080e16bbca09dfc5f16b1a Reviewed-on: https://review.coreboot.org/c/coreboot/+/43422 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/dedede/variants/wheelie')
-rw-r--r--src/mainboard/google/dedede/variants/wheelie/include/variant/acpi/dptf.asl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/dedede/variants/wheelie/include/variant/acpi/dptf.asl b/src/mainboard/google/dedede/variants/wheelie/include/variant/acpi/dptf.asl
deleted file mode 100644
index 189cafea4c..0000000000
--- a/src/mainboard/google/dedede/variants/wheelie/include/variant/acpi/dptf.asl
+++ /dev/null
@@ -1,3 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-#include <baseboard/acpi/dptf.asl>