summaryrefslogtreecommitdiff
path: root/src/mainboard/google/myst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/myst')
-rw-r--r--src/mainboard/google/myst/Kconfig6
-rw-r--r--src/mainboard/google/myst/Makefile.inc1
2 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig
index d8be3b8c71..b9e87fb678 100644
--- a/src/mainboard/google/myst/Kconfig
+++ b/src/mainboard/google/myst/Kconfig
@@ -8,6 +8,7 @@ if BOARD_GOOGLE_BASEBOARD_MYST
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_16384
+ select MAINBOARD_HAS_CHROMEOS
select SOC_AMD_PHOENIX
config DEVICETREE
@@ -26,4 +27,9 @@ config MAINBOARD_FAMILY
config MAINBOARD_PART_NUMBER
default "Myst" if BOARD_GOOGLE_MYST
+config VBOOT
+ select VBOOT_NO_BOARD_SUPPORT
+ select VBOOT_SEPARATE_VERSTAGE
+ select VBOOT_STARTS_IN_BOOTBLOCK
+
endif # BOARD_GOOGLE_BASEBOARD_MYST
diff --git a/src/mainboard/google/myst/Makefile.inc b/src/mainboard/google/myst/Makefile.inc
index 0315ba9a18..5bd6acab7e 100644
--- a/src/mainboard/google/myst/Makefile.inc
+++ b/src/mainboard/google/myst/Makefile.inc
@@ -6,6 +6,7 @@ romstage-y += port_descriptors.c
ramstage-y += mainboard.c
ramstage-y += port_descriptors.c
+ramstage-$(CONFIG_CHROMEOS) += chromeos.c
subdirs-y += variants/baseboard