summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-11-24Merge patch series "Fix device removal order for Apple dart iommu"Tom Rini
2024-11-24dm: Add dm_remove_devices_active() for ordered device removalJanne Grunau
2024-11-24lmb: Correctly unmap and free memory on errorsIlias Apalodimas
2024-11-23efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architecturesHeinrich Schuchardt
2024-11-23efi_loader: simplify efi_tcg2_hash_log_extend_event()Heinrich Schuchardt
2024-11-16tpm: use memmove() for overlapping buffersHeinrich Schuchardt
2024-11-14lmb.c: add missing comma in lmb_dump_region()Heinrich Schuchardt
2024-11-14lmb: do not panic in lmb_print_region_flagsHeinrich Schuchardt
2024-11-14lib: rsa: Set conventional salt length RSA-PSS parameterLoic Poulain
2024-11-14lwip: fix code style issuesJerome Forissier
2024-11-13lib: vsprintf: fix API buildHeinrich Schuchardt
2024-11-13Merge patch series "lib: uuid: fix uuid_str_to_le_bin() on 32-bit"Tom Rini
2024-11-13lib: uuid: fix uuid_str_to_bin() on 32-bitHeinrich Schuchardt
2024-11-13lib: uuid: fix uuid_str_to_le_bin() on 32-bitHeinrich Schuchardt
2024-11-13lib: provide function hextoull()Heinrich Schuchardt
2024-11-12Merge patch series "Enable https for wget"Tom Rini
2024-11-12net: lwip: Add Support Server Name Indication supportJavier Tia
2024-11-12net: lwip: Update lwIP for mbedTLS > 3.0 support and enable httpsJavier Tia
2024-11-12mbedtls: Enable TLS 1.2 supportIlias Apalodimas
2024-11-11lmb: Add basic io_lmb functionalityJanne Grunau
2024-11-11lmb: cosmetic: reorder functions and global LMB variableJanne Grunau
2024-11-11lmb: Do not use global LMB variable in _lmb_free()Janne Grunau
2024-11-09efi_loader: Drop sandbox PXE architectureSimon Glass
2024-11-09sandbox: Report host default-filename in native modeSimon Glass
2024-11-09efi_loader: Move get_efi_pxe_arch() to efi_helperSimon Glass
2024-11-09efi: Move default filename to a functionSimon Glass
2024-11-09efi_loader: Add a test appSimon Glass
2024-11-09efi_loader: Change efi_dp_from_mem() to use sizeMoritz Fischer
2024-11-09lmb: Drop extra 16KB of stack spaceSimon Glass
2024-11-03alist: Add a way to efficiently filter an alistSimon Glass
2024-11-03alist: Add a function to empty the listSimon Glass
2024-11-03alist: Add for-loop helpersSimon Glass
2024-11-03alist: Add a way to get the next elementSimon Glass
2024-11-01Merge patch series "fs: ext4: implement opendir, readdir, closedir"Tom Rini
2024-11-01efi_loader: fix GetInfo and SetInfoHeinrich Schuchardt
2024-11-01lmb: remove __maybe_unused from lmb_map_update_notifyHeinrich Schuchardt
2024-11-01acpi_table: Fix coverity defect in acpi_write_spcrPatrick Rudolph
2024-10-31Merge tag 'efi-2025-01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2024-10-31lib: efi_loader: Fix efi_dp_from_mem() callsMoritz Fischer
2024-10-31efi_loader: Make tcg2_uninit() staticIlias Apalodimas
2024-10-30efi_loader: Remove unused diskidIlias Apalodimas
2024-10-30efi_loader: Mark static functions in smbiosdumpIlias Apalodimas
2024-10-30efi_loader: Mark static function in dumpdtbIlias Apalodimas
2024-10-30efi_loader: Mark efi_bootmgr_release_uridp as staticIlias Apalodimas
2024-10-30efi_loader: Simplify efi_free_pages()Ilias Apalodimas
2024-10-30lmb: Correctly unmap memory after notificationsIlias Apalodimas
2024-10-30efi_loader: fix CONFIG_EFI_HTTP dependenciesHeinrich Schuchardt
2024-10-30efi_selftest: make HII test data staticHeinrich Schuchardt
2024-10-30efi_selftest: fix typo 'got languages' in HII testHeinrich Schuchardt
2024-10-29lmb: Remove lmb_alloc_flags()Ilias Apalodimas