diff options
author | Zhuohao Lee <zhuohao@chromium.org> | 2020-06-23 13:21:32 +0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-06-24 05:07:27 +0000 |
commit | 36aaddf7d7f787a9c9256ea8f44fe7502663386d (patch) | |
tree | e4b74b74da3e18d9b097e1e8a134d52c05dec26e /util | |
parent | 9e92c1d7872a8657f57638b368df215ee354a785 (diff) |
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 <zhuohao@chromium.org>
Change-Id: Ib4059df9e08d6a1dba88f0299bb39c8c6ae406ae
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42715
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/mainboard/google/volteer/template/include/variant/acpi/dptf.asl | 3 |
1 files changed, 3 insertions, 0 deletions
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 <baseboard/acpi/dptf.asl> |