summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* trace: Correct the relocation handover with buffer overflowSimon Glass2023-02-111-3/+10
* trace: Show a few more stats about tracingSimon Glass2023-02-111-2/+6
* trace: Track the minimum stack depthSimon Glass2023-02-111-8/+16
* trace: Reduce the number of function sitesSimon Glass2023-02-111-2/+17
* trace: Update the file headerSimon Glass2023-02-111-15/+4
* abuf: Support use from toolsSimon Glass2023-02-111-1/+20
* trace: Reduce the default for TRACE_EARLY_CALL_DEPTH_LIMITSimon Glass2023-02-111-1/+1
* time: Tidy up some unnecessary #ifdefsSimon Glass2023-02-111-8/+6
* Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-02-1010-23/+43
|\
| * efi_loader: static efi_query_variable_info_runtime()Heinrich Schuchardt2023-02-101-1/+1
| * efi_loader: make gop_blt() staticHeinrich Schuchardt2023-02-101-5/+6
| * efi_loader: include definition of allow_unaligned()Heinrich Schuchardt2023-02-101-0/+1
| * efi_loader: static functions in efi_runtime.cHeinrich Schuchardt2023-02-101-2/+2
| * efi_loader: static functions in efi_console.cHeinrich Schuchardt2023-02-101-1/+1
| * efi_loader: static functions in efi_boottime.cHeinrich Schuchardt2023-02-101-2/+4
| * efi_loader: static functions in helloworld.cHeinrich Schuchardt2023-02-101-1/+2
| * efi_loader: fix efi_ecpt_register()Heinrich Schuchardt2023-02-101-1/+1
| * efi_loader: make get_load_options() staticHeinrich Schuchardt2023-02-101-1/+1
| * efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima2023-02-102-9/+24
* | Correct SPL use of ENV_WRITEABLE_LISTSimon Glass2023-02-091-1/+1
* | Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2Simon Glass2023-02-091-1/+1
* | Correct SPL use of EFI_TCG2_PROTOCOLSimon Glass2023-02-091-1/+1
* | Correct SPL use of EFI_LOADER_HIISimon Glass2023-02-091-1/+1
* | Correct SPL use of EFI_DEVICE_PATH_UTILSimon Glass2023-02-091-1/+1
* | Correct SPL use of EFI_APPSimon Glass2023-02-091-1/+1
|/
* Bump LMB_MAX_REGIONS default to 16Sjoerd Simons2023-02-081-1/+1
* Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"Tom Rini2023-02-081-0/+1
* lmb: Set correct lmb flags for EFI memory map entriesSjoerd Simons2023-02-061-5/+8
* lmb: Default to not-LMB_USE_MAX_REGIONSTom Rini2023-02-061-1/+0
* efi_loader: don't use HandleProtocolHeinrich Schuchardt2023-01-271-2/+3
* efi_loader: fix comment in ESRT codeHeinrich Schuchardt2023-01-271-1/+1
* efi: Improve logging in efi_diskSimon Glass2023-01-231-9/+21
* lib: Support printing an error stringSimon Glass2023-01-231-0/+12
* lib: Add a function to split a string into substringsSimon Glass2023-01-231-0/+41
* Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2023-01-205-6/+34
|\
| * efi_loader: fix CapsuleMax variable reportingIlias Apalodimas2023-01-201-1/+1
| * efi_loader: update the error message of TCG protocol installationIlias Apalodimas2023-01-201-1/+1
| * efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt2023-01-201-3/+5
| * efi_loader: Avoid overwriting previous outputs on console screen clearingJan Kiszka2023-01-202-1/+21
| * efi_loader: Set default console colors on efi_cout_clear_screen if neededJan Kiszka2023-01-201-0/+6
* | global: Finish CONFIG -> CFG migrationTom Rini2023-01-202-10/+10
|/
* Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-01-195-52/+103
|\
| * Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass2023-01-182-2/+12
| * trace: Don't require TIMER_EARLYSimon Glass2023-01-181-1/+1