aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar
Commit message (Expand)AuthorAgeFilesLines
* Fix a coverity-discovered NULL pointer dereference.Warner Losh2017-03-231-6/+18
* Define StrCmp in a funky was to be bug-compatible with EDK2 code.Warner Losh2017-03-231-1/+10
* Bring in EDK2 routines for printing and parsing device paths.Warner Losh2017-03-0912-2/+7672
* Share UCS2/UTF8 routines between boot loader and userland.Warner Losh2017-03-094-230/+12
* Make sure guid table is compiled before we use it.Warner Losh2017-03-031-0/+2
* Only compile the known uuid table once.Warner Losh2017-03-031-0/+4
* Move uuid_table definition to efivar.h.Warner Losh2017-03-032-6/+20
* Don't convert ENOENT to nothing for individual lookup, just for theWarner Losh2017-02-251-4/+6
* DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery2016-11-131-0/+18
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-1/+1
* Create libefivar library. This library aims to provideWarner Losh2016-10-116-0/+875