diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-09-25 16:17:24 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-10-10 17:29:32 +0100 |
commit | 21806a819cc79eb9f19415f7b5ed29393c2a3f43 (patch) | |
tree | 28ae06e5a3500786ca3eb477d2829a766175716d /sys-firmware | |
parent | sys-firmware/edk2-ovmf: Rename to edk2 to support other platforms (diff) | |
download | gentoo-21806a819cc79eb9f19415f7b5ed29393c2a3f43.tar.gz gentoo-21806a819cc79eb9f19415f7b5ed29393c2a3f43.tar.bz2 gentoo-21806a819cc79eb9f19415f7b5ed29393c2a3f43.zip |
sys-firmware/edk2: Drop obsolete reference to USE=binary and update URL
I don't think using UefiShell.img actually works any more, but the new version
bump will automatically create OVMF_VARS.secboot.fd for you.
Closes: https://bugs.gentoo.org/926630
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/edk2/edk2-202202.ebuild | 13 | ||||
-rw-r--r-- | sys-firmware/edk2/edk2-202405.ebuild | 13 |
2 files changed, 8 insertions, 18 deletions
diff --git a/sys-firmware/edk2/edk2-202202.ebuild b/sys-firmware/edk2/edk2-202202.ebuild index 2baca0ed771a..9adf4e411eeb 100644 --- a/sys-firmware/edk2/edk2-202202.ebuild +++ b/sys-firmware/edk2/edk2-202202.ebuild @@ -49,16 +49,11 @@ virtual machines. The firmware is located under /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd -If USE=binary is enabled, we also install an OVMF variables file (coming from -fedora) that contains secureboot default keys - - /usr/share/edk2-ovmf/OVMF_VARS.secboot.fd - -If you have compiled this package by hand, you need to either populate all -necessary EFI variables by hand by booting - /usr/share/edk2-ovmf/UefiShell.(iso|img) +To use Secure Boot, you need to either populate the necessary EFI +variables by booting: + /usr/share/edk2-ovmf/UefiShell.img or creating OVMF_VARS.secboot.fd by hand: - https://github.com/puiterwijk/qemu-ovmf-secureboot + https://github.com/rhuefi/qemu-ovmf-secureboot The firmware does not support csm (due to no free csm implementation available). If you need a firmware with csm support you have to download diff --git a/sys-firmware/edk2/edk2-202405.ebuild b/sys-firmware/edk2/edk2-202405.ebuild index aca5700f3df5..cfd276ee0215 100644 --- a/sys-firmware/edk2/edk2-202405.ebuild +++ b/sys-firmware/edk2/edk2-202405.ebuild @@ -44,16 +44,11 @@ virtual machines. The firmware is located under /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd -If USE=binary is enabled, we also install an OVMF variables file (coming from -fedora) that contains secureboot default keys - - /usr/share/edk2-ovmf/OVMF_VARS.secboot.fd - -If you have compiled this package by hand, you need to either populate all -necessary EFI variables by hand by booting - /usr/share/edk2-ovmf/UefiShell.(iso|img) +To use Secure Boot, you need to either populate the necessary EFI +variables by booting: + /usr/share/edk2-ovmf/UefiShell.img or creating OVMF_VARS.secboot.fd by hand: - https://github.com/puiterwijk/qemu-ovmf-secureboot + https://github.com/rhuefi/qemu-ovmf-secureboot The firmware does not support csm (due to no free csm implementation available). If you need a firmware with csm support you have to download |