summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca
2019-04-23fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding
2019-04-23Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass
2019-04-23Convert CONFIG_TRACE to KconfigSimon Glass
2019-04-23trace: Tidy up error returnsSimon Glass
2019-04-23div64: Don't instrument the division functionSimon Glass
2019-04-23div64: Use kernel typesSimon Glass
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt
2019-04-23efi_loader: need either ACPI table or device treeHeinrich Schuchardt
2019-04-23efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-23efi_loader: correctly split device path of loaded imageHeinrich Schuchardt
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt
2019-04-23efi_loader: export root node handleAKASHI Takahiro
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro
2019-04-15Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini