mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-27 03:33:50 +00:00
vboot: Add firmware management parameters
This adds RW firmware support for the optional firmware management
parameters TPM space.
System-level tests require CL:339262 to add cryptohome support.
BUG=chromium:601492
BRANCH=baytrail and newer platforms
TEST=make -j runtests
Or better, COV=1 make, and then make sure all new code is covered.
Change-Id: Ifaf644c80809552d5961615be6017c2a332a034b
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/339234
This commit is contained in:
committed by
chrome-bot
parent
111c59b567
commit
946abf1439
@@ -124,6 +124,8 @@ enum VbErrorPredefined_t {
|
||||
VBERROR_SCREEN_DRAW = 0x10027,
|
||||
/* failed to jump to RW image */
|
||||
VBERROR_RW_JUMP_FAILED = 0x10028,
|
||||
/* Error reading FWMP from TPM (note: not present is not an error) */
|
||||
VBERROR_TPM_READ_FWMP = 0x10029,
|
||||
|
||||
/* VbExEcGetExpectedRWHash() may return the following codes */
|
||||
/* Compute expected RW hash from the EC image; BIOS doesn't have it */
|
||||
|
||||
Reference in New Issue
Block a user