aboutsummaryrefslogtreecommitdiffstats
path: root/src/std
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.vnet.ibm.com>2016-01-07 12:02:48 -0500
committerKevin O'Connor <kevin@koconnor.net>2016-01-07 12:13:07 -0500
commita2206d30aed52722ce708519ef7b31d88330d515 (patch)
treecd2c49c60fc18b23d61f1f1624c29fc422de98ba /src/std
parente55e37f4ba4ff8ebfc68ab7694245e475d646b84 (diff)
downloadseabios-a2206d30aed52722ce708519ef7b31d88330d515.tar.gz
tpm: Add support for harware physical presence
Extend assert_physical_presence with checks for hardware physical presence support. If hardware physical presence is enabled, we return 0. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Diffstat (limited to 'src/std')
-rw-r--r--src/std/tcg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std/tcg.h b/src/std/tcg.h
index 9f7f021f..91692e91 100644
--- a/src/std/tcg.h
+++ b/src/std/tcg.h
@@ -285,6 +285,7 @@ enum permFlagsIndex {
PERM_FLAG_IDX_ALLOW_MAINTENANCE,
PERM_FLAG_IDX_PHYSICAL_PRESENCE_LIFETIME_LOCK,
PERM_FLAG_IDX_PHYSICAL_PRESENCE_HW_ENABLE,
+ PERM_FLAG_IDX_PHYSICAL_PRESENCE_CMD_ENABLE,
};