mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2024-12-29 05:55:31 +01:00
10 lines
459 B
Markdown
10 lines
459 B
Markdown
|
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](https://github.com/pbatard/efifs/wiki/Adding-a-driver-to-a-UEFI-firmware) on how to add it to a firmaware).
|