summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2023-03-23 12:51:34 -0500
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-17 22:07:28 +0000
commit53a6bef971baa7110b6c2367554acf8b77331fb6 (patch)
tree109db372cf4af7c4bb1d3ef1bf9a35267f88f2fa /include
parent058ae2bf2a86fd45abe219a443619035f8fdcfdc (diff)
downloadchrome-ec-53a6bef971baa7110b6c2367554acf8b77331fb6.tar.gz
cr50: add fwmp wp policy
BUG=b:268352167 TEST=see bug Change-Id: I3a4f2ae746cbc2e64df535c4c91b16cdbd7f292a Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4367525 Reviewed-by: Andrey Pronin <apronin@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/tpm_vendor_cmds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tpm_vendor_cmds.h b/include/tpm_vendor_cmds.h
index ba8c1a208c..943fafd1a2 100644
--- a/include/tpm_vendor_cmds.h
+++ b/include/tpm_vendor_cmds.h
@@ -346,5 +346,6 @@ struct vendor_cc_spi_hash_request {
#define WPV_FORCE BIT(2)
#define WPV_ATBOOT_SET BIT(3)
#define WPV_ATBOOT_ENABLE BIT(4)
+#define WPV_FWMP_FORCE_WP_EN BIT(5)
#endif /* __INCLUDE_TPM_VENDOR_CMDS_H */