summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt
2023-05-13efi_loader: simplify efi_dp_from_name()Heinrich Schuchardt
2023-05-13efi_loader: error code efi_dp_from_name()Heinrich Schuchardt
2023-05-13efi_loader: clean up efi_dp_from_fileHeinrich Schuchardt
2023-05-13efi_loader: duplicate code in efi_dp_from_nameHeinrich Schuchardt
2023-05-13efi_loader: avoid #ifdef in efi_dp_from_name()Heinrich Schuchardt
2023-05-13efi_loader: support booting semihosting fileHeinrich Schuchardt
2023-05-13efi_loader: print file path w/o boot deviceHeinrich Schuchardt
2023-04-21efi_loader: remove unused efi_capsule_authenticateHeinrich Schuchardt
2023-04-08efi: loader: Make efi_runtime_mmio staticBin Meng
2023-04-08efi: loader: Make efi_mem staticBin Meng
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng
2023-04-08efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt
2023-04-08efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt
2023-04-05efi_loader: device_path: support blkmap devicesTobias Waldekranz
2023-04-03Merge branch 'next'Tom Rini
2023-04-01efi_loader: remove duplicate assignmentHeinrich Schuchardt
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt
2023-03-25efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini
2023-03-13efi_loader: describe term_get_char()Heinrich Schuchardt
2023-03-13efi_loader: update SetVariable attribute checkMasahisa Kojima
2023-02-28efi_loader: use tpm_auto_start for the tpm deviceIlias Apalodimas
2023-02-19efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAXEtienne Carriere
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere
2023-02-19efi_loader: fix wrong attribute check for QueryVariableInfoMasahisa Kojima
2023-02-19efi_loader: avoid buffer overrun in efi_var_mem_compareHeinrich Schuchardt
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-02-10efi_loader: static efi_query_variable_info_runtime()Heinrich Schuchardt
2023-02-10efi_loader: make gop_blt() staticHeinrich Schuchardt
2023-02-10efi_loader: include definition of allow_unaligned()Heinrich Schuchardt
2023-02-10efi_loader: static functions in efi_runtime.cHeinrich Schuchardt
2023-02-10efi_loader: static functions in efi_console.cHeinrich Schuchardt
2023-02-10efi_loader: static functions in efi_boottime.cHeinrich Schuchardt
2023-02-10efi_loader: static functions in helloworld.cHeinrich Schuchardt
2023-02-10efi_loader: fix efi_ecpt_register()Heinrich Schuchardt
2023-02-10efi_loader: make get_load_options() staticHeinrich Schuchardt
2023-02-10efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima
2023-02-09Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2Simon Glass
2023-02-09Correct SPL use of EFI_TCG2_PROTOCOLSimon Glass
2023-02-09Correct SPL use of EFI_LOADER_HIISimon Glass
2023-02-09Correct SPL use of EFI_DEVICE_PATH_UTILSimon Glass
2023-01-27efi_loader: don't use HandleProtocolHeinrich Schuchardt
2023-01-27efi_loader: fix comment in ESRT codeHeinrich Schuchardt
2023-01-23efi: Improve logging in efi_diskSimon Glass