/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_init.c | 47 ESP_EARLY_LOGI(TAG, "chip revision: v%d.%d", major, minor); in bootloader_check_bootloader_validity() 100 ESP_EARLY_LOGI(TAG, "Enabling RNG early entropy source..."); in bootloader_enable_random() 107 ESP_EARLY_LOGI(TAG, "MCUboot 2nd stage bootloader"); in bootloader_print_banner() 110 ESP_EARLY_LOGI(TAG, "MCUboot Application image"); in bootloader_print_banner() 112 ESP_EARLY_LOGI(TAG, "ESP Simple boot"); in bootloader_print_banner() 117 ESP_EARLY_LOGI(TAG, "compile time " __DATE__ " " __TIME__); in bootloader_print_banner() 125 ESP_EARLY_LOGI(TAG, "Multicore bootloader"); in bootloader_print_banner()
|
/hal_espressif-latest/zephyr/common/ |
D | soc_init.c | 30 ESP_EARLY_LOGI(TAG, "MCUboot 2nd stage bootloader"); in print_banner() 32 ESP_EARLY_LOGI(TAG, "MCUboot Application image"); in print_banner() 34 ESP_EARLY_LOGI(TAG, "ESP Simple boot"); in print_banner() 36 ESP_EARLY_LOGI(TAG, "compile time " __DATE__ " " __TIME__); in print_banner() 42 ESP_EARLY_LOGI(TAG, "Multicore bootloader"); in print_banner() 129 ESP_EARLY_LOGI(TAG, "chip revision: v%d.%d", major, minor); in check_bootloader_validity()
|
/hal_espressif-latest/components/esp_system/ |
D | startup.c | 451 ESP_EARLY_LOGI(TAG, "Pro cpu start user code"); in start_cpu0_default() 453 ESP_EARLY_LOGI(TAG, "cpu freq: %d Hz", cpu_freq); in start_cpu0_default() 459 ESP_EARLY_LOGI(TAG, "Application information:"); in start_cpu0_default() 461 ESP_EARLY_LOGI(TAG, "Project name: %s", app_desc->project_name); in start_cpu0_default() 464 ESP_EARLY_LOGI(TAG, "App version: %s", app_desc->version); in start_cpu0_default() 467 ESP_EARLY_LOGI(TAG, "Secure version: %d", app_desc->secure_version); in start_cpu0_default() 470 ESP_EARLY_LOGI(TAG, "Compile time: %s %s", app_desc->date, app_desc->time); in start_cpu0_default() 474 ESP_EARLY_LOGI(TAG, "ELF file SHA256: %s...", buf); in start_cpu0_default() 475 ESP_EARLY_LOGI(TAG, "ESP-IDF: %s", app_desc->idf_ver); in start_cpu0_default() 477 …ESP_EARLY_LOGI(TAG, "Min chip rev: v%d.%d", CONFIG_ESP_REV_MIN_FULL / 100, CONFIG_ESP_REV_MIN_… in start_cpu0_default() [all …]
|
/hal_espressif-latest/components/esp_psram/esp32s3/ |
D | esp_psram_impl_octal.c | 227 …ESP_EARLY_LOGI(TAG, "vendor id : 0x%02x (%s)", reg_val->mr1.vendor_id, reg_val->mr1.vendor_id =… in s_print_psram_info() 228 …ESP_EARLY_LOGI(TAG, "dev id : 0x%02x (generation %d)", reg_val->mr2.dev_id, reg_val->mr2.dev… in s_print_psram_info() 229 …ESP_EARLY_LOGI(TAG, "density : 0x%02x (%d Mbit)", reg_val->mr2.density, reg_val->mr2.density … in s_print_psram_info() 233 …ESP_EARLY_LOGI(TAG, "good-die : 0x%02x (%s)", reg_val->mr2.gb, reg_val->mr2.gb == 1 ? "Pass" :… in s_print_psram_info() 234 …ESP_EARLY_LOGI(TAG, "Latency : 0x%02x (%s)", reg_val->mr0.lt, reg_val->mr0.lt == 1 ? "Fixed" … in s_print_psram_info() 235 …ESP_EARLY_LOGI(TAG, "VCC : 0x%02x (%s)", reg_val->mr3.vcc, reg_val->mr3.vcc == 1 ? "3V" :… in s_print_psram_info() 236 …ESP_EARLY_LOGI(TAG, "SRF : 0x%02x (%s Refresh)", reg_val->mr3.srf, reg_val->mr3.srf == 0x… in s_print_psram_info() 237 …ESP_EARLY_LOGI(TAG, "BurstType : 0x%02x (%s Wrap)", reg_val->mr8.bt, reg_val->mr8.bt == 1 && re… in s_print_psram_info() 238 …ESP_EARLY_LOGI(TAG, "BurstLen : 0x%02x (%d Byte)", reg_val->mr8.bl, reg_val->mr8.bl == 0x00 ? … in s_print_psram_info() 241 …ESP_EARLY_LOGI(TAG, "Readlatency : 0x%02x (%d cycles@%s)", reg_val->mr0.read_latency, reg_val->m… in s_print_psram_info() [all …]
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_flash_init.c | 164 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 184 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 206 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info() 218 ESP_EARLY_LOGI(TAG, "MMU Page Size : %dK", size); in print_mmu_page_size()
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash_config_esp32c2.c | 162 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 180 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 202 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info() 211 ESP_EARLY_LOGI(TAG, "MMU Page Size : %dK", size); in bootloader_print_mmu_page_size()
|
D | bootloader_flash_config_esp32c6.c | 138 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 156 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 178 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
D | bootloader_flash_config_esp32h2.c | 145 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 163 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 185 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
D | bootloader_flash_config_esp32c3.c | 173 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 191 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 213 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
D | bootloader_flash_config_esp32s2.c | 187 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 205 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 236 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
D | bootloader_flash_config_esp32s3.c | 194 ESP_EARLY_LOGI(TAG, "Boot SPI Speed : %s", str); in print_flash_info() 212 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 243 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
D | flash_qio_mode.c | 88 …ESP_EARLY_LOGI(TAG, "Enabling QIO for flash chip %s", bootloader_flash_qe_support_list[i].manufact… in bootloader_enable_qio_mode() 94 ESP_EARLY_LOGI(TAG, "Enabling default flash chip QIO"); in bootloader_enable_qio_mode()
|
/hal_espressif-latest/components/esp_system/port/ |
D | cpu_start.c | 184 ESP_EARLY_LOGI(TAG, "App cpu up."); in call_start_cpu1() 222 ESP_EARLY_LOGI(TAG, "Starting app cpu, entry point is %p", call_start_cpu1); in start_other_core() 369 ESP_EARLY_LOGI(TAG, "Unicore app"); 371 ESP_EARLY_LOGI(TAG, "Multicore app"); 494 ESP_EARLY_LOGI(TAG, "Failed to init external RAM; continuing without it."); 513 ESP_EARLY_LOGI(TAG, "Pro cpu up."); 519 ESP_EARLY_LOGI(TAG, "Single core mode");
|
/hal_espressif-latest/zephyr/esp32c6/src/ |
D | soc_flash_init.c | 146 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 166 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 188 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
/hal_espressif-latest/zephyr/port/host_flash/ |
D | cache_utils.c | 267 ESP_EARLY_LOGI(TAG, "flash_count=%d, size=%d, spiram_count=%d, size=%d,together=%d", in esp_enable_cache_wrap() 327 ESP_EARLY_LOGI(TAG, "Flash wrap enabled, size = %d.", flash_wrap_size); in esp_enable_cache_wrap() 334 ESP_EARLY_LOGI(TAG, "SPIRAM wrap enabled, size = %d.", spiram_wrap_size); in esp_enable_cache_wrap() 513 ESP_EARLY_LOGI(TAG, "Flash wrap enabled, size = %d.", flash_wrap_size); in esp_enable_cache_wrap() 520 ESP_EARLY_LOGI(TAG, "SPIRAM wrap enabled, size = %d.", spiram_wrap_size); in esp_enable_cache_wrap() 566 ESP_EARLY_LOGI(TAG, "Flash wrap enabled, size = %d.", flash_wrap_size); in esp_enable_cache_wrap()
|
/hal_espressif-latest/components/spi_flash/ |
D | cache_utils.c | 411 …ESP_EARLY_LOGI(TAG, "Instruction cache \t: size %dKB, %dWays, cache line size %dByte", cache_size … in esp_config_instruction_cache_mode() 456 …ESP_EARLY_LOGI(TAG, "Data cache \t\t: size %dKB, %dWays, cache line size %dByte", (cache_size == C… in esp_config_data_cache_mode() 577 …ESP_EARLY_LOGI(TAG, "flash_count=%d, size=%d, spiram_count=%d, size=%d,together=%d", flash_count, … in esp_enable_cache_wrap() 629 ESP_EARLY_LOGI(TAG, "Flash wrap enabled, size = %d.", flash_wrap_size); in esp_enable_cache_wrap() 636 ESP_EARLY_LOGI(TAG, "SPIRAM wrap enabled, size = %d.", spiram_wrap_size); in esp_enable_cache_wrap() 672 …ESP_EARLY_LOGI(TAG, "Instruction cache: size %dKB, %dWays, cache line size %dByte", cache_size == … in esp_config_instruction_cache_mode() 877 ESP_EARLY_LOGI(TAG, "Flash wrap enabled, size = %d.", flash_wrap_size); in esp_enable_cache_wrap() 884 ESP_EARLY_LOGI(TAG, "SPIRAM wrap enabled, size = %d.", spiram_wrap_size); in esp_enable_cache_wrap() 930 ESP_EARLY_LOGI(TAG, "Flash wrap enabled, size = %d.", flash_wrap_size); in esp_enable_cache_wrap()
|
D | spi_flash_hpm_enable.c | 328 ESP_EARLY_LOGI(HPM_TAG, "w/o HPM-DC support"); in spi_flash_enable_high_performance_mode() 331 ESP_EARLY_LOGI(HPM_TAG, "with HPM-DC support"); in spi_flash_enable_high_performance_mode() 359 ESP_EARLY_LOGI(HPM_TAG, "Enabling flash high speed mode by %s", chip_hpm->method); in spi_flash_enable_high_performance_mode()
|
/hal_espressif-latest/components/esp_psram/ |
D | esp_psram.c | 137 ESP_EARLY_LOGI(TAG, "Found %dMB PSRAM device", psram_physical_size / (1024 * 1024)); in esp_psram_init() 138 ESP_EARLY_LOGI(TAG, "Speed: %dMHz", CONFIG_SPIRAM_SPEED); in esp_psram_init() 140 ESP_EARLY_LOGI(TAG, "PSRAM initialized, cache is in %s mode.", \ in esp_psram_init() 331 ESP_EARLY_LOGI(TAG, "Adding pool of %dK of PSRAM memory to heap allocator", in esp_psram_extram_add_to_heap_allocator() 355 …ESP_EARLY_LOGI(TAG, "Reserving pool of %dK of internal memory for DMA/internal allocations", size … in esp_psram_extram_reserve_dma_pool() 432 ESP_EARLY_LOGI(TAG, "SPI SRAM memory test OK"); in s_test_psram()
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_flash_init.c | 182 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 202 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 224 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_flash_init.c | 139 ESP_EARLY_LOGI(TAG, "Boot SPI Speed : %s", str); in print_flash_info() 159 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 190 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
/hal_espressif-latest/components/log/host_test/log_test/main/ |
D | log_test.cpp | 265 ESP_EARLY_LOGI(TEST_TAG, "info"); 292 ESP_EARLY_LOGI(TEST_TAG, "must indeed be printed"); 298 ESP_EARLY_LOGI(TEST_TAG, "must not be printed"); 304 ESP_EARLY_LOGI(TEST_TAG, "must indeed be printed");
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_flash_init.c | 129 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 149 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 180 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_flash_init.c | 277 ESP_EARLY_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info() 297 ESP_EARLY_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info() 319 ESP_EARLY_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_gpio.c | 61 ESP_EARLY_LOGI(TAG, "Configure to isolate all GPIO pins in sleep state"); in esp_sleep_config_gpio_isolate() 101 …ESP_EARLY_LOGI(TAG, "%s automatic switching of GPIO sleep configuration", enable ? "Enable" : "Dis… in esp_sleep_enable_gpio_switch()
|
/hal_espressif-latest/zephyr/port/include/boot/mcuboot_config/ |
D | mcuboot_logging.h | 46 ESP_EARLY_LOGI("boot", _fmt, ##__VA_ARGS__); \
|