aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-05-07efi_loader: signature of ExitBootServices()Heinrich Schuchardt1-2/+2
2019-05-07efi_loader: LoadImage() check source sizeHeinrich Schuchardt1-0/+4
2019-05-07efi_loader: LoadImage() check parent imageHeinrich Schuchardt2-23/+32
2019-05-07efi_loader: HandleProtocol parameter checksHeinrich Schuchardt1-1/+8
2019-05-07efi_loader: use EFI_PRINT instead of debugHeinrich Schuchardt1-10/+7
2019-05-07efi_loader: CloseProtocol() requires valid agent handleHeinrich Schuchardt1-2/+5
2019-05-07efi_selftest: unit test for RegisterProtocolNotify()Heinrich Schuchardt2-0/+232
2019-05-07efi_loader: implement RegisterProtocolNotify()Heinrich Schuchardt1-14/+69
2019-05-07efi_loader: EVT_NOTIFY_SIGNAL eventsHeinrich Schuchardt1-1/+1
2019-05-07efi_selftest: remove redundant function efi_st_memcmp()Heinrich Schuchardt10-46/+29
2019-05-07efi_loader: unload applications upon Exit()Heinrich Schuchardt2-6/+32
2019-05-07efi_loader: implement UnloadImage()Heinrich Schuchardt1-4/+51
2019-05-07efi_loader: move efi_unload_image() down in sourceHeinrich Schuchardt1-23/+23
2019-05-07efi_loader: mark started imagesHeinrich Schuchardt1-0/+2
2019-05-07efi_loader: correct parameter check in LocateHandle()Heinrich Schuchardt1-10/+10
2019-05-07efi_loader: allowable event types in CreateEventEx()Heinrich Schuchardt1-2/+18
2019-05-07efi_loader: clean up UEFI sub-system initializationHeinrich Schuchardt1-0/+16
2019-05-05lib: add Zstandard decompression supportMarek BehĂșn15-0/+6555
2019-05-05lib: Add xxhash supportMarek BehĂșn3-0/+471
2019-05-05lib/display_options: avoid illegal memory accessHeinrich Schuchardt1-1/+3
2019-05-03Merge branch '2019-05-03-master-imports'Tom Rini2-2/+1
2019-05-03lib: Kconfig: fix help text for GZIPHeiko Schocher1-1/+1
2019-05-03lib/vsprintf: remove #include <uuid.h> from vsprintf.cHeinrich Schuchardt1-1/+0
2019-05-02lib: uuid: Fix unseeded PRNG on RANDOM_UUID=yEugeniu Rosca1-0/+2
2019-05-02efi_loader: description of efi_add_handle()Heinrich Schuchardt1-3/+5
2019-05-02efi_selftest: test exit_dataHeinrich Schuchardt2-6/+26
2019-05-02efi_loader: implement support of exit dataHeinrich Schuchardt1-0/+47
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt1-7/+8
2019-05-02efi_loader: set OsIndicationsSupported at initAKASHI Takahiro1-0/+11
2019-05-02efi_loader: FreePages() must fail with pages = 0Heinrich Schuchardt1-1/+1
2019-05-02efi_loader: parameter check CreateEventEx()Heinrich Schuchardt1-1/+1
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini4-20/+81
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini21-66/+93
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca1-2/+1
2019-04-23fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding1-7/+0
2019-04-23Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass2-1/+50
2019-04-23Convert CONFIG_TRACE to KconfigSimon Glass1-0/+9
2019-04-23trace: Tidy up error returnsSimon Glass1-5/+9
2019-04-23div64: Don't instrument the division functionSimon Glass1-1/+7
2019-04-23div64: Use kernel typesSimon Glass1-7/+7
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt1-0/+3
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt1-0/+4
2019-04-23efi_loader: need either ACPI table or device treeHeinrich Schuchardt1-1/+0
2019-04-23efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt2-11/+34
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro2-20/+24
2019-04-23efi_loader: correctly split device path of loaded imageHeinrich Schuchardt1-10/+2
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt14-19/+19
2019-04-23efi_loader: export root node handleAKASHI Takahiro1-2/+3
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro1-3/+4
2019-04-15Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini8-88/+106