Searched refs:boot_context (Results 1 – 6 of 6) sorted by relevance
185 static void print_boot_device(boot_api_context_t *boot_context) in print_boot_device() argument187 switch (boot_context->boot_interface_selected) { in print_boot_device()211 boot_context->boot_interface_selected); in print_boot_device()216 if (boot_context->boot_interface_instance != 0U) { in print_boot_device()217 INFO(" Instance %d\n", boot_context->boot_interface_instance); in print_boot_device()295 static void boot_spi_nor(boot_api_context_t *boot_context) in boot_spi_nor() argument356 static void boot_fmc2_nand(boot_api_context_t *boot_context) in boot_fmc2_nand() argument379 static void boot_spi_nand(boot_api_context_t *boot_context) in boot_spi_nand() argument418 boot_api_context_t *boot_context = in stm32cubeprogrammer_uart() local422 uart_base = get_uart_address(boot_context->boot_interface_instance); in stm32cubeprogrammer_uart()[all …]
81 boot_api_context_t *boot_context = (boot_api_context_t *)address; in stm32mp_save_boot_ctx_address() local84 boot_itf_selected = boot_context->boot_interface_selected; in stm32mp_save_boot_ctx_address()362 void stm32_save_boot_info(boot_api_context_t *boot_context) in stm32_save_boot_info() argument366 assert(boot_context->boot_interface_instance <= (BOOT_INST_MASK >> BOOT_INST_SHIFT)); in stm32_save_boot_info()367 assert(boot_context->boot_interface_selected <= (BOOT_ITF_MASK >> BOOT_ITF_SHIFT)); in stm32_save_boot_info()368 assert(boot_context->boot_partition_used_toboot <= (BOOT_PART_MASK >> BOOT_PART_SHIFT)); in stm32_save_boot_info()370 switch (boot_context->auth_status) { in stm32_save_boot_info()389 (boot_context->boot_interface_instance << BOOT_INST_SHIFT) | in stm32_save_boot_info()390 (boot_context->boot_interface_selected << BOOT_ITF_SHIFT) | in stm32_save_boot_info()391 (boot_context->boot_partition_used_toboot << BOOT_PART_SHIFT) | in stm32_save_boot_info()
49 boot_api_context_t *boot_context __maybe_unused; in crypto_lib_init()63 boot_context = (boot_api_context_t *)stm32mp_get_boot_ctx_address(); in crypto_lib_init()64 auth_ops.verify_signature = boot_context->bootrom_ecdsa_verify_signature; in crypto_lib_init()
209 boot_api_context_t *boot_context = in bl2_el3_plat_arch_setup() local273 if (boot_context->boot_interface_selected == in bl2_el3_plat_arch_setup()276 get_uart_address(boot_context->boot_interface_instance); in bl2_el3_plat_arch_setup()289 stm32_save_boot_info(boot_context); in bl2_el3_plat_arch_setup()309 if (boot_context->auth_status != BOOT_API_CTX_AUTH_NO) { in bl2_el3_plat_arch_setup()311 (boot_context->auth_status == BOOT_API_CTX_AUTH_FAILED) ? in bl2_el3_plat_arch_setup()
132 void stm32_save_boot_info(boot_api_context_t *boot_context);
152 boot_api_context_t *boot_context = in bl2_el3_plat_arch_setup() local193 stm32_save_boot_info(boot_context); in bl2_el3_plat_arch_setup()