summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt2-36/+16
2023-05-13efi_loader: simplify efi_dp_from_name()Heinrich Schuchardt1-10/+8
2023-05-13efi_loader: error code efi_dp_from_name()Heinrich Schuchardt1-1/+1
2023-05-13efi_loader: clean up efi_dp_from_fileHeinrich Schuchardt1-7/+9
2023-05-13efi_loader: duplicate code in efi_dp_from_nameHeinrich Schuchardt1-13/+1
2023-05-13efi_loader: avoid #ifdef in efi_dp_from_name()Heinrich Schuchardt1-12/+8
2023-05-13efi_loader: support booting semihosting fileHeinrich Schuchardt1-1/+2
2023-05-13efi_loader: print file path w/o boot deviceHeinrich Schuchardt1-4/+4
2023-04-21efi_loader: remove unused efi_capsule_authenticateHeinrich Schuchardt1-6/+0
2023-04-08efi: loader: Make efi_runtime_mmio staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_mem staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng1-2/+2
2023-04-08efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt1-2/+3
2023-04-08efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt1-5/+8
2023-04-05efi_loader: device_path: support blkmap devicesTobias Waldekranz1-0/+30
2023-04-03Merge branch 'next'Tom Rini4-52/+41
2023-04-01efi_loader: remove duplicate assignmentHeinrich Schuchardt1-1/+1
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt1-15/+6
2023-03-25efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt1-3/+2
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt2-48/+38
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini2-6/+33
2023-03-13efi_loader: describe term_get_char()Heinrich Schuchardt1-0/+8
2023-03-13efi_loader: update SetVariable attribute checkMasahisa Kojima1-6/+25
2023-02-28efi_loader: use tpm_auto_start for the tpm deviceIlias Apalodimas1-1/+1
2023-02-19efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAXEtienne Carriere3-15/+48
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere2-0/+84
2023-02-19efi_loader: fix wrong attribute check for QueryVariableInfoMasahisa Kojima1-3/+0
2023-02-19efi_loader: avoid buffer overrun in efi_var_mem_compareHeinrich Schuchardt1-1/+3
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-09Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2Simon Glass1-1/+1
2023-02-09Correct SPL use of EFI_TCG2_PROTOCOLSimon Glass1-1/+1
2023-02-09Correct SPL use of EFI_LOADER_HIISimon Glass1-1/+1
2023-02-09Correct SPL use of EFI_DEVICE_PATH_UTILSimon Glass1-1/+1
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-23efi: Improve logging in efi_diskSimon Glass1-9/+21