Searched refs:log_notice (Results 1 – 10 of 10) sorted by relevance
/u-boot/board/st/stm32mp1/ |
A D | stm32mp1.c | 159 log_notice("Fastboot key pressed, "); in board_key_check() 172 log_notice("STM32Programmer key pressed, "); in board_key_check() 179 log_notice("entering download mode...\n"); in board_key_check() 397 log_notice("****************************************************\n"); in board_check_usb_power() 408 log_notice("* ERROR USB TYPE-C connection in unattached mode *\n"); in board_check_usb_power() 409 log_notice("* Check that USB TYPE-C cable is correctly plugged *\n"); in board_check_usb_power() 417 log_notice("* WARNING 500mA power supply detected *\n"); in board_check_usb_power() 424 log_notice("* WARNING 1.5A power supply detected *\n"); in board_check_usb_power() 433 log_notice("* USB TYPE-C charger not compliant with *\n"); in board_check_usb_power() 434 log_notice("* specification *\n"); in board_check_usb_power() [all …]
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | fdt.c | 185 log_notice("ETZPC: 0x%08x node disabled, decprot %d=%d\n", in stm32_fdt_fixup_etzpc() 209 log_notice("FDT: cpu %d node remove for %s\n", in stm32_fdt_fixup_cpu() 223 log_notice("FDT: %s@%08x node disabled for %s\n", in stm32_fdt_disable()
|
/u-boot/include/linux/ |
A D | printk.h | 58 CONFIG_LOGLEVEL > 5 ? log_notice(fmt, ##__VA_ARGS__) : 0; \
|
/u-boot/test/log/ |
A D | nolog_test.c | 57 log_notice("testing %s\n", "log_notice"); in log_test_nolog_notice()
|
A D | syslog_test.c | 163 log_notice("testing %s\n", "log_notice"); in log_test_syslog_notice()
|
A D | log_test.c | 273 log_notice("level %d\n", LOGL_NOTICE); in do_log_test_helpers()
|
/u-boot/include/ |
A D | log.h | 164 #define log_notice(_fmt...) log(LOG_CATEGORY, LOGL_NOTICE, ##_fmt) macro 177 #define log_notice(_fmt, ...) printf(_fmt, ##__VA_ARGS__) macro
|
/u-boot/lib/efi_loader/ |
A D | efi_disk.c | 571 log_notice("Disk %s not ready\n", dev->name); in efi_disk_register() 617 log_notice("Disk %s not ready\n", devname); in efi_disk_register()
|
/u-boot/cmd/ |
A D | bootefi.c | 377 log_notice("EFI boot manager: Cannot load any image\n"); in do_efibootmgr()
|
/u-boot/doc/develop/ |
A D | logging.rst | 117 * log_notice(_fmt...)
|
Completed in 42 milliseconds