posix-uefi/utils
2022-10-24 16:06:55 +02:00
..
efiffs.c Fixed some typos 2022-10-24 16:06:55 +02:00
efirom.c Added utils 2022-10-24 15:21:19 +02:00
Makefile Added utils 2022-10-24 15:21:19 +02:00
OLVASSEL.md Fixed some typos 2022-10-24 16:06:55 +02:00
README.md Fixed some typos 2022-10-24 16:06:55 +02:00

POSIX-UEFI Utilities

These are small portable commands to help you with the UEFI toolchain. They convert the .efi output that you've compiled with POSIX-UEFI into different file formats required by the UEFI firmware.

  • efirom - creates a PCI Option ROM image

  • efiffs - creates a DXE UEFI driver image (see this wiki on how to add it to a firmware).