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>
This commit is contained in:
Chao Gui 2022-11-11 10:44:12 -08:00 committed by Felix Held
parent 2b2df3a180
commit 42c6025247
4 changed files with 14 additions and 0 deletions

View File

@ -80,6 +80,7 @@ config MAINBOARD_PART_NUMBER
default "Winterhold" if BOARD_GOOGLE_WINTERHOLD
default "Morthal" if BOARD_GOOGLE_MORTHAL
default "Frostflow" if BOARD_GOOGLE_FROSTFLOW
default "Crystaldrift" if BOARD_GOOGLE_CRYSTALDRIFT
config OVERRIDE_DEVICETREE
string
@ -91,6 +92,7 @@ config VARIANT_DIR
default "winterhold" if BOARD_GOOGLE_WINTERHOLD
default "morthal" if BOARD_GOOGLE_MORTHAL
default "frostflow" if BOARD_GOOGLE_FROSTFLOW
default "crystaldrift" if BOARD_GOOGLE_CRYSTALDRIFT
config VBOOT
select EC_GOOGLE_CHROMEEC_SWITCHES

View File

@ -18,3 +18,7 @@ config BOARD_GOOGLE_FROSTFLOW
bool "-> Frostflow"
select BOARD_GOOGLE_BASEBOARD_SKYRIM
select DRIVERS_GENESYSLOGIC_GL9755
config BOARD_GOOGLE_CRYSTALDRIFT
bool "-> Crystaldrift"
select BOARD_GOOGLE_BASEBOARD_SKYRIM

View File

@ -0,0 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <baseboard/ec.h>

View File

@ -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