wolfSSL / wolfBoot

wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.
https://www.wolfssl.com
GNU General Public License v3.0
331 stars 95 forks source link

Enhancements to the QEMU script with swtpm #377

Closed tmael closed 8 months ago

tmael commented 9 months ago

This PR optimizes the QEMU script by cloning the EDK II Project just once to improve efficiency. It also provides clear instructions for debugging both stage 1 and stage 2 images.

tmael commented 8 months ago

Closing for now, as I need to open a pull request against https://github.com/rizlik/wolfboot-wip and cherry-pick these scripts or other private changes later.