summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-07-07 14:58:33 -0700
committerGerrit <chrome-bot@google.com>2012-07-07 19:10:24 -0700
commitb2ac7fbbbf05fecfbabd37f6a2e4b268c9ac330f (patch)
treeedf8e32dc358e757b38549c9e871768045774776
parenta5ef4f98fc30cfae232295464fbc9d846c980fdf (diff)
downloadvboot-b2ac7fbbbf05fecfbabd37f6a2e4b268c9ac330f.tar.gz
Add EC software sync flag to VbInit()
Nothing uses this yet; this is just a placeholder so the u-boot code which sets the flag based on the FDT can go in. BUG=chrome-os-partner:11087 TEST=if it builds it works Change-Id: Ie04e3330bcda5c07d34a49391627316bd6232b5a Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/26874 Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--firmware/include/vboot_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index c947d2a3..08e61ad8 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -171,6 +171,8 @@ typedef struct VbCommonParams {
#define VB_INIT_FLAG_VIRTUAL_DEV_SWITCH 0x00000040
/* Set when the VGA Option ROM has been loaded already. */
#define VB_INIT_FLAG_OPROM_LOADED 0x00000080
+/* EC on this platform supports EC software sync. */
+#define VB_INIT_FLAG_EC_SOFTWARE_SYNC 0x00000100
/* Output flags for VbInitParams.out_flags. Used to indicate
* potential boot paths and configuration to the calling firmware