Home
last modified time | relevance | path

Searched refs:boot_itf (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/st/common/
Dbl2_io_storage.c476 uint16_t boot_itf = stm32mp_get_boot_itf_selected(); in bl2_plat_handle_pre_image_load() local
478 switch (boot_itf) { in bl2_plat_handle_pre_image_load()
666 const uint16_t boot_itf = stm32mp_get_boot_itf_selected(); in plat_fwu_set_images_source() local
682 switch (boot_itf) { in plat_fwu_set_images_source()
722 const uint16_t boot_itf = stm32mp_get_boot_itf_selected(); in plat_set_image_source() local
727 switch (boot_itf) { in plat_set_image_source()
Dstm32mp_common.c229 uint32_t boot_itf __unused; in stm32mp_uart_console_setup()
247 stm32_get_boot_interface(&boot_itf, &boot_instance); in stm32mp_uart_console_setup()
249 if ((boot_itf == BOOT_API_CTX_BOOT_INTERFACE_SEL_SERIAL_UART) && in stm32mp_uart_console_setup()
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dbl2_plat_setup.c544 uint16_t boot_itf = stm32mp_get_boot_itf_selected(); in bl2_el3_plat_prepare_exit() local
546 if ((boot_itf == BOOT_API_CTX_BOOT_INTERFACE_SEL_SERIAL_UART) || in bl2_el3_plat_prepare_exit()
547 (boot_itf == BOOT_API_CTX_BOOT_INTERFACE_SEL_SERIAL_USB)) { in bl2_el3_plat_prepare_exit()