Home
last modified time | relevance | path

Searched refs:log_notice (Results 1 – 10 of 10) sorted by relevance

/u-boot/board/st/stm32mp1/
A Dstm32mp1.c159 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 Dfdt.c185 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 Dprintk.h58 CONFIG_LOGLEVEL > 5 ? log_notice(fmt, ##__VA_ARGS__) : 0; \
/u-boot/test/log/
A Dnolog_test.c57 log_notice("testing %s\n", "log_notice"); in log_test_nolog_notice()
A Dsyslog_test.c163 log_notice("testing %s\n", "log_notice"); in log_test_syslog_notice()
A Dlog_test.c273 log_notice("level %d\n", LOGL_NOTICE); in do_log_test_helpers()
/u-boot/include/
A Dlog.h164 #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 Defi_disk.c571 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 Dbootefi.c377 log_notice("EFI boot manager: Cannot load any image\n"); in do_efibootmgr()
/u-boot/doc/develop/
A Dlogging.rst117 * log_notice(_fmt...)

Completed in 55 milliseconds