From e399b1c0b178aa271d3c9023e53b44af49e6a396 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 24 Aug 2022 12:52:47 +0200 Subject: [PATCH] Renaming the tools and moving to tools/ folder. Signed-off-by: Pol Henarejos --- pico_hsm_attestation.py => tools/pico-hsm-attestation.py | 0 patch_vidpid.sh => tools/pico-hsm-patch-vidpid.sh | 0 burn-cvcerts.py => tools/pico-hsm-tool.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pico_hsm_attestation.py => tools/pico-hsm-attestation.py (100%) rename patch_vidpid.sh => tools/pico-hsm-patch-vidpid.sh (100%) rename burn-cvcerts.py => tools/pico-hsm-tool.py (100%) diff --git a/pico_hsm_attestation.py b/tools/pico-hsm-attestation.py similarity index 100% rename from pico_hsm_attestation.py rename to tools/pico-hsm-attestation.py diff --git a/patch_vidpid.sh b/tools/pico-hsm-patch-vidpid.sh similarity index 100% rename from patch_vidpid.sh rename to tools/pico-hsm-patch-vidpid.sh diff --git a/burn-cvcerts.py b/tools/pico-hsm-tool.py similarity index 100% rename from burn-cvcerts.py rename to tools/pico-hsm-tool.py