1
0
Fork 0
mirror of https://github.com/rhboot/efivar.git synced 2026-03-06 18:40:29 +00:00
Tools and libraries to work with EFI variables
Find a file
Peter Jones 0eacf517b6 abicheck: try to ignore FILE * changing on us in efi_get_logfile()
This is glibc changing, not us...

Signed-off-by: Peter Jones <pjones@redhat.com>
2026-03-04 11:11:52 -05:00
.github/workflows Take centos 8 out of CI 2026-03-03 17:05:07 -05:00
docs Add note to efi_get_variable about ownership of the data pointer 2025-06-18 16:55:14 -04:00
src abicheck: try to ignore FILE * changing on us in efi_get_logfile() 2026-03-04 11:11:52 -05:00
tests secdb: change secdb algorithm sort order 2022-01-10 13:36:34 -05:00
.gitignore gitignore: Add some more creature comforts 2021-11-09 12:32:59 -05:00
CODE_OF_CONDUCT.md Update Code of Conduct contact address 2025-06-18 16:53:01 -04:00
COPYING Make FSF addresses in COPYING be URLs. 2014-10-15 09:47:41 -04:00
efivar.spec.in efisecdb: add efisecdb 2022-01-10 13:36:34 -05:00
Makefile make: add option to disable building/installing the docs 2024-01-29 18:07:24 -05:00
README.md Make README statement match license 2024-01-29 18:23:36 -05:00
TODO Add more TODO 2015-05-28 09:10:36 -04:00

efivar

Tools and libraries to manipulate EFI variables

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.

There is an ABI tracker for this project at ABI Laboratory.

WARNING

You should probably not run "make a brick" ever, unless you're already reasonably sure it won't permanently corrupt your firmware. This is not a joke.