Searched refs:efi_root (Results 1 – 9 of 9) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_root_node.c | 15 efi_handle_t efi_root = NULL; variable 53 (&efi_root, in efi_root_node_register() 84 efi_root->type = EFI_OBJECT_TYPE_U_BOOT_FIRMWARE; in efi_root_node_register()
|
A D | efi_load_options.c | 36 efi_root, NULL, in efi_set_load_options() 46 efi_root, NULL)); in efi_set_load_options()
|
A D | efi_rng.c | 173 ret = efi_add_protocol(efi_root, &efi_guid_rng_protocol, in efi_rng_register()
|
A D | efi_bootmgr.c | 108 ret = EFI_CALL(efi_load_image(true, efi_root, lo.file_path, in try_load_entry()
|
A D | efi_capsule.c | 941 &efi_root, in arch_efi_load_capsule_drivers()
|
A D | efi_tcg2.c | 1071 ret = efi_add_protocol(efi_root, &efi_guid_tcg2_protocol, in efi_tcg2_register()
|
A D | efi_boottime.c | 2001 EFI_CALL(efi_close_protocol(device, guid, efi_root, NULL)); in efi_load_image_from_path() 3303 return efi_open_protocol(handle, protocol, protocol_interface, efi_root, in efi_handle_protocol()
|
/u-boot/cmd/ |
A D | bootefi.c | 478 ret = EFI_CALL(efi_load_image(false, efi_root, file_path, source_buffer, in efi_run_image()
|
/u-boot/include/ |
A D | efi_loader.h | 57 extern efi_handle_t efi_root;
|
Completed in 40 milliseconds