summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
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 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-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-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 Rini1-2/+2
2023-01-18trace: Use notrace for shortSimon Glass1-2/+2
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-1/+1
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt1-21/+29
2023-01-13efi_loader: refine set_keyboard_layout() statusVincent Stehlé1-0/+3
2023-01-13efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt1-1/+1
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt1-20/+62
2023-01-07efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt1-0/+34
2023-01-04efi_loader: populate console handles in system tableHeinrich Schuchardt1-0/+3
2023-01-04efi_loader: adjust sorting of capsulesHeinrich Schuchardt1-3/+6
2022-12-29efi_loader: use u16_strlen() in efi_var_mem_ins()Heinrich Schuchardt1-3/+1
2022-12-29efi_loader: avoid adding variables twiceIlias Apalodimas2-3/+5
2022-12-29efi_loader: typo non-volatile in efi_var_restoreHeinrich Schuchardt1-1/+1
2022-12-29efi_loader: fix get_package_list_handle() statusVincent Stehlé1-1/+1
2022-12-20efi_loader: fix efi_get_next_variable_name_mem()Heinrich Schuchardt1-3/+3
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima1-0/+34
2022-12-17efi: adjust ebbr to v2.1 in conformance profileVincent Stehlé2-7/+7
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima1-0/+33
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt1-2/+2
2022-12-02efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt1-3/+10
2022-12-02efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt2-0/+341
2022-11-22efi_loader: Fix buffer underflowMikhail Ilin1-1/+1
2022-11-16efi_loader: replace a u16_strdup with alloc + memcpyIlias Apalodimas1-1/+7
2022-11-16efi_loader: add missing EFI_CALL when closing a fileIlias Apalodimas1-1/+1
2022-11-16efi_loader: add comments on efi_file_from_path() regarding alignmentIlias Apalodimas1-0/+5
2022-11-16efi_loader: improve description of efi_file_from_path()Heinrich Schuchardt1-0/+9
2022-11-16efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas1-1/+1