HomeSort by relevance Sort by last modified time
    Searched refs:nvtool (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/utility/
chromeos-tpm-recovery 15 nvtool=${USR_LOCAL_BIN:=/usr/local/bin}/tpm-nvtool
102 $nvtool --release --index "$index" --owner_password "" >> $RECOVERY_LOG 2>&1
103 log "nvtool --release: status $?"
129 unexpected_spaces=$($nvtool --list | $awk -f $AWK_PROGRAM)
279 if [ ! -e $tpmc -o ! -e $nvtool -o ! -e $tpm_takeownership ]; then
280 quit "tpmc or nvtool or tpm_takeownership are missing"
chromeos-tpm-recovery-test 159 # build nvtool
160 cat > tpm-nvtool <<"EOF"
176 echo "sorry, picky tpm-nvtool"
262 tpm-nvtool --release --index 0x1007 --owner_password ""
263 tpm-nvtool --release --index 0x1008 --owner_password ""
269 chmod 755 tpmc tpm-nvtool tpm_takeownership tcsd

Completed in 199 milliseconds