Home
last modified time | relevance | path

Searched refs:efi_err (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/drivers/firmware/efi/libstub/
Defi-stub.c87 efi_err("Failed to allocate memreserve entry!\n"); in install_memreserve_table()
98 efi_err("Failed to install memreserve config table!\n"); in install_memreserve_table()
160 efi_err("Failed to get loaded image protocol\n"); in efi_pe_entry()
171 efi_err("getting command line via LOADED_IMAGE_PROTOCOL\n"); in efi_pe_entry()
181 efi_err("Failed to parse options\n"); in efi_pe_entry()
189 efi_err("Failed to parse options\n"); in efi_pe_entry()
203 efi_err("Failed to relocate kernel\n"); in efi_pe_entry()
222 efi_err("Ignoring DTB from command line.\n"); in efi_pe_entry()
227 efi_err("Failed to load device tree!\n"); in efi_pe_entry()
300 efi_err("Failed to update FDT and exit boot services\n"); in efi_pe_entry()
Darm64-stub.c29 efi_err("This 64 KB granular kernel is not supported by your CPU\n"); in check_platform_features()
31 efi_err("This 16 KB granular kernel is not supported by your CPU\n"); in check_platform_features()
119 efi_err("efi_get_random_bytes() failed (0x%lx)\n", in handle_kernel_image()
127 efi_err("FIRMWARE BUG: efi_loaded_image_t::image_base has bogus value\n"); in handle_kernel_image()
130 efi_err("FIRMWARE BUG: kernel image not aligned on %dk boundary\n", in handle_kernel_image()
152 efi_err("FIRMWARE BUG: Image BSS overlaps adjacent EFI memory region\n"); in handle_kernel_image()
167 efi_err("Failed to relocate kernel\n"); in handle_kernel_image()
Dfile.c49 efi_err("Failed to open file: %ls\n", fi->filename); in efi_open_file()
56 efi_err("Failed to get file info\n"); in efi_open_file()
76 efi_err("Failed to handle fs_proto\n"); in efi_open_volume()
82 efi_err("Failed to open volume\n"); in efi_open_volume()
203 efi_err("Failed to allocate memory for files\n"); in handle_cmdline_files()
227 efi_err("Failed to read file\n"); in handle_cmdline_files()
Dpci.c31 efi_err("Failed to locate PCI I/O handles'\n"); in efi_pci_disable_bridge_busmaster()
38 efi_err("Failed to allocate memory for 'pci_handle'\n"); in efi_pci_disable_bridge_busmaster()
45 efi_err("Failed to locate PCI I/O handles'\n"); in efi_pci_disable_bridge_busmaster()
109 efi_err("Failed to disable PCI busmastering\n"); in efi_pci_disable_bridge_busmaster()
Dfdt.c42 efi_err("Device Tree header not valid!\n"); in update_fdt()
50 efi_err("Truncated device tree! foo!\n"); in update_fdt()
270 efi_err("Unable to retrieve UEFI memory map.\n"); in allocate_new_fdt_and_exit_boot()
279 efi_err("Unable to allocate memory for new device tree.\n"); in allocate_new_fdt_and_exit_boot()
296 efi_err("Unable to construct new device tree.\n"); in allocate_new_fdt_and_exit_boot()
342 efi_err("Exit boot services failed.\n"); in allocate_new_fdt_and_exit_boot()
363 efi_err("Invalid header detected on UEFI supplied FDT, ignoring ...\n"); in get_fdt()
Darm32-stub.c39 efi_err("allocate_pool() failed\n"); in check_platform_features()
49 efi_err("install_configuration_table() failed\n"); in check_platform_features()
60 efi_err("This LPAE kernel is not supported by your CPU\n"); in check_platform_features()
136 efi_err("Unable to allocate memory for uncompressed kernel.\n"); in handle_kernel_image()
Dx86-stub.c55 efi_err("Failed to allocate memory for 'rom'\n"); in preserve_pci_rom_image()
71 efi_err("Failed to read rom->vendor\n"); in preserve_pci_rom_image()
79 efi_err("Failed to read rom->devid\n"); in preserve_pci_rom_image()
124 efi_err("Failed to allocate memory for 'pci_handle'\n"); in setup_efi_pci()
178 efi_err("Unsupported properties proto version\n"); in retrieve_apple_device_properties()
191 efi_err("Failed to allocate memory for 'properties'\n"); in retrieve_apple_device_properties()
477 efi_err("Failed to get handle for LOADED_IMAGE_PROTOCOL\n"); in efi_pe_entry()
487 efi_err("Failed to allocate lowmem for boot params\n"); in efi_pe_entry()
837 efi_err("efi_relocate_kernel() failed!\n"); in efi_main()
851 efi_err("Failed to parse options\n"); in efi_main()
[all …]
Driscv-stub.c72 efi_err("Failed to get boot hartid!\n"); in check_platform_features()
126 efi_err("Failed to relocate kernel\n"); in handle_kernel_image()
Dgop.c153 efi_err("Requested mode is invalid\n"); in choose_mode_modenum()
160 efi_err("Couldn't get mode information\n"); in choose_mode_modenum()
169 efi_err("Invalid PixelFormat\n"); in choose_mode_modenum()
241 efi_err("Couldn't find requested mode\n"); in choose_mode_res()
378 efi_err("Unable to read key, continuing in 10 seconds\n"); in choose_mode_list()
414 efi_err("Failed to set requested mode\n"); in set_mode()
Dsecureboot.c38 efi_err("Could not determine UEFI Secure Boot status.\n"); in efi_get_secureboot()
Drelocate.c160 efi_err("Failed to allocate usable memory for kernel.\n"); in efi_relocate_kernel()
Dtpm.c122 efi_err("Unable to allocate memory for event log\n"); in efi_retrieve_tpm2_eventlog()
Defi-stub-helper.c400 efi_err("Command line is too long: truncated to %d bytes\n", in efi_convert_cmdline()
703 efi_err("Failed to load initrd: 0x%lx\n", status); in efi_load_initrd()
Defistub.h60 #define efi_err(fmt, ...) \ macro