tools: rename qemu64-tpm.sh in the more general qemu.sh

x86_fsp_backport
Marco Oliverio 2024-04-24 16:15:56 +02:00
parent db2b538b35
commit 9410292dd1
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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