mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
tpmr: Delete unimplemented nvram commands
nv_definespace, nv_writevalue, and nv_readvalue were never actually implemented, remove them. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
7afb1e474f
commit
93459563d0
@ -360,12 +360,6 @@ case "$subcmd" in
|
|||||||
tpm2_counter_inc "$@";;
|
tpm2_counter_inc "$@";;
|
||||||
counter_create)
|
counter_create)
|
||||||
tpm2_counter_cre "$@";;
|
tpm2_counter_cre "$@";;
|
||||||
nv_definespace)
|
|
||||||
tpm2_nvdef "$@";;
|
|
||||||
nv_writevalue)
|
|
||||||
tpm2_nvw "$@";;
|
|
||||||
nv_readvalue)
|
|
||||||
tpm2_nvr "$@";;
|
|
||||||
seal)
|
seal)
|
||||||
tpm2_seal "$@";;
|
tpm2_seal "$@";;
|
||||||
startsession)
|
startsession)
|
||||||
|
Loading…
Reference in New Issue
Block a user