Home
last modified time | relevance | path

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

/drivers/firmware/efi/libstub/
Defi-stub.c85 efi_err("Failed to allocate memreserve entry!\n"); in install_memreserve_table()
96 efi_err("Failed to install memreserve config table!\n"); in install_memreserve_table()
159 efi_err("Failed to get loaded image protocol\n"); in efi_pe_entry()
170 efi_err("getting command line via LOADED_IMAGE_PROTOCOL\n"); in efi_pe_entry()
180 efi_err("Failed to parse options\n"); in efi_pe_entry()
188 efi_err("Failed to parse options\n"); in efi_pe_entry()
202 efi_err("Failed to relocate kernel\n"); in efi_pe_entry()
221 efi_err("Ignoring DTB from command line.\n"); in efi_pe_entry()
226 efi_err("Failed to load device tree!\n"); in efi_pe_entry()
248 efi_err("Failed to load initrd!\n"); in efi_pe_entry()
[all …]
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()
110 efi_err("efi_get_random_bytes() failed (0x%lx), KASLR will be disabled\n", in handle_kernel_image()
120 efi_err("FIRMWARE BUG: efi_loaded_image_t::image_base has bogus value\n"); in handle_kernel_image()
123 efi_err("FIRMWARE BUG: kernel image not aligned on %dk boundary\n", in handle_kernel_image()
143 efi_err("FIRMWARE BUG: Image BSS overlaps adjacent EFI memory region\n"); in handle_kernel_image()
158 efi_err("Failed to relocate kernel\n"); in handle_kernel_image()
Dfdt.c42 efi_err("Device Tree header not valid!\n"); in update_fdt()
50 efi_err("Truncated device tree! foo!\n"); in update_fdt()
271 efi_err("Unable to retrieve UEFI memory map.\n"); in allocate_new_fdt_and_exit_boot()
280 efi_err("Unable to allocate memory for new device tree.\n"); in allocate_new_fdt_and_exit_boot()
289 efi_err("Unable to construct new device tree.\n"); in allocate_new_fdt_and_exit_boot()
335 efi_err("Exit boot services failed.\n"); in allocate_new_fdt_and_exit_boot()
356 efi_err("Invalid header detected on UEFI supplied FDT, ignoring ...\n"); in get_fdt()
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()
Dx86-stub.c54 efi_err("Failed to allocate memory for 'rom'\n"); in preserve_pci_rom_image()
70 efi_err("Failed to read rom->vendor\n"); in preserve_pci_rom_image()
78 efi_err("Failed to read rom->devid\n"); in preserve_pci_rom_image()
123 efi_err("Failed to allocate memory for 'pci_handle'\n"); in setup_efi_pci()
177 efi_err("Unsupported properties proto version\n"); in retrieve_apple_device_properties()
190 efi_err("Failed to allocate memory for 'properties'\n"); in retrieve_apple_device_properties()
374 efi_err("Failed to get handle for LOADED_IMAGE_PROTOCOL\n"); in efi_pe_entry()
384 efi_err("Failed to allocate lowmem for boot params\n"); in efi_pe_entry()
731 efi_err("efi_relocate_kernel() failed!\n"); in efi_main()
745 efi_err("Failed to parse options\n"); in efi_main()
[all …]
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()
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()
135 efi_err("Unable to allocate memory for uncompressed kernel.\n"); in handle_kernel_image()
Driscv-stub.c56 efi_err("/chosen/boot-hartid missing or invalid!\n"); in check_platform_features()
108 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.c74 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()
Defistub.h57 #define efi_err(fmt, ...) \ macro