From ca07e1cff98070dcc845692ca576273f41b482fd Mon Sep 17 00:00:00 2001 From: Chao Gui Date: Sat, 31 Dec 2022 07:01:14 -0800 Subject: mb/google/skyrim: Create markarth variant Create the markarth variant of the skyrim reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.5.0.) BUG=b:262092858 BRANCH=None TEST=util/abuild/abuild -p none -t google/skyrim -x -a make sure the build includes GOOGLE_MARKARTH Change-Id: Ifbace841ca56d8659aaffdc31fb2bc4367d96f82 Signed-off-by: Chao Gui Reviewed-on: https://review.coreboot.org/c/coreboot/+/71610 Tested-by: build bot (Jenkins) Reviewed-by: Dtrain Hsu --- src/mainboard/google/skyrim/variants/markarth/include/variant/ec.h | 3 +++ src/mainboard/google/skyrim/variants/markarth/overridetree.cb | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 src/mainboard/google/skyrim/variants/markarth/include/variant/ec.h create mode 100644 src/mainboard/google/skyrim/variants/markarth/overridetree.cb (limited to 'src/mainboard/google/skyrim/variants') diff --git a/src/mainboard/google/skyrim/variants/markarth/include/variant/ec.h b/src/mainboard/google/skyrim/variants/markarth/include/variant/ec.h new file mode 100644 index 0000000000..9e61a440cf --- /dev/null +++ b/src/mainboard/google/skyrim/variants/markarth/include/variant/ec.h @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#include diff --git a/src/mainboard/google/skyrim/variants/markarth/overridetree.cb b/src/mainboard/google/skyrim/variants/markarth/overridetree.cb new file mode 100644 index 0000000000..7a56f93759 --- /dev/null +++ b/src/mainboard/google/skyrim/variants/markarth/overridetree.cb @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +chip soc/amd/mendocino + device domain 0 on end +end # chip soc/amd/mendocino -- cgit v1.2.3