summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2struct.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2015-05-12 13:44:30 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-13 22:23:42 +0000
commitbf9c2760d2657e29e481150fb3fab8809c3ab755 (patch)
treeeebd400475f10183075245278893f04fe6a2548e /firmware/2lib/include/2struct.h
parent0140cd2906b1107ef9ea60ed7a81f8cbdc9162f8 (diff)
downloadvboot-bf9c2760d2657e29e481150fb3fab8809c3ab755.tar.gz
vboot2: Add support for kernel version secure data space
Holds kernel rollback information. Will be used by vboot 2.0 kernel verification. BUG=chromium:487699 BRANCH=none TEST=make -j runtests Change-Id: Ib4a70e943ebd79aac06404df09cf4ce62d719201 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/270626 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'firmware/2lib/include/2struct.h')
-rw-r--r--firmware/2lib/include/2struct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2struct.h b/firmware/2lib/include/2struct.h
index b64f4ba8..cbf08901 100644
--- a/firmware/2lib/include/2struct.h
+++ b/firmware/2lib/include/2struct.h
@@ -52,6 +52,9 @@ enum vb2_shared_data_status {
/* Chose a firmware slot */
VB2_SD_STATUS_CHOSE_SLOT = (1 << 3),
+
+ /* Secure data kernel version space initialized */
+ VB2_SD_STATUS_SECDATAK_INIT = (1 << 4),
};
/*