mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: antirollback: Sync TPM space indices with vboot library
BUG=chrome-os-partner:59355 BRANCH=None TEST=Compiles successfully for reef. Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/17272 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: I27f2e10556214598d479e4a84e8949465e7da7d6 Reviewed-on: https://chromium-review.googlesource.com/410102 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
b945e16a7c
commit
c05d9b5d02
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ enum vb2_pcr_digest;
|
|||
#define KERNEL_NV_INDEX 0x1008
|
||||
/* 0x1009 used to be used as a backup space. Think of conflicts if you
|
||||
* want to use 0x1009 for something else. */
|
||||
#define BACKUP_NV_INDEX 0x1009
|
||||
#define FWMP_NV_INDEX 0x100a
|
||||
|
||||
/* Structure definitions for TPM spaces */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue