summaryrefslogtreecommitdiff
path: root/utility/crossystem.c
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2016-01-05 14:59:05 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-01-06 05:22:40 -0800
commit46d78db74a0c14a99adc86b3a8b4536ce0c87365 (patch)
tree1d6b7944fa4b1cb8a34283d4374f6a0dd47423ee /utility/crossystem.c
parent0e5f54d79158f216edeb42bfe9c5cd6d35dc6e0d (diff)
downloadvboot-46d78db74a0c14a99adc86b3a8b4536ce0c87365.tar.gz
vboot2: Add try RO software sync flag
This flag will be used by the firmware updater to indicate that RO software sync should be attempted. BUG=chrome-os-partner:48703 BRANCH=None TEST=make runtests Change-Id: I42090ac47da45c724e66334648ab447ad3c21178 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/320621 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'utility/crossystem.c')
-rw-r--r--utility/crossystem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility/crossystem.c b/utility/crossystem.c
index 8f944b1e..330a3fd5 100644
--- a/utility/crossystem.c
+++ b/utility/crossystem.c
@@ -87,6 +87,7 @@ const Param sys_param_list[] = {
{"tpm_fwver", 0, "Firmware version stored in TPM", "0x%08x"},
{"tpm_kernver", 0, "Kernel version stored in TPM", "0x%08x"},
{"tpm_rebooted", 0, "TPM requesting repeated reboot (vboot2)"},
+ {"try_ro_sync", 0, "try read only software sync"},
{"tried_fwb", 0, "Tried firmware B before A this boot"},
{"vdat_flags", 0, "Flags from VbSharedData", "0x%08x"},
{"vdat_lfdebug", IS_STRING|NO_PRINT_ALL,