Simple (U)EFI library
Find a file
2025-04-04 23:53:45 +02:00
protocols fix: MaxNode -> MaxMode 2024-08-18 18:59:53 +02:00
.gitignore Added .gitignore 2024-07-08 20:58:41 +02:00
efi.h Renamed types 2024-05-27 21:45:04 +02:00
efi_bs.h Renamed types 2024-05-27 21:45:04 +02:00
efi_rs.h Renamed types 2024-05-27 21:45:04 +02:00
efi_st.h Updated ACPI table GUID definitions 2024-08-31 16:28:12 +02:00
efi_types.h Use compiler-provided stdint.h 2024-07-10 19:51:09 +02:00
efilib.h Added efi_status_to_str() 2025-01-25 21:30:06 +01:00
LICENSE.txt Update license year 2025-04-04 23:53:45 +02:00
README.md Added notice 2024-04-12 22:32:19 +02:00

Simple EFI Library (SEL)

Note

Although this library is fairly complete for most programmers' needs, a rewrite is currently taking place to in the rewrite branch. Definitions and names will stay the same, though.

Usage

Simply put #include "efi.h" into your source code and you're good to go. efilib.h provides additional functionality, but is not required for it to be included.

Contributing

PRs are welcome for fixing spelling or formatting mistakes, otherwise open an issue.

License

Simple EFI Library is licensed under the MIT license, which you can find here.