summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-12lmb: Treat a region which is a subset as equalSjoerd Simons1-1/+3
2023-02-11trace: Detect an infinite loopSimon Glass1-0/+10
2023-02-11trace: Correct the relocation handover with buffer overflowSimon Glass1-3/+10
2023-02-11trace: Show a few more stats about tracingSimon Glass1-2/+6
2023-02-11trace: Track the minimum stack depthSimon Glass1-8/+16
2023-02-11trace: Reduce the number of function sitesSimon Glass1-2/+17
2023-02-11trace: Update the file headerSimon Glass1-15/+4
2023-02-11abuf: Support use from toolsSimon Glass1-1/+20
2023-02-11trace: Reduce the default for TRACE_EARLY_CALL_DEPTH_LIMITSimon Glass1-1/+1
2023-02-11time: Tidy up some unnecessary #ifdefsSimon Glass1-8/+6
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini10-23/+43
2023-02-10efi_loader: static efi_query_variable_info_runtime()Heinrich Schuchardt1-1/+1
2023-02-10efi_loader: make gop_blt() staticHeinrich Schuchardt1-5/+6
2023-02-10efi_loader: include definition of allow_unaligned()Heinrich Schuchardt1-0/+1
2023-02-10efi_loader: static functions in efi_runtime.cHeinrich Schuchardt1-2/+2
2023-02-10efi_loader: static functions in efi_console.cHeinrich Schuchardt1-1/+1
2023-02-10efi_loader: static functions in efi_boottime.cHeinrich Schuchardt1-2/+4
2023-02-10efi_loader: static functions in helloworld.cHeinrich Schuchardt1-1/+2
2023-02-10efi_loader: fix efi_ecpt_register()Heinrich Schuchardt1-1/+1
2023-02-10efi_loader: make get_load_options() staticHeinrich Schuchardt1-1/+1
2023-02-10efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima2-9/+24
2023-02-10Correct SPL use of ENV_WRITEABLE_LISTSimon Glass1-1/+1
2023-02-10Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2Simon Glass1-1/+1
2023-02-10Correct SPL use of EFI_TCG2_PROTOCOLSimon Glass1-1/+1
2023-02-10Correct SPL use of EFI_LOADER_HIISimon Glass1-1/+1
2023-02-10Correct SPL use of EFI_DEVICE_PATH_UTILSimon Glass1-1/+1
2023-02-10Correct SPL use of EFI_APPSimon Glass1-1/+1
2023-02-08Bump LMB_MAX_REGIONS default to 16Sjoerd Simons1-1/+1
2023-02-08Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"Tom Rini1-0/+1
2023-02-06lmb: Set correct lmb flags for EFI memory map entriesSjoerd Simons1-5/+8
2023-02-06lmb: Default to not-LMB_USE_MAX_REGIONSTom Rini1-1/+0
2023-01-27efi_loader: don't use HandleProtocolHeinrich Schuchardt1-2/+3
2023-01-27efi_loader: fix comment in ESRT codeHeinrich Schuchardt1-1/+1
2023-01-24efi: Improve logging in efi_diskSimon Glass1-9/+21
2023-01-24lib: Support printing an error stringSimon Glass1-0/+12
2023-01-24lib: Add a function to split a string into substringsSimon Glass1-0/+41
2023-01-20Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini5-6/+34
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini2-10/+10
2023-01-20efi_loader: fix CapsuleMax variable reportingIlias Apalodimas1-1/+1
2023-01-20efi_loader: update the error message of TCG protocol installationIlias Apalodimas1-1/+1
2023-01-20efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt1-3/+5
2023-01-20efi_loader: Avoid overwriting previous outputs on console screen clearingJan Kiszka2-1/+21
2023-01-20efi_loader: Set default console colors on efi_cout_clear_screen if neededJan Kiszka1-0/+6
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-52/+103
2023-01-19lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier41-6570/+10732
2023-01-18Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass2-2/+12
2023-01-18trace: Don't require TIMER_EARLYSimon Glass1-1/+1
2023-01-18trace: Move trace pointer to data sectionSimon Glass1-1/+2
2023-01-18fdt: Check for overlapping data and FDTSimon Glass1-0/+23
2023-01-18fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass1-11/+11