Skip to content

Commit 9410292

Browse files
committed
tools: rename qemu64-tpm.sh in the more general qemu.sh
1 parent db2b538 commit 9410292

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Usage:
88

99

10-
# For DEBUG_STAGE1 without waiting for GDB: ./qemu64-tpm.sh -d DEBUG_STAGE1
11-
# For DEBUG_STAGE2 without waiting for GDB (default): ./qemu64-tpm.sh
12-
# For DEBUG_STAGE1 with waiting for GDB: ./qemu64-tpm.sh -d DEBUG_STAGE1 -w
13-
# For DEBUG_STAGE2 with waiting for GDB: ./qemu64-tpm.sh -w
10+
# For DEBUG_STAGE1 without waiting for GDB: ./qemu.sh -d DEBUG_STAGE1
11+
# For DEBUG_STAGE2 without waiting for GDB (default): ./qemu.sh
12+
# For DEBUG_STAGE1 with waiting for GDB: ./qemu.sh -d DEBUG_STAGE1 -w
13+
# For DEBUG_STAGE2 with waiting for GDB: ./qemu.sh -w
1414

1515

1616
# To DEBUG_STAGE1

tools/x86_fsp/qemu/test_qemu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ IMAGE=test-app/image.elf SIGN=--ecc384 ./tools/x86_fsp/qemu/make_hd.sh
4646

4747
echo "RUNNING QEMU"
4848
# launch qemu in background
49-
./tools/x86_fsp/qemu/qemu64-tpm.sh -p | tee /tmp/qemu_output &
49+
./tools/x86_fsp/qemu/qemu.sh -p | tee /tmp/qemu_output &
5050
echo "WAITING FOR QEMU TO RUN"
5151
sleep 5
5252

0 commit comments

Comments
 (0)