Home
last modified time | relevance | path

Searched refs:PLAT_NV_COUNTER_BL2_1 (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/
Dbl2_security_cnt.c17 #define TFM_BOOT_NV_COUNTER_1 PLAT_NV_COUNTER_BL2_1 /* NV counter of Image 1 */
97 } else if (nv_counter == PLAT_NV_COUNTER_BL2_1) { in boot_nv_security_counter_update()
/trusted-firmware-m-3.4.0/platform/include/
Dtfm_plat_nv_counters.h39 PLAT_NV_COUNTER_BL2_1, /* Used by bootloader */ enumerator
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/
Dnv_counters.c81 case (PLAT_NV_COUNTER_BL2_1): in tfm_plat_read_nv_counter()
139 case (PLAT_NV_COUNTER_BL2_1): in tfm_plat_set_nv_counter()
/trusted-firmware-m-3.4.0/bl2/src/
Dsecurity_cnt.c15 #define TFM_BOOT_NV_COUNTER_1 PLAT_NV_COUNTER_BL2_1 /* NV counter of Image 1 */
/trusted-firmware-m-3.4.0/platform/ext/common/template/
Dnv_counters.c130 case (PLAT_NV_COUNTER_BL2_1): in tfm_plat_read_nv_counter()
256 case (PLAT_NV_COUNTER_BL2_1): in tfm_plat_set_nv_counter()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/fw_update_agent/
Dfwu_agent.c838 tfm_nv_counter_i = PLAT_NV_COUNTER_BL2_1; in update_nv_counters()