From 36aaddf7d7f787a9c9256ea8f44fe7502663386d Mon Sep 17 00:00:00 2001 From: Zhuohao Lee Date: Tue, 23 Jun 2020 13:21:32 +0800 Subject: util/mainboard/google/volteer: Add dptf.asl to the template The dptf.asl is needed when creating a new volteer variant, otherwise, it will make the variant build failed. The error could be found from this link: https://review.coreboot.org/c/coreboot/+/42709 BUG=b:158797761 TEST=Generate the Delbin correctly Signed-off-by: Zhuohao Lee Change-Id: Ib4059df9e08d6a1dba88f0299bb39c8c6ae406ae Reviewed-on: https://review.coreboot.org/c/coreboot/+/42715 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg --- util/mainboard/google/volteer/template/include/variant/acpi/dptf.asl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 util/mainboard/google/volteer/template/include/variant/acpi/dptf.asl diff --git a/util/mainboard/google/volteer/template/include/variant/acpi/dptf.asl b/util/mainboard/google/volteer/template/include/variant/acpi/dptf.asl new file mode 100644 index 0000000000..189cafea4c --- /dev/null +++ b/util/mainboard/google/volteer/template/include/variant/acpi/dptf.asl @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#include -- cgit v1.2.3