Searched refs:bl1_2_image_len (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl1/ |
| D | provisioning.c | 29 uint8_t bl1_2_image_len[4]; variable 82 sizeof(bl1_assembly_and_test_prov_data->bl1_2_image_len), in provision_assembly_and_test() 83 bl1_assembly_and_test_prov_data->bl1_2_image_len); in provision_assembly_and_test()
|
| /trusted-firmware-m-latest/bl1/bl1_1/scripts/ |
| D | create_provisioning_bundle.py | 55 bl1_2_image_len = len(bl1_2).to_bytes(4, byteorder='little') variable 64 bl1_2_image_len,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/ |
| D | otp_lcm.c | 43 uint32_t bl1_2_image_len; variable 186 [PLAT_OTP_ID_BL1_2_IMAGE_LEN] = USER_AREA_OFFSET(cm_locked.bl1_2_image_len), 283 [PLAT_OTP_ID_BL1_2_IMAGE_LEN] = USER_AREA_SIZE(cm_locked.bl1_2_image_len), 639 err = otp_read(USER_AREA_OFFSET(cm_locked.bl1_2_image_len), in tfm_plat_otp_read() 640 USER_AREA_SIZE(cm_locked.bl1_2_image_len), in tfm_plat_otp_read()
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/ |
| D | otp_cc312.c | 242 uint8_t bl1_2_image_len[4]; variable 753 return otp_read(otp->bl1_2_image_len, in tfm_plat_otp_read() 754 sizeof(otp->bl1_2_image_len), out_len, out); in tfm_plat_otp_read() 994 return otp_write(otp->bl1_2_image_len, in tfm_plat_otp_write() 995 sizeof(otp->bl1_2_image_len), in_len, in, NULL); in tfm_plat_otp_write()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | otp_lcm.c | 71 uint32_t bl1_2_image_len; variable 238 [PLAT_OTP_ID_BL1_2_IMAGE_LEN] = USER_AREA_OFFSET(cm_locked.bl1_2_image_len), 358 [PLAT_OTP_ID_BL1_2_IMAGE_LEN] = USER_AREA_SIZE(cm_locked.bl1_2_image_len), 789 err = otp_read(USER_AREA_OFFSET(cm_locked.bl1_2_image_len), in tfm_plat_otp_read() 790 USER_AREA_SIZE(cm_locked.bl1_2_image_len), in tfm_plat_otp_read()
|