summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-19efi_loader: parameter checks simple network protocolHeinrich Schuchardt
2019-05-19efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALLHeinrich Schuchardt
2019-05-12efi_loader: ACPI device node to textHeinrich Schuchardt
2019-05-12efi_loader: infinite recursion notifying eventsHeinrich Schuchardt
2019-05-12efi_loader: simplify efi_allocate_pages()Heinrich Schuchardt
2019-05-12efi_loader: AllocateAdress error handlingHeinrich Schuchardt
2019-05-12efi_loader: out of resources in AllocatePages()Heinrich Schuchardt
2019-05-12efi_loader: check memory address before freeingHeinrich Schuchardt
2019-05-12efi_loader: error code in UninstallProtocolInterface()Heinrich Schuchardt
2019-05-12efi_loader: superfluous check in efi_remove_protocol()Heinrich Schuchardt
2019-05-12efi_loader: LocateDevicePath() incorrect parameter checkHeinrich Schuchardt
2019-05-12efi_loader: fix typo in efi_locate_handle() commentHeinrich Schuchardt
2019-05-12efi_loader: make device path to text protocol customizableHeinrich Schuchardt
2019-05-12efi_loader: make Unicode collation protocol customizableHeinrich Schuchardt
2019-05-12efi_loader: reword the EFI_LOADER config optionHeinrich Schuchardt
2019-05-12efi_loader: format KconfigHeinrich Schuchardt
2019-05-12efi_loader: observe CONFIG_EFI_LOADER_HIIHeinrich Schuchardt
2019-05-07efi_loader: signature of ExitBootServices()Heinrich Schuchardt
2019-05-07efi_loader: LoadImage() check source sizeHeinrich Schuchardt
2019-05-07efi_loader: LoadImage() check parent imageHeinrich Schuchardt
2019-05-07efi_loader: HandleProtocol parameter checksHeinrich Schuchardt
2019-05-07efi_loader: use EFI_PRINT instead of debugHeinrich Schuchardt
2019-05-07efi_loader: CloseProtocol() requires valid agent handleHeinrich Schuchardt
2019-05-07efi_selftest: unit test for RegisterProtocolNotify()Heinrich Schuchardt
2019-05-07efi_loader: implement RegisterProtocolNotify()Heinrich Schuchardt
2019-05-07efi_loader: EVT_NOTIFY_SIGNAL eventsHeinrich Schuchardt
2019-05-07efi_selftest: remove redundant function efi_st_memcmp()Heinrich Schuchardt
2019-05-07efi_loader: unload applications upon Exit()Heinrich Schuchardt
2019-05-07efi_loader: implement UnloadImage()Heinrich Schuchardt
2019-05-07efi_loader: move efi_unload_image() down in sourceHeinrich Schuchardt
2019-05-07efi_loader: mark started imagesHeinrich Schuchardt
2019-05-07efi_loader: correct parameter check in LocateHandle()Heinrich Schuchardt
2019-05-07efi_loader: allowable event types in CreateEventEx()Heinrich Schuchardt
2019-05-07efi_loader: clean up UEFI sub-system initializationHeinrich Schuchardt
2019-05-05lib: add Zstandard decompression supportMarek BehĂșn
2019-05-05lib: Add xxhash supportMarek BehĂșn
2019-05-05lib/display_options: avoid illegal memory accessHeinrich Schuchardt
2019-05-03Merge branch '2019-05-03-master-imports'Tom Rini
2019-05-03lib: Kconfig: fix help text for GZIPHeiko Schocher
2019-05-03lib/vsprintf: remove #include <uuid.h> from vsprintf.cHeinrich Schuchardt
2019-05-02lib: uuid: Fix unseeded PRNG on RANDOM_UUID=yEugeniu Rosca
2019-05-02efi_loader: description of efi_add_handle()Heinrich Schuchardt
2019-05-02efi_selftest: test exit_dataHeinrich Schuchardt
2019-05-02efi_loader: implement support of exit dataHeinrich Schuchardt
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt
2019-05-02efi_loader: set OsIndicationsSupported at initAKASHI Takahiro
2019-05-02efi_loader: FreePages() must fail with pages = 0Heinrich Schuchardt
2019-05-02efi_loader: parameter check CreateEventEx()Heinrich Schuchardt
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini