riscvarchive / riscv-edk2-platforms

Port of EDK2 implementation of UEFI to RISC-V. See documentation at:
https://github.com/riscv/riscv-uefi-edk2-docs
Other
18 stars 7 forks source link

Enable SecureBoot #28

Open JohnAZoidberg opened 3 years ago

JohnAZoidberg commented 3 years ago

Shouldn't be very difficult, since it's not architecture specific.

Once enabled, we'd also want to add a test for it to the Github Actions CI.

We should probably do two tests. One to check that it succeeds and another one to check that an invalid image fails to boot.

TODO:

Resources: