summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-10-29lmb: Simplify lmb_should_notify usageIlias Apalodimas
2024-10-29lmb: Fix lmb_add_region_flags() return codes and testingIlias Apalodimas
2024-10-29lmb: add a check to prevent memory overrunSughosh Ganu
2024-10-28Revert "acpi_table: Fix coverity defect in acpi_write_spcr"Tom Rini
2024-10-28acpi_table: Fix coverity defect in acpi_write_spcrPatrick Rudolph
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27arm: cpu: Add ACPI parking protocol supportPatrick Rudolph
2024-10-27common: Enable BLOBLIST_TABLES on armPatrick Rudolph
2024-10-27acpi: Add processor devicePatrick Rudolph
2024-10-27acpi: Allocate and write ACPI tablesPatrick Rudolph
2024-10-27acpi_table: Support platforms with unusable RSDTPatrick Rudolph
2024-10-27acpi: acpi_table: Add IORT supportPatrick Rudolph
2024-10-27acpi: Add ACPITAB for PPTT and GTDTPatrick Rudolph
2024-10-27acpi: acpi_table: Bump revisionsPatrick Rudolph
2024-10-27acpi: Add fill_madt to acpi_opsPatrick Rudolph
2024-10-27acpi: x86: Move MADT to common codePatrick Rudolph
2024-10-27acpi: x86: Write FADT in common codeMaximilian Brune
2024-10-27acpi: x86: Move SPCR and DBG2 into common codeMaximilian Brune
2024-10-25Merge patch series "Allow showing the memory map"Tom Rini
2024-10-25lmb: Export the lmb data structureSimon Glass
2024-10-23lib/sha*: include u-boot/schedule.h instead of cyclic.hRasmus Villemoes
2024-10-21Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"Tom Rini
2024-10-21lib: ecdsa: Add ECDSA384 supportChia-Wei Wang
2024-10-20Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-10-18mbedtls: fix defects in coverity scanRaymond Mao
2024-10-18lmb: notify when adjacent regions are addedCaleb Connolly
2024-10-18efi_driver: use blk_create_devicef()Heinrich Schuchardt
2024-10-18efi_loader: remove ERROR:, WARNING: prefixes in messagesHeinrich Schuchardt
2024-10-18efi_loader: add missing lf in error messageHeinrich Schuchardt