diff options
author | Furquan Shaikh <furquan@chromium.org> | 2016-11-07 23:50:12 -0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2016-11-10 00:56:19 +0100 |
commit | 4b2fed50ed246d54b0685f675731331230e8d523 (patch) | |
tree | c7af98a3199efab95604a798b15055fc71f40668 /src/include | |
parent | fb81474aa5fb92e5f514165572dfdcaae9a50ce0 (diff) | |
download | coreboot-4b2fed50ed246d54b0685f675731331230e8d523.tar.xz |
antirollback: Sync TPM space indices with vboot library
BUG=chrome-os-partner:59355
BRANCH=None
TEST=Compiles successfully for reef.
Change-Id: I27f2e10556214598d479e4a84e8949465e7da7d6
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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/antirollback.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/antirollback.h b/src/include/antirollback.h index 889ba9a01f..b8ba909385 100644 --- a/src/include/antirollback.h +++ b/src/include/antirollback.h @@ -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 */ |