mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 10:45:22 +00:00
cr50: add vendor command to invalidate inactive rw
This adds a vendor command to invalidate the old rw. It should be used when the tpm has been validated. BUG=chrome-os-partner:55667 BRANCH=none TEST=manual run the vendor command run 'ver' on the cr50 console and verify the inactive RW version is Error reboot cr50 10 times and make sure there is no rollback. Change-Id: Ibec3dde77d6b1ab921e43613d54638b7318f3f57 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/420407 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
@@ -31,6 +31,7 @@ enum vendor_cmd_cc {
|
||||
VENDOR_CC_SET_LOCK = 17,
|
||||
VENDOR_CC_SYSINFO = 18,
|
||||
VENDOR_CC_IMMEDIATE_RESET = 19,
|
||||
VENDOR_CC_INVALIDATE_INACTIVE_RW = 20,
|
||||
|
||||
LAST_VENDOR_COMMAND = 65535,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user