aboutsummaryrefslogtreecommitdiff
path: root/src/security/tpm/tss/tcg-2.0/tss_structures.h
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-01-11 07:52:32 -0700
committerPatrick Georgi <pgeorgi@google.com>2019-01-17 13:01:52 +0000
commite371d421137901043ba495f8e4f5063be26b6764 (patch)
treebc938bc8baad7084fea948eb9c3dfdd0743d9d05 /src/security/tpm/tss/tcg-2.0/tss_structures.h
parent49bfdb35f47bdce0b53c553b3b6fb67bcbc8796e (diff)
src/security/tpm: query recovery mode from Cr50
On the Sarien/Arcada platforms, the EC is not trusted to provide the state of the ESC+REFRESH+PWR recovery combination. On these platforms the Cr50 latches the state of REFRESH+PWR for use as the recovery mode key combination. BUG=b:122715254 BRANCH=none TEST=Verify recovery mode screen shown after pressing REFRESH+PWR Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ie3ce519956f916023c8c52f1d11fa93331f52f3c Reviewed-on: https://review.coreboot.org/c/30929 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/security/tpm/tss/tcg-2.0/tss_structures.h')
-rw-r--r--src/security/tpm/tss/tcg-2.0/tss_structures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/security/tpm/tss/tcg-2.0/tss_structures.h b/src/security/tpm/tss/tcg-2.0/tss_structures.h
index 2bac6337e4..6952169108 100644
--- a/src/security/tpm/tss/tcg-2.0/tss_structures.h
+++ b/src/security/tpm/tss/tcg-2.0/tss_structures.h
@@ -297,6 +297,7 @@ struct vendor_command_response {
uint16_t vc_subcommand;
union {
uint8_t num_restored_headers;
+ uint8_t recovery_button_state;
};
};