summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: parameter check OutputStringHeinrich Schuchardt2019-05-191-0/+5
* efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameterHeinrich Schuchardt2019-05-191-3/+3
* efi_loader: GetNextMonotonicCount() check parameterHeinrich Schuchardt2019-05-191-1/+8
* efi_loader: parameter checks CalculateCrc32()Heinrich Schuchardt2019-05-191-1/+8
* efi_loader: check device path in InstallMultipleProtocolInterfacesHeinrich Schuchardt2019-05-191-0/+12
* efi_loader: implement deprecated Unicode collation protocolHeinrich Schuchardt2019-05-193-1/+44
* efi_loader: rename Unicode collation protocol 2 variablesHeinrich Schuchardt2019-05-195-10/+11
* efi_loader: merge adjacent sprintf()Heinrich Schuchardt2019-05-191-3/+2
* efi_loader: parameter checks simple network protocolHeinrich Schuchardt2019-05-191-3/+3
* efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALLHeinrich Schuchardt2019-05-191-5/+10
* efi_loader: ACPI device node to textHeinrich Schuchardt2019-05-121-3/+3
* efi_loader: infinite recursion notifying eventsHeinrich Schuchardt2019-05-121-1/+3
* efi_loader: simplify efi_allocate_pages()Heinrich Schuchardt2019-05-121-28/+15
* efi_loader: AllocateAdress error handlingHeinrich Schuchardt2019-05-121-6/+13
* efi_loader: out of resources in AllocatePages()Heinrich Schuchardt2019-05-121-2/+2
* efi_loader: check memory address before freeingHeinrich Schuchardt2019-05-121-5/+47
* efi_loader: error code in UninstallProtocolInterface()Heinrich Schuchardt2019-05-121-1/+1
* efi_loader: superfluous check in efi_remove_protocol()Heinrich Schuchardt2019-05-121-2/+0
* efi_loader: LocateDevicePath() incorrect parameter checkHeinrich Schuchardt2019-05-121-1/+5
* efi_loader: fix typo in efi_locate_handle() commentHeinrich Schuchardt2019-05-121-1/+1
* efi_loader: make device path to text protocol customizableHeinrich Schuchardt2019-05-125-3/+14
* efi_loader: make Unicode collation protocol customizableHeinrich Schuchardt2019-05-124-2/+16
* efi_loader: reword the EFI_LOADER config optionHeinrich Schuchardt2019-05-121-5/+5
* efi_loader: format KconfigHeinrich Schuchardt2019-05-121-21/+22
* efi_loader: observe CONFIG_EFI_LOADER_HIIHeinrich Schuchardt2019-05-121-1/+1
* efi_loader: signature of ExitBootServices()Heinrich Schuchardt2019-05-071-2/+2
* efi_loader: LoadImage() check source sizeHeinrich Schuchardt2019-05-071-0/+4
* efi_loader: LoadImage() check parent imageHeinrich Schuchardt2019-05-072-23/+32
* efi_loader: HandleProtocol parameter checksHeinrich Schuchardt2019-05-071-1/+8
* efi_loader: use EFI_PRINT instead of debugHeinrich Schuchardt2019-05-071-10/+7
* efi_loader: CloseProtocol() requires valid agent handleHeinrich Schuchardt2019-05-071-2/+5
* efi_selftest: unit test for RegisterProtocolNotify()Heinrich Schuchardt2019-05-072-0/+232
* efi_loader: implement RegisterProtocolNotify()Heinrich Schuchardt2019-05-071-14/+69
* efi_loader: EVT_NOTIFY_SIGNAL eventsHeinrich Schuchardt2019-05-071-1/+1
* efi_selftest: remove redundant function efi_st_memcmp()Heinrich Schuchardt2019-05-0710-46/+29
* efi_loader: unload applications upon Exit()Heinrich Schuchardt2019-05-072-6/+32
* efi_loader: implement UnloadImage()Heinrich Schuchardt2019-05-071-4/+51
* efi_loader: move efi_unload_image() down in sourceHeinrich Schuchardt2019-05-071-23/+23
* efi_loader: mark started imagesHeinrich Schuchardt2019-05-071-0/+2
* efi_loader: correct parameter check in LocateHandle()Heinrich Schuchardt2019-05-071-10/+10
* efi_loader: allowable event types in CreateEventEx()Heinrich Schuchardt2019-05-071-2/+18
* efi_loader: clean up UEFI sub-system initializationHeinrich Schuchardt2019-05-071-0/+16
* lib: add Zstandard decompression supportMarek BehĂșn2019-05-0515-0/+6555
* lib: Add xxhash supportMarek BehĂșn2019-05-053-0/+471
* lib/display_options: avoid illegal memory accessHeinrich Schuchardt2019-05-051-1/+3
* Merge branch '2019-05-03-master-imports'Tom Rini2019-05-032-2/+1
|\
| * lib: Kconfig: fix help text for GZIPHeiko Schocher2019-05-031-1/+1
| * lib/vsprintf: remove #include <uuid.h> from vsprintf.cHeinrich Schuchardt2019-05-031-1/+0
* | lib: uuid: Fix unseeded PRNG on RANDOM_UUID=yEugeniu Rosca2019-05-021-0/+2
* | efi_loader: description of efi_add_handle()Heinrich Schuchardt2019-05-021-3/+5