summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-06-22Merge patch series "rsa and fit_check_sign build fix for v2025.07-rc"Tom Rini
2025-06-22lib: rsa: fix compilation error without opensslShiji Yang
2025-06-17lib/uuid.c: restore support of system partition type for ESPPatrick Delaunay
2025-06-08Merge tag 'u-boot-rockchip-20250606' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-06-07efi_loader: correct EFI_TCG2_PROTOCOL_MEASURE_DTB descriptionHeinrich Schuchardt
2025-06-06efi: stub: Change _debug_uart_putc function to inlineLukasz Czechowski
2025-05-25efi_loader: Run dhcp if an http boot option is selectedIlias Apalodimas
2025-05-25efi: Rename END to EFI_DP_ENDSimon Glass
2025-05-25efi_loader: Separate device path into its own headerSimon Glass
2025-05-20net, net-lwip: wget: suppress console output when called by EFIJerome Forissier
2025-05-18efi_loader: Disable ANSI output for testsSimon Glass
2025-05-11efi_loader: fix dtbdump output color and formatAdriano Cordova
2025-05-05bootm: improve error message when gzip decompression buffer is too smallAristo Chen
2025-05-02Merge patch series "Qualcomm: cleanup OF_LIVE fixup and fix RB1/2"Tom Rini
2025-05-02event: signal when livetree has been builtCaleb Connolly
2025-05-01Merge tag 'dm-pull-mayday' of git://git.denx.de/u-boot-dmTom Rini
2025-05-01efi_loader: GOP: Add damage notification on BLTAlexander Graf
2025-05-01efi_loader: fix typo initd_sz to initrd_szAdriano Cordova
2025-05-01efi_loader: bootbin: do not load an initrd if none is providedAdriano Cordova
2025-04-28Merge patch series "bloblist: fix the overriding of fdt from bloblist"Tom Rini
2025-04-28bloblist: fix the overriding of fdt from bloblistRaymond Mao
2025-04-25efi_loader: print image load address in StartImageHeinrich Schuchardt
2025-04-25efi_loader: build with HII configuration protocolHeinrich Schuchardt
2025-04-24smbios: Do not look up children of invalid nodesSamuel Holland
2025-04-23Merge patch series "Uthreads"Tom Rini
2025-04-23lib: time: hook uthread_schedule() into udelay()Jerome Forissier
2025-04-23uthread: add uthread_mutexJerome Forissier
2025-04-23uthread: add cooperative multi-tasking interfaceJerome Forissier
2025-04-22Merge patch series "ut: fix print_guid() and enable UNIT_TEST for qemu_arm64"Tom Rini
2025-04-22lib/uuid.c: use unique name for PARTITION_SYSTEM_GUIDJerome Forissier
2025-04-19efi_selftest: check executing in EL2Heinrich Schuchardt
2025-04-14Merge patch series "Static initcalls"Tom Rini
2025-04-14initcall: remove initcall_run_list()Jerome Forissier
2025-04-13efi_loader: Moved the generated ESL file to objtreeIlias Apalodimas
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-11efi_selftest: remove un-needed NULL checksBryan Brattlof
2025-04-11acpi: select CONFIG_BLOBLISTHeinrich Schuchardt
2025-04-11efi_loader: Move public cert for capsules to .rodataIlias Apalodimas
2025-04-11efi_loader: handle malloc() errorsVincent Stehlé
2025-04-11efi_loader: Print extra information from the bootmgrIlias Apalodimas
2025-04-11efi: Fix efiboot for payloads loaded from memoryChristian Kohlschütter
2025-04-11efi_loader: binary_run: register an initrdAdriano Cordova
2025-04-11efi_loader: efi_load_initrd: provide a memory mapped initrdAdriano Cordova
2025-04-11efi: Make FDT extra space configurablePawel Kochanowski
2025-04-11efi_loader: Install the ACPI table from the bloblistSimon Glass
2025-04-11board: remove capsule update support in set_dfu_alt_info()Jonathan Humphreys
2025-04-11efi_firmware: set EFI capsule dfu_alt_info env explicitlyJonathan Humphreys
2025-04-08Merge patch series "Annotate switch/case fallthrough cases"Tom Rini
2025-04-08use proper fallthrough annotationsAndre Przywara