diff options
author | Chao Gui <chaogui@google.com> | 2022-11-11 10:44:12 -0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-16 13:50:56 +0000 |
commit | 42c602524737fc7de33f830831011b04f545b12e (patch) | |
tree | e8748468acc77008cf77c42c3aabb763b2d09b9e /src/mainboard/google/skyrim/variants | |
parent | 2b2df3a1804b6b75978e6b8074bf8cdece846e12 (diff) |
mb/google/skyrim: Create crystaldrift variant
Create the crystaldrift 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:240970782
BRANCH=None
TEST=util/abuild/abuild -p none -t google/skyrim -x -a
make sure the build includes GOOGLE_CRYSTALDRIFT
Signed-off-by: Chao Gui <chaogui@google.com>
Change-Id: Ibb3ebaa7e4af1a03173b93b8c4fbd342f7cd7100
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69479
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Van Patten <timvp@google.com>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/skyrim/variants')
-rw-r--r-- | src/mainboard/google/skyrim/variants/crystaldrift/include/variant/ec.h | 3 | ||||
-rw-r--r-- | src/mainboard/google/skyrim/variants/crystaldrift/overridetree.cb | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/variants/crystaldrift/include/variant/ec.h b/src/mainboard/google/skyrim/variants/crystaldrift/include/variant/ec.h new file mode 100644 index 0000000000..9e61a440cf --- /dev/null +++ b/src/mainboard/google/skyrim/variants/crystaldrift/include/variant/ec.h @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#include <baseboard/ec.h> diff --git a/src/mainboard/google/skyrim/variants/crystaldrift/overridetree.cb b/src/mainboard/google/skyrim/variants/crystaldrift/overridetree.cb new file mode 100644 index 0000000000..7a56f93759 --- /dev/null +++ b/src/mainboard/google/skyrim/variants/crystaldrift/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 |