Home
last modified time | relevance | path

Searched refs:BOOTLOADER_FLASH_LOG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c653 #define BOOTLOADER_FLASH_LOG(level, ...) ESP_EARLY_LOG##level(TAG, ##__VA_ARGS__) macro
656 #define BOOTLOADER_FLASH_LOG(level, ...) ESP_DRAM_LOG##level(bootloader_flash_tag, ##__VA_ARGS__) macro
693BOOTLOADER_FLASH_LOG(D, "XMC chip detected by RDID (%08X), skip.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup()
701 BOOTLOADER_FLASH_LOG(D, "non-XMC chip detected by SFDP Read (%02X), skip.", mf_id); in bootloader_flash_xmc_startup()
705 BOOTLOADER_FLASH_LOG(I, "XM25QHxxC startup flow"); in bootloader_flash_xmc_startup()
720 BOOTLOADER_FLASH_LOG(E, "XMC flash startup fail"); in bootloader_flash_xmc_startup()
738BOOTLOADER_FLASH_LOG(E, "XMC chip detected (%08X) while support disabled.", g_rom_flashchip.device… in bootloader_flash_xmc_startup()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c645 #define BOOTLOADER_FLASH_LOG(level, ...) ESP_DRAM_LOG##level(bootloader_flash_tag, ##__VA_ARGS__) macro
681BOOTLOADER_FLASH_LOG(D, "XMC chip detected by RDID (%08X), skip.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup()
689 BOOTLOADER_FLASH_LOG(D, "non-XMC chip detected by SFDP Read (%02X), skip.", mf_id); in bootloader_flash_xmc_startup()
693 BOOTLOADER_FLASH_LOG(I, "XM25QHxxC startup flow"); in bootloader_flash_xmc_startup()
708 BOOTLOADER_FLASH_LOG(E, "XMC flash startup fail"); in bootloader_flash_xmc_startup()
726BOOTLOADER_FLASH_LOG(E, "XMC chip detected (%08X) while support disabled.", g_rom_flashchip.device… in bootloader_flash_xmc_startup()