summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2019-12-19 11:37:39 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-07 03:33:48 +0000
commitfa18c654e2f39e373f5e209ac9751082e4ae56a1 (patch)
treef4ba6eebdaae5fdcb0b1f13d6bb555f551344466 /include
parent9ba4e7abf779f8309cb96e67348861336ca7c4cc (diff)
downloadchrome-ec-fa18c654e2f39e373f5e209ac9751082e4ae56a1.tar.gz
puff: enable EFS
Configs mostly copied from fizz. TEST=booted on hardware, observed successful jump to RW. BRANCH=none BUG=b:146504182 Change-Id: Icf2925b92fea848efcd705bb5274d1afc91d2513 Signed-off-by: Peter Marheine <pmarheine@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1977079 Reviewed-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index b78a3fc1ff..d1e6813e08 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4295,6 +4295,15 @@
/* Support early firmware selection */
#undef CONFIG_VBOOT_EFS
+/* Offset of RW-A image in writable storage when using EFS. */
+#undef CONFIG_RW_A_STORAGE_OFF
+/* Offset of RW-A signature. */
+#undef CONFIG_RW_A_SIGN_STORAGE_OFF
+/* Offset of RW-B image in writable storage when using EFS. */
+#undef CONFIG_RW_B_STORAGE_OFF
+/* Offset of RW-B signature. */
+#undef CONFIG_RW_B_SIGN_STORAGE_OFF
+
/* Support computing hash of code for verified boot */
#undef CONFIG_VBOOT_HASH