summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima1-6/+35
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima1-19/+145
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima2-4/+4
2023-06-02efi_selftest: LocateHandleBuffer return codeHeinrich Schuchardt1-5/+11
2023-06-02efi_loader: check return value of part_get_info()Heinrich Schuchardt1-1/+6
2023-06-01efi: Correct .efi rulesSimon Glass1-0/+3
2023-06-01acpi: Put the version numbers in a central placeSimon Glass1-8/+7
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt2-36/+16
2023-05-13efi_loader: simplify efi_dp_from_name()Heinrich Schuchardt1-10/+8
2023-05-13efi_loader: error code efi_dp_from_name()Heinrich Schuchardt1-1/+1
2023-05-13efi_loader: clean up efi_dp_from_fileHeinrich Schuchardt1-7/+9
2023-05-13efi_loader: duplicate code in efi_dp_from_nameHeinrich Schuchardt1-13/+1
2023-05-13efi_loader: avoid #ifdef in efi_dp_from_name()Heinrich Schuchardt1-12/+8
2023-05-13efi_loader: support booting semihosting fileHeinrich Schuchardt1-1/+2
2023-05-13efi_loader: print file path w/o boot deviceHeinrich Schuchardt1-4/+4
2023-05-13fwu: fix config FWU_MULTI_BANK_UPDATEHeinrich Schuchardt1-1/+1
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass2-0/+47
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass3-2/+14
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-1/+0
2023-04-28fdt: Indicate that people should use the ofnode APISimon Glass1-0/+3
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland1-1/+0
2023-04-21efi_loader: remove unused efi_capsule_authenticateHeinrich Schuchardt1-6/+0
2023-04-08efi: loader: Make efi_runtime_mmio staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_mem staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng1-2/+2
2023-04-08efi: selftest: Make load_file() and load_file2() staticBin Meng1-10/+10
2023-04-08efi: selftest: Make record staticBin Meng1-1/+1
2023-04-08efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt1-2/+3
2023-04-08efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt1-5/+8
2023-04-07lib: missing fallthrough comment in vsnprintf_internal()Heinrich Schuchardt1-0/+3
2023-04-06lmb: add max number of region in lmb_dump_region() outputPatrick Delaunay1-1/+1
2023-04-06lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay2-5/+4
2023-04-05efi_loader: device_path: support blkmap devicesTobias Waldekranz1-0/+30
2023-04-03Merge branch 'next'Tom Rini12-57/+136
2023-04-01efi_loader: remove duplicate assignmentHeinrich Schuchardt1-1/+1
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt1-15/+6
2023-03-30lib: Fix SYS_TIMER_COUNTS_DOWN description in KconfigMarek Vasut1-1/+1
2023-03-27Merge branch 'master' into nextTom Rini1-1/+3
2023-03-25efi: Include GUID names with EFI app and payloadSimon Glass1-1/+1
2023-03-25efi: Add another tranch of GUIDsSimon Glass1-0/+8
2023-03-25efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt1-3/+2
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt2-48/+38
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7
2023-03-22zlib: trees.c: Fix a warning with clang-15Tom Rini1-1/+1
2023-03-22libavb: Fix a warning with clang-15Tom Rini1-1/+1
2023-03-22console: Use flush() before panic and resetTony Dinh1-1/+3
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini2-6/+33