summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fwu: fix config FWU_MULTI_BANK_UPDATEHeinrich Schuchardt2023-05-131-1/+1
* acpi: Move the table-finding functions into the libarySimon Glass2023-05-112-0/+47
* acpi: Create a new Kconfig for ACPISimon Glass2023-05-113-2/+14
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2023-04-301-1/+0
|\
| * mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland2023-04-281-1/+0
* | fdt: Indicate that people should use the ofnode APISimon Glass2023-04-281-0/+3
|/
* efi_loader: remove unused efi_capsule_authenticateHeinrich Schuchardt2023-04-211-6/+0
* efi: loader: Make efi_runtime_mmio staticBin Meng2023-04-081-1/+1
* efi: loader: Make efi_mem staticBin Meng2023-04-081-1/+1
* efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng2023-04-081-2/+2
* efi: selftest: Make load_file() and load_file2() staticBin Meng2023-04-081-10/+10
* efi: selftest: Make record staticBin Meng2023-04-081-1/+1
* efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt2023-04-081-2/+3
* efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt2023-04-081-5/+8
* lib: missing fallthrough comment in vsnprintf_internal()Heinrich Schuchardt2023-04-061-0/+3
* lmb: add max number of region in lmb_dump_region() outputPatrick Delaunay2023-04-061-1/+1
* lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay2023-04-062-5/+4
* efi_loader: device_path: support blkmap devicesTobias Waldekranz2023-04-051-0/+30
* Merge branch 'next'Tom Rini2023-04-0312-57/+136
|\
| * lib: Fix SYS_TIMER_COUNTS_DOWN description in KconfigMarek Vasut2023-03-301-1/+1
| * Merge branch 'master' into nextTom Rini2023-03-271-1/+3
| |\
| * | efi: Include GUID names with EFI app and payloadSimon Glass2023-03-251-1/+1
| * | efi: Add another tranch of GUIDsSimon Glass2023-03-251-0/+8
| * | efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt2023-03-251-3/+2
| * | efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt2023-03-252-48/+38
| * | efi_loader: fix device-path for USB devicesHeinrich Schuchardt2023-03-251-12/+33
| * | efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt2023-03-251-0/+7
| * | zlib: trees.c: Fix a warning with clang-15Tom Rini2023-03-221-1/+1
| * | libavb: Fix a warning with clang-15Tom Rini2023-03-221-1/+1
| * | Merge tag 'v2023.04-rc4' into nextTom Rini2023-03-142-6/+33
| |\ \
| * | | lib: Add an SPL config for LIB_UUIDSimon Glass2023-03-021-0/+4
| * | | lib: Fix build condition for tiny-printfSimon Glass2023-03-021-1/+1
| * | | lib: Add VPL options for SHA1 and SHA256Simon Glass2023-03-021-0/+20
| * | | lib: Add a Kconfig for SPL_BZIP2Simon Glass2023-03-021-0/+6
| * | | tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass2023-02-283-11/+30
| * | | efi_loader: use tpm_auto_start for the tpm deviceIlias Apalodimas2023-02-281-1/+1
| * | | tpm: add a function that performs selftest + startupIlias Apalodimas2023-02-282-0/+33
* | | | efi_loader: remove duplicate assignmentHeinrich Schuchardt2023-04-011-1/+1
* | | | efi_loader: correct shortening of device-pathsHeinrich Schuchardt2023-04-011-15/+6
| |_|/ |/| |
* | | efi_loader: fix device-path for USB devicesHeinrich Schuchardt2023-03-251-12/+33
* | | efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt2023-03-251-0/+7
* | | console: Use flush() before panic and resetTony Dinh2023-03-221-1/+3
| |/ |/|
* | efi_loader: describe term_get_char()Heinrich Schuchardt2023-03-131-0/+8
* | efi_loader: update SetVariable attribute checkMasahisa Kojima2023-03-131-6/+25
|/
* efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAXEtienne Carriere2023-02-193-15/+48
* efi_loader: Measure the loaded DTBEtienne Carriere2023-02-192-0/+84
* efi_loader: fix wrong attribute check for QueryVariableInfoMasahisa Kojima2023-02-191-3/+0
* efi_loader: avoid buffer overrun in efi_var_mem_compareHeinrich Schuchardt2023-02-191-1/+3
* lmb: Treat a region which is a subset as equalSjoerd Simons2023-02-121-1/+3
* trace: Detect an infinite loopSimon Glass2023-02-111-0/+10