| /u-boot/drivers/tpm/ |
| A D | cr50_i2c.c | 159 log_warning("Timeout\n"); in cr50_i2c_wait_tpm_ready() 397 log_warning("First chunk not available\n"); in cr50_i2c_recv() 403 log_warning("Read failed\n"); in cr50_i2c_recv() 420 log_warning("- burst failure1\n"); in cr50_i2c_recv() 426 log_warning("Read failed\n"); in cr50_i2c_recv() 435 log_warning("- burst failure2\n"); in cr50_i2c_recv() 439 log_warning("Data still available\n"); in cr50_i2c_recv() 502 log_warning("Write failed\n"); in cr50_i2c_send() 514 log_warning("Data still expected\n"); in cr50_i2c_send() 522 log_warning("Start command failed\n"); in cr50_i2c_send() [all …]
|
| A D | tpm2_tis_core.c | 357 log_warning("Too much data: %d > %zu\n", expected, count); in tpm_tis_recv()
|
| /u-boot/drivers/net/ |
| A D | xilinx_axi_mrmac.c | 105 log_warning("Error: MRMAC block lock not complete!\n"); in axi_mrmac_ethernet_init() 134 log_warning("Tx MCDMA reset Timeout\n"); in axi_mcdma_init() 141 log_warning("Rx MCDMA reset Timeout\n"); in axi_mcdma_init() 300 log_warning("Error: current desc is not updated\n"); in axi_mrmac_send() 313 log_warning("%s: Timeout\n", __func__); in axi_mrmac_send() 531 log_warning("MRMAC dma register space not found\n"); in axi_mrmac_of_to_plat()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_bootmgr.c | 200 log_warning("Invalid load option for %ls\n", varname); in try_load_entry() 221 log_warning("Loading %ls '%ls' failed\n", in try_load_entry() 318 log_warning( in efi_bootmgr_load()
|
| A D | efi_rng.c | 170 log_warning("Missing RNG device for EFI_RNG_PROTOCOL\n"); in efi_rng_register()
|
| /u-boot/drivers/sysreset/ |
| A D | sysreset_sbi.c | 38 log_warning("SBI has no system reset extension\n"); in sbi_sysreset_probe()
|
| /u-boot/drivers/nvme/ |
| A D | nvme-uclass.c | 33 log_warning("Failed to init PCI (%dE)\n", ret); in nvme_bootdev_hunt()
|
| /u-boot/lib/efi/ |
| A D | efi_app.c | 263 log_warning("- devpath %d failed (ret=%d)\n", i, ret); in setup_block() 270 log_warning("- blkio %d failed (ret=%d)\n", i, ret); in setup_block() 281 log_warning("- blkio bind %d failed (ret=%d)\n", in setup_block()
|
| /u-boot/include/linux/ |
| A D | printk.h | 54 CONFIG_LOGLEVEL > 4 ? log_warning(fmt, ##__VA_ARGS__) : 0; \
|
| /u-boot/boot/ |
| A D | vbe_request.c | 168 log_warning("Cannot fix up live tree\n"); in bootmeth_vbe_ft_fixup() 198 log_warning("Failed to process VBE request %s (err=%d)\n", in bootmeth_vbe_ft_fixup()
|
| A D | bootdev-uclass.c | 595 log_warning("Unknown uclass '%s' in label\n", in bootdev_next_label() 603 log_warning("No bootdevs for '%s'\n", in bootdev_next_label()
|
| /u-boot/net/ |
| A D | eth_bootdev.c | 79 log_warning("Failed to init PCI (%dE)\n", ret); in eth_bootdev_hunt()
|
| /u-boot/board/google/chromebook_coral/ |
| A D | coral.c | 172 log_warning("Unable to read memconfig (err=%d)\n", ret); in coral_get_str() 176 log_warning("Unable to read skuconfig (err=%d)\n", ret); in coral_get_str()
|
| /u-boot/test/log/ |
| A D | nolog_test.c | 44 log_warning("testing %s\n", "log_warning"); in log_test_nolog_warning()
|
| A D | syslog_test.c | 129 log_warning("testing %s\n", "log_warning"); in log_test_syslog_warning()
|
| A D | log_test.c | 273 log_warning("level %d\n", LOGL_WARNING); in do_log_test_helpers()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | stm32mp15x.c | 170 log_warning("BSEC probe failed: %d\n", ret); in spl_board_init()
|
| A D | fdt.c | 314 log_warning("%s: couldn't find /cpus node\n", __func__); in stm32_fdt_fixup_cpu()
|
| /u-boot/drivers/core/ |
| A D | device-remove.c | 38 log_warning("device '%s' failed to unbind\n", in device_chld_unbind()
|
| A D | acpi.c | 270 log_warning("*** Missing bytes: ptr=%p, end=%p\n", ptr, end); in sort_acpi_item_type()
|
| /u-boot/drivers/sound/ |
| A D | sandbox.c | 152 log_warning("Sound is silenced\n"); in sandbox_i2s_probe()
|
| A D | hda_codec.c | 495 log_warning("Could not find beep NID (err=%d)\n", ret); in hda_codec_finish_init()
|
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | acpi.c | 74 log_warning("Invalid SCI route! Defaulting to IRQ9\n"); in acpi_sci_irq()
|
| /u-boot/drivers/spi/ |
| A D | sh_qspi.c | 165 log_warning("bitlen is not 8bit aligned %d", bitlen); in sh_qspi_xfer_common()
|
| /u-boot/include/ |
| A D | log.h | 177 #define log_warning(_fmt...) log(LOG_CATEGORY, LOGL_WARNING, ##_fmt) macro
|