mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +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 "$@";;
|
||||
counter_create)
|
||||
tpm2_counter_cre "$@";;
|
||||
nv_definespace)
|
||||
tpm2_nvdef "$@";;
|
||||
nv_writevalue)
|
||||
tpm2_nvw "$@";;
|
||||
nv_readvalue)
|
||||
tpm2_nvr "$@";;
|
||||
seal)
|
||||
tpm2_seal "$@";;
|
||||
startsession)
|
||||
|
Loading…
Reference in New Issue
Block a user