summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2018-12-18 13:11:31 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-29 21:35:06 -0800
commit08114a147764a980374aa9288c1d5f0cc8c07b5d (patch)
tree07331a99d4c1bb6a35a56e1e53cfaef71b7f7138 /baseboard
parentd10286cc838c0a51266bd0c162f1cce49d036c2a (diff)
downloadchrome-ec-08114a147764a980374aa9288c1d5f0cc8c07b5d.tar.gz
hatch: Add vboot config options to baseboard.h
BRANCH=none BUG=b:122251649 TEST=make buildall Change-Id: Iec06940c92fd430c7759c2e4ec25b7bc86344aa1 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/1387587 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/hatch/baseboard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h
index b6f5ef791e..42734459f3 100644
--- a/baseboard/hatch/baseboard.h
+++ b/baseboard/hatch/baseboard.h
@@ -17,6 +17,11 @@
#define CONFIG_SPI_FLASH_W25Q80 /* Internal SPI flash type. */
#define CONFIG_I2C
+/* EC Defines */
+#define CONFIG_VBOOT_HASH
+#define CONFIG_VSTORE
+#define CONFIG_VSTORE_SLOT_COUNT 1
+
/* Chipset config */
#define CONFIG_CHIPSET_COMETLAKE
#define CONFIG_CHIPSET_HAS_PRE_INIT_CALLBACK