From f73580f6242925487e9a39545ad84da7ec907453 Mon Sep 17 00:00:00 2001 From: Kevin Chiu Date: Wed, 18 Nov 2020 23:24:13 +0800 Subject: zork: Create gumboz variant Create the gumboz variant of the dalboz reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.2.0). BUG=b:173536689 BRANCH=zork TEST=util/abuild/abuild -p none -t google/zork -x -a make sure the build includes GOOGLE_GUMBOZ Change-Id: I48db7eba7864c18e7307b45fe9f84073bfca0155 Signed-off-by: Kevin Chiu Reviewed-on: https://review.coreboot.org/c/coreboot/+/47717 Tested-by: build bot (Jenkins) Reviewed-by: Rob Barnes --- src/mainboard/google/zork/variants/gumboz/include/variant/thermal.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mainboard/google/zork/variants/gumboz/include/variant/thermal.h (limited to 'src/mainboard/google/zork/variants/gumboz/include/variant/thermal.h') diff --git a/src/mainboard/google/zork/variants/gumboz/include/variant/thermal.h b/src/mainboard/google/zork/variants/gumboz/include/variant/thermal.h new file mode 100644 index 0000000000..2af647973d --- /dev/null +++ b/src/mainboard/google/zork/variants/gumboz/include/variant/thermal.h @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#include -- cgit v1.2.3