[coreboot-gerrit] Patch set updated for coreboot: antirollback: Sync TPM space indices with vboot library

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Wed Nov 9 17:33:22 CET 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17272

-gerrit

commit 0e31e2a2e3244ede6b01a45d2497e57f4fcb1b22
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Mon Nov 7 23:50:12 2016 -0800

    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 at chromium.org>
---
 src/include/antirollback.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/antirollback.h b/src/include/antirollback.h
index 889ba9a..b8ba909 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 */
 



More information about the coreboot-gerrit mailing list