Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/fw_update_agent/
Dfwu_agent.h48 uint8_t bl2_get_boot_bank(void);
Dfwu_agent.c1094 uint8_t bl2_get_boot_bank(void) in bl2_get_boot_bank() function
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl2/
Dboot_hal_bl2.c153 boot_index = bl2_get_boot_bank(); in boot_platform_init()