summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-10-18efi_loader: reduce noisiness if ESP is missingHeinrich Schuchardt
2024-10-18efi_loader: avoid #ifdef in efi_setup.cHeinrich Schuchardt
2024-10-17lib: fdtdec: Parse the gzip/lzo headers only when dependencies have metLad Prabhakar
2024-10-16net: lwip: tftp: add support of blksize option to clientJerome Forissier
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: tftp: bind to TFTP port only when in server modeJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: lwip: build lwIPJerome Forissier
2024-10-16Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip'Tom Rini
2024-10-15lmb: replace the double-underscore with single-underscore for all functionsSughosh Ganu
2024-10-15efi_memory: rename variable to highlight overlap with free memorySughosh Ganu
2024-10-15lmb: remove call to efi_lmb_reserve()Sughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15x86: e820: use the lmb API for adding RAM memorySughosh Ganu
2024-10-15layerscape: use the lmb API's to add RAM memorySughosh Ganu
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu