aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-31fastboot: fix CRC32 chunk size checkingWojciech Nizinski1-2/+2
2023-10-30addrmap: Fix off by one in addrmap_set_entry()Dan Carpenter1-1/+1
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini4-978/+894
2023-10-27efi_loader: fix EFI_ENTRY point on get_active_pcr_banksIlias Apalodimas1-1/+2
2023-10-27efi_loader: fix EFI_ENTRY point on get_active_pcr_banksIlias Apalodimas1-2/+2
2023-10-27tpm: Support boot measurementsEddie James3-976/+895
2023-10-27tpm: sandbox: Update for needed TPM2 capabilitiesEddie James1-2/+0
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson2-0/+7
2023-10-12efi_selftest: BitBlt testHeinrich Schuchardt1-20/+63
2023-10-09lmb: remove overlapping region with next rangeUdit Kumar1-4/+33
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass1-0/+122
2023-10-06dm: core: Add a function to create an empty treeSimon Glass1-0/+19
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass10-0/+10
2023-09-22efi: Use the installed SMBIOS tablesSimon Glass4-32/+53
2023-09-22x86: smbios: Add a Kconfig indicating SMBIOS-table presenceSimon Glass1-1/+14
2023-09-22efi: x86: Correct the condition for installing ACPI tablesSimon Glass2-6/+6
2023-09-22x86: Allow APCI in SPLSimon Glass1-0/+8
2023-09-19boot: Join FDT_FIXUP_PARTITIONS with related optionsSimon Glass1-9/+0
2023-09-19FWU: Avoid showing an unselectable menu optionSimon Glass2-8/+5
2023-09-19lib: rational: Move the Kconfigs into the correct placeSimon Glass1-2/+2
2023-09-14common: board_r: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-10/+0
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini4-29/+80
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-08-31initcall: Support manual relocationSimon Glass1-0/+10
2023-08-31initcall: Support emitting eventsSimon Glass1-5/+45
2023-08-31initcall: Adjust the failure message and return valueSimon Glass1-5/+7
2023-08-31initcall: Adjust the loop logicSimon Glass1-12/+12
2023-08-31initcall: Factor out reloc_off calculationSimon Glass1-10/+15
2023-08-31Revert "initcall: Move to inline function"Simon Glass2-0/+53
2023-08-30fwu: Initialize global fwu library state during CI testMarek Vasut1-6/+6
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu2-0/+19
2023-08-28Revert "arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee"WIP/2023-08-28-assorted-important-fixesRicardo Salveti1-0/+8
2023-08-28spl: crypto: fix including SHA* object files in SPLOleksandr Suvorov1-3/+3
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas1-24/+65
2023-08-27lib: parameter check in hash_calculateHeinrich Schuchardt1-2/+4
2023-08-25uuid: Add ChromiumOS partition typesSimon Glass1-0/+7
2023-08-25uuid: Move function comments to header fileSimon Glass1-103/+0
2023-08-25abuf: Allow incrementing the sizeSimon Glass1-0/+5
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini5-9/+355
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt1-1/+1
2023-08-09lib: Suppress E when writing error-string outputSimon Glass1-2/+3
2023-08-09treewide: unify the linker symbol reference formatShiji Yang2-4/+4
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin1-1/+0
2023-08-08lib/charset: fix u16_strlcat() return valueMatthias Schiffer1-4/+4
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer1-7/+7
2023-08-08arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi2-6/+303
2023-08-08lib: uuid: introduce uuid_str_to_le_bin functionAbdellatif El Khlifi1-0/+48
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov1-0/+11