diff options
author | Sam McNally <sammc@chromium.org> | 2020-09-03 22:20:37 +1000 |
---|---|---|
committer | Edward O'Callaghan <quasisec@chromium.org> | 2020-09-06 23:41:00 +0000 |
commit | 911db1f9975e79f61cede2d3bf6df95f183f8497 (patch) | |
tree | 94900172942624671a2ce9137a47f3b97e3ceae5 /util/mainboard/google/puff/template/include | |
parent | 2a16331f8c5030c0ca02749abac481acad4c1b64 (diff) |
util/mb/google/tmpl/puff: Update DPTF to the new implementation
Apply the change in CB:44905 to the puff template, moving DPTF policies
from static ASL files into the new SSDT-based DPTF implementation.
BUG=b:158986928
BRANCH=puff
TEST=None
Change-Id: I601fd4c6aeaa3afee0f7fd9d13376f2fffd6d793
Signed-off-by: Sam McNally <sammc@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45073
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'util/mainboard/google/puff/template/include')
-rw-r--r-- | util/mainboard/google/puff/template/include/variant/acpi/dptf.asl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/mainboard/google/puff/template/include/variant/acpi/dptf.asl b/util/mainboard/google/puff/template/include/variant/acpi/dptf.asl deleted file mode 100644 index 66940633a4..0000000000 --- a/util/mainboard/google/puff/template/include/variant/acpi/dptf.asl +++ /dev/null @@ -1,3 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include <puff/acpi/dptf.asl> |