summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | efi_selftest: test exit_dataHeinrich Schuchardt2019-05-022-6/+26
* | efi_loader: implement support of exit dataHeinrich Schuchardt2019-05-021-0/+47
* | efi_loader: optional data in load options are binaryHeinrich Schuchardt2019-05-021-7/+8
* | efi_loader: set OsIndicationsSupported at initAKASHI Takahiro2019-05-021-0/+11
* | efi_loader: FreePages() must fail with pages = 0Heinrich Schuchardt2019-05-021-1/+1
* | efi_loader: parameter check CreateEventEx()Heinrich Schuchardt2019-05-021-1/+1
|/
* Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-244-20/+81
|\
| * fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding2019-04-231-7/+0
| * Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass2019-04-232-1/+50
| * Convert CONFIG_TRACE to KconfigSimon Glass2019-04-231-0/+9