uefi
Here are 539 public repositories matching this topic...
-
Updated
Mar 23, 2022 - C
-
Updated
Jun 19, 2022 - Python
-
Updated
Jun 21, 2022 - Shell
-
Updated
Jun 12, 2022
-
Updated
May 28, 2022 - PowerShell
-
Updated
Jun 10, 2022 - HTML
-
Updated
Jun 19, 2022 - C
-
Updated
Mar 22, 2022
-
Updated
Feb 19, 2020 - C
-
Updated
Jun 18, 2022 - Roff
-
Updated
Jun 20, 2022
-
Updated
Jun 8, 2022 - C++
Make issue template
Issues should demand people attach the following outputs:
sudo sbctl statussudo hexdump -C /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c
And we should preferably implement sudo sbctl debug as a hidden command so we can have some better structured data we can use for debugging.
The upcoming versions of Limine will not support the stivale and stivale2 protocols to avoid fragmenting users into 3 different, separate protocols, by incentivising the move to the Limine protocol; reducing Limine's code size and cleaning up clutter by removing essentially redundant protocols.
Even though the stivale2 protocol will be supported on Limine 3.x; it is a good idea to move to
Improve this page
Add a description, image, and links to the uefi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uefi topic, visit your repo's landing page and select "manage topics."
Affected: Firmware targeting EFI < 1.10 and UEFI drivers that do not use
BootServices.open_protocolandBootServices.close_protocol.Prior to EFI 1.10, the
EFI_BOOT_SERVICES.UninstallProtocolInterfacefunction lacks the safety checks that were added in 1.10. It simply removes a protocol from a handle, and if the last protocol is removed from a handle, that handle is freed by firmware and