diff options
author | Vijay Hiremath <vijay.p.hiremath@intel.com> | 2017-10-13 14:17:31 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2017-10-17 00:33:11 -0700 |
commit | 08210d0a344f66300f90f25bb831849b36e75cb3 (patch) | |
tree | e0d77dfaab44692b64a443936691382d2bb55521 /board | |
parent | 26a8e16de164cd9a91e70e7d4f6ee9556f8e687f (diff) | |
download | chrome-ec-08210d0a344f66300f90f25bb831849b36e75cb3.tar.gz |
GLKRVP: Enable verified boot support
BUG=b:67780603
BRANCH=glkrvp
TEST=EC console command 'hash' can print the vboot hash
calculated values.
Change-Id: I3d9efa7b6c57f8a862676929a1af9ae21b5c9b2d
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/719881
Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/glkrvp/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/glkrvp/board.h b/board/glkrvp/board.h index 96d463369b..456699e48c 100644 --- a/board/glkrvp/board.h +++ b/board/glkrvp/board.h @@ -95,6 +95,9 @@ #define CONFIG_SPI_FLASH_REGS #define CONFIG_SPI_FLASH_W25Q40 +/* Verified boot */ +#define CONFIG_SHA256_UNROLLED +#define CONFIG_VBOOT_HASH /* * Enable 1 slot of secure temporary storage to support * suspend/resume with read/write memory training. |