You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Targets.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2084,7 +2084,7 @@ A test ELF/Multiboot2 image is provided as well. To test `config/examples/x86_fs
2084
2084
cp config/examples/x86_fsp_qemu.config .config
2085
2085
2086
2086
# Create necessary Intel FSP binaries from edk2 repo
2087
-
./tools/x86_fsp/qemu/qemu_build_fsp.sh
2087
+
./tools/scripts/x86_fsp/qemu/qemu_build_fsp.sh
2088
2088
2089
2089
# build wolfboot
2090
2090
make
@@ -2093,10 +2093,10 @@ make
2093
2093
make test-app/image.elf
2094
2094
2095
2095
# make_hd.sh sign the image, creates a file-based hard disk image with GPT table and raw partitions and then copies the signed images into the partitions.
# make_hd.sh sign the image, creates a file-based hard disk image with GPT table and raw partitions and then copy the signed images into the partitions.
0 commit comments