Home
last modified time | relevance | path

Searched refs:boot_context (Results 1 – 4 of 4) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/st/common/
A Dbl2_io_storage.c188 switch (boot_context->boot_interface_selected) { in print_boot_device()
212 boot_context->boot_interface_selected); in print_boot_device()
369 boot_api_context_t *boot_context = in stm32cubeprogrammer_uart() local
398 boot_api_context_t *boot_context = in stm32mp_io_setup() local
401 print_boot_device(boot_context); in stm32mp_io_setup()
406 boot_context->boot_partition_used_toboot); in stm32mp_io_setup()
424 switch (boot_context->boot_interface_selected) { in stm32mp_io_setup()
440 boot_spi_nor(boot_context); in stm32mp_io_setup()
446 boot_fmc2_nand(boot_context); in stm32mp_io_setup()
452 boot_spi_nand(boot_context); in stm32mp_io_setup()
[all …]
A Dstm32mp_common.c44 boot_api_context_t *boot_context = (boot_api_context_t *)address; in stm32mp_save_boot_ctx_address() local
47 boot_itf_selected = boot_context->boot_interface_selected; in stm32mp_save_boot_ctx_address()
A Dstm32mp_crypto_lib.c49 boot_api_context_t *boot_context __maybe_unused; in crypto_lib_init()
62 boot_context = (boot_api_context_t *)stm32mp_get_boot_ctx_address(); in crypto_lib_init()
63 auth_ops.verify_signature = boot_context->bootrom_ecdsa_verify_signature; in crypto_lib_init()
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dbl2_plat_setup.c208 boot_api_context_t *boot_context = in bl2_el3_plat_arch_setup() local
277 if (boot_context->boot_interface_selected == in bl2_el3_plat_arch_setup()
280 get_uart_address(boot_context->boot_interface_instance); in bl2_el3_plat_arch_setup()
293 stm32_save_boot_interface(boot_context->boot_interface_selected, in bl2_el3_plat_arch_setup()
294 boot_context->boot_interface_instance); in bl2_el3_plat_arch_setup()
295 stm32_save_boot_auth(boot_context->auth_status, in bl2_el3_plat_arch_setup()
296 boot_context->boot_partition_used_toboot); in bl2_el3_plat_arch_setup()
316 if (boot_context->auth_status != BOOT_API_CTX_AUTH_NO) { in bl2_el3_plat_arch_setup()
318 (boot_context->auth_status == BOOT_API_CTX_AUTH_FAILED) ? in bl2_el3_plat_arch_setup()

Completed in 7 milliseconds