Skip to content

SBSA-QEMU: Update patches for new version of ekd2; automate scripts

Dimitrije Pavlov requested to merge development into master

The following is a list of proposed updates for SBSA-QEMU:

  • Update patches for UEFI shell replacement and BootMgrLib library to support new versions of edk2. New versions of edk2 add the library class VariableFlashInfoLib in the description for SBSA-QEMU, which is not included in the old version of our patches. The proposed changes fix this.
  • Update documentation. Merge README and longGuide into just README, with more detailed instructions on building LinuxBoot.
  • Add scripts for installing QEMU and Go.
  • Add a script for running QEMU.
  • Update existing scripts for building the u-root image and the edk2 image so that the process is fully automated.
  • Update the build process to use newer versions of Go and Linux.

Merge request reports