From fa18c654e2f39e373f5e209ac9751082e4ae56a1 Mon Sep 17 00:00:00 2001 From: Peter Marheine Date: Thu, 19 Dec 2019 11:37:39 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1977079 Reviewed-by: Andrew McRae Commit-Queue: Andrew McRae --- include/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') 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 -- cgit v1.2.1