From 9410292dd114fcccf18281cfd8de237a720abc0d Mon Sep 17 00:00:00 2001 From: Marco Oliverio Date: Wed, 24 Apr 2024 16:15:56 +0200 Subject: [PATCH] tools: rename qemu64-tpm.sh in the more general qemu.sh --- tools/x86_fsp/qemu/{qemu64-tpm.sh => qemu.sh} | 8 ++++---- tools/x86_fsp/qemu/test_qemu.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename tools/x86_fsp/qemu/{qemu64-tpm.sh => qemu.sh} (90%) diff --git a/tools/x86_fsp/qemu/qemu64-tpm.sh b/tools/x86_fsp/qemu/qemu.sh similarity index 90% rename from tools/x86_fsp/qemu/qemu64-tpm.sh rename to tools/x86_fsp/qemu/qemu.sh index bd0d3582..77b6dedd 100755 --- a/tools/x86_fsp/qemu/qemu64-tpm.sh +++ b/tools/x86_fsp/qemu/qemu.sh @@ -7,10 +7,10 @@ # Usage: -# For DEBUG_STAGE1 without waiting for GDB: ./qemu64-tpm.sh -d DEBUG_STAGE1 -# For DEBUG_STAGE2 without waiting for GDB (default): ./qemu64-tpm.sh -# For DEBUG_STAGE1 with waiting for GDB: ./qemu64-tpm.sh -d DEBUG_STAGE1 -w -# For DEBUG_STAGE2 with waiting for GDB: ./qemu64-tpm.sh -w +# For DEBUG_STAGE1 without waiting for GDB: ./qemu.sh -d DEBUG_STAGE1 +# For DEBUG_STAGE2 without waiting for GDB (default): ./qemu.sh +# For DEBUG_STAGE1 with waiting for GDB: ./qemu.sh -d DEBUG_STAGE1 -w +# For DEBUG_STAGE2 with waiting for GDB: ./qemu.sh -w # To DEBUG_STAGE1 diff --git a/tools/x86_fsp/qemu/test_qemu.sh b/tools/x86_fsp/qemu/test_qemu.sh index 5dc25bd4..3a31559a 100755 --- a/tools/x86_fsp/qemu/test_qemu.sh +++ b/tools/x86_fsp/qemu/test_qemu.sh @@ -46,7 +46,7 @@ IMAGE=test-app/image.elf SIGN=--ecc384 ./tools/x86_fsp/qemu/make_hd.sh echo "RUNNING QEMU" # launch qemu in background -./tools/x86_fsp/qemu/qemu64-tpm.sh -p | tee /tmp/qemu_output & +./tools/x86_fsp/qemu/qemu.sh -p | tee /tmp/qemu_output & echo "WAITING FOR QEMU TO RUN" sleep 5