We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d072f44 commit ac1465eCopy full SHA for ac1465e
tools/scripts/qemu64/qemu64-tpm.sh tools/x86_fsp/qemu/qemu64-tpm.shtools/scripts/qemu64/qemu64-tpm.sh renamed to tools/x86_fsp/qemu/qemu64-tpm.sh
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
46
47
echo "RUNNING QEMU"
48
# launch qemu in background
49
-./tools/scripts/qemu64/qemu64-tpm.sh -p | tee /tmp/qemu_output &
+./tools/x86_fsp/qemu/qemu64-tpm.sh -p | tee /tmp/qemu_output &
50
echo "WAITING FOR QEMU TO RUN"
51
sleep 5
52
0 commit comments