/u-boot/lib/efi_loader/ |
A D | efi_signature.c | 86 EFI_PRINT("Data is too short\n"); in efi_parse_pkcs7_header() 92 EFI_PRINT("Out of memory\n"); in efi_parse_pkcs7_header() 133 EFI_PRINT("Out of memory\n"); in efi_hash_regions() 142 EFI_PRINT("hash calculated:\n"); in efi_hash_regions() 191 EFI_PRINT("Msg digest in database:\n"); in efi_signature_lookup_digest() 262 EFI_PRINT("%s: against %s\n", __func__, in efi_lookup_certificate() 396 EFI_PRINT("hash in db:\n"); in efi_signature_check_revocation() 683 EFI_PRINT("Out of memory\n"); in efi_sigstore_parse_siglist() 705 EFI_PRINT("Out of memory\n"); in efi_sigstore_parse_siglist() 716 EFI_PRINT("Out of memory\n"); in efi_sigstore_parse_siglist() [all …]
|
A D | efi_image_loader.c | 355 EFI_PRINT("%s: Out of memory\n", __func__); in efi_image_parse() 388 EFI_PRINT("extra data for hash: %zu\n", in efi_image_parse() 505 EFI_PRINT("%s: Enter, %d\n", __func__, ret); in efi_image_authenticate() 526 EFI_PRINT("Parsing PE executable image failed\n"); in efi_image_authenticate() 575 EFI_PRINT("dwLength too small: %u < %zu\n", in efi_image_authenticate() 580 EFI_PRINT("WIN_CERTIFICATE_TYPE: 0x%x\n", in efi_image_authenticate() 590 EFI_PRINT("dwLength too small: %u < %zu\n", in efi_image_authenticate() 604 EFI_PRINT("Certificate type not supported\n"); in efi_image_authenticate() 610 EFI_PRINT("Parsing image's signature failed\n"); in efi_image_authenticate() 641 EFI_PRINT("Signer(s) in \"dbx\"\n"); in efi_image_authenticate() [all …]
|
A D | efi_hii.c | 135 EFI_PRINT("header_size: %08x\n", in add_strings_package() 137 EFI_PRINT("string_info_offset: %08x\n", in add_strings_package() 139 EFI_PRINT("language_name: %u\n", in add_strings_package() 390 EFI_PRINT("Form package not supported\n"); in add_packages() 398 EFI_PRINT("Font package not supported\n"); in add_packages() 402 EFI_PRINT("Image package not supported\n"); in add_packages() 418 EFI_PRINT("Animation package not supported\n"); in add_packages() 524 EFI_PRINT("Form package not supported\n"); in update_package_list() 531 EFI_PRINT("Font package not supported\n"); in update_package_list() 535 EFI_PRINT("Image package not supported\n"); in update_package_list() [all …]
|
A D | efi_rng.c | 125 EFI_PRINT("RNG algorithm %pUl\n", rng_algorithm); in getrng() 134 EFI_PRINT("Rng device not found\n"); in getrng() 141 EFI_PRINT("Rng device read failed\n"); in getrng()
|
A D | efi_variable.c | 138 EFI_PRINT("Parsing variable's signature failed\n"); in efi_variable_authenticate() 172 EFI_PRINT("Verified\n"); in efi_variable_authenticate() 176 EFI_PRINT("Verified\n"); in efi_variable_authenticate() 178 EFI_PRINT("Verifying variable's signature failed\n"); in efi_variable_authenticate() 275 EFI_PRINT("%ls: TIME_BASED_AUTHENTICATED_WRITE_ACCESS required\n", in efi_set_variable_int() 304 EFI_PRINT("Secure boot is not configured\n"); in efi_set_variable_int()
|
A D | efi_disk.c | 94 EFI_PRINT("blocks=%x lba=%llx blksz=%x dir=%d\n", in efi_disk_rw_blocks() 109 EFI_PRINT("n=%lx blocks=%x\n", n, blocks); in efi_disk_rw_blocks() 464 EFI_PRINT("BlockIO: part %u, present %d, logical %d, removable %d" in efi_disk_add_dev() 479 EFI_PRINT("EFI system partition: %s %d:%d\n", in efi_disk_add_dev()
|
A D | efi_boottime.c | 331 EFI_PRINT("WARNING: new_tpl < current_tpl in %s\n", __func__); in efi_raise_tpl() 354 EFI_PRINT("WARNING: old_tpl > current_tpl in %s\n", __func__); in efi_restore_tpl() 1153 EFI_PRINT("installed device path '%pD'\n", protocol_interface); in efi_add_protocol() 1192 EFI_PRINT("new handle %p\n", *handle); in efi_install_protocol_interface() 1194 EFI_PRINT("handle %p\n", *handle); in efi_install_protocol_interface() 2615 EFI_PRINT("Path %pD already installed\n", in efi_install_multiple_protocol_interfaces() 3034 EFI_PRINT("%lu returned by started image\n", in efi_start_image() 3043 EFI_PRINT("Jumping into 0x%p\n", image_obj->entry); in efi_start_image() 3261 EFI_PRINT("%s: out of memory\n", __func__); in efi_exit()
|
A D | efi_file.c | 287 EFI_PRINT("file handle %p\n", *new_handle); in efi_file_open_int() 902 EFI_PRINT("Renaming not supported\n"); in efi_file_setinfo() 914 EFI_PRINT("Truncation not supported\n"); in efi_file_setinfo()
|
A D | efi_tcg2.c | 156 EFI_PRINT("Failed to extend PCR\n"); in tcg2_pcr_extend() 459 EFI_PRINT("Unknown algorithm %x\n", pcrs.selection[i].hash); in tpm2_get_pcr_info() 557 EFI_PRINT("Unsupported algorithm %x\n", hash_alg); in tcg2_create_digest()
|
A D | efi_var_common.c | 258 EFI_PRINT("Switching secure state from %d to %d\n", efi_secure_mode, in efi_transfer_secure_state()
|
A D | efi_memory.c | 252 EFI_PRINT("%s: 0x%llx 0x%llx %d %s\n", __func__, in efi_add_memory_map_pg()
|
A D | efi_console.c | 1068 EFI_PRINT("u+%04x, sc %04x, sh %08x, tg %02x\n", in efi_cin_register_key_notify()
|
/u-boot/lib/efi_driver/ |
A D | efi_block_device.c | 66 EFI_PRINT("%s: read '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_read() 72 EFI_PRINT("%s: r = %u\n", __func__, in efi_bl_read() 95 EFI_PRINT("%s: write '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_write() 102 EFI_PRINT("%s: r = %u\n", __func__, in efi_bl_write() 145 EFI_PRINT("%s: handle %p, interface %p\n", __func__, handle, io); in efi_bl_bind() 179 EFI_PRINT("%s: block device '%s' created\n", __func__, bdev->name); in efi_bl_bind() 183 EFI_PRINT("Found %d partitions\n", disks); in efi_bl_bind()
|
A D | efi_uclass.c | 144 EFI_PRINT("Failure to close handle\n"); in efi_uc_start() 174 EFI_PRINT("Cannot close protocol\n"); in disconnect_child() 180 EFI_PRINT("Cannot uninstall protocol interface\n"); in disconnect_child()
|
/u-boot/board/emulation/common/ |
A D | qemu_capsule.c | 26 EFI_PRINT("Unable to get signature node offset\n"); in efi_get_public_key_data() 33 EFI_PRINT("Unable to get capsule-key value\n"); in efi_get_public_key_data()
|
/u-boot/include/ |
A D | efi_loader.h | 125 #define EFI_PRINT(format, ...) ({ \ macro
|