/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/bringup_helpers/ |
D | rse_bringup_helpers.c | 42 static struct boot_arm_vector_table *vt_cpy; in boot_address() local 44 vt_cpy = vt; in boot_address() 52 __set_MSP(vt_cpy->msp); in boot_address() 56 boot_jump_to_next_image(vt_cpy->reset); in boot_address()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/bl1/ |
D | boot_hal_bl1_2.c | 77 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 104 vt_cpy = vt; in boot_platform_quit() 110 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
D | boot_hal_bl1_1.c | 625 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 638 vt_cpy = vt; in boot_platform_quit() 644 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps4/corstone315/bl1/ |
D | boot_hal_bl1_2.c | 129 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 153 vt_cpy = vt; in boot_platform_quit() 164 __set_MSP(vt_cpy->msp); in boot_platform_quit() 168 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
D | boot_hal_bl1_1.c | 103 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 111 vt_cpy = vt; in boot_platform_quit() 119 __set_MSP(vt_cpy->msp); in boot_platform_quit() 123 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/kronos/bl2/ |
D | boot_hal_bl2.c | 216 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 219 vt_cpy = vt; in boot_platform_quit() 222 if (sic_boot_pre_quit(&vt_cpy) != SIC_BOOT_SUCCESS) { in boot_platform_quit() 271 __set_MSP(vt_cpy->msp); in boot_platform_quit() 275 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/tc/bl2/ |
D | boot_hal_bl2.c | 216 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 219 vt_cpy = vt; in boot_platform_quit() 222 if (sic_boot_pre_quit(&vt_cpy) != SIC_BOOT_SUCCESS) { in boot_platform_quit() 271 __set_MSP(vt_cpy->msp); in boot_platform_quit() 275 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/bl1/ |
D | boot_hal_bl1_1.c | 171 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 189 vt_cpy = vt; in boot_platform_quit() 197 __set_MSP(vt_cpy->msp); in boot_platform_quit() 201 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
D | boot_hal_bl1_2.c | 438 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 471 vt_cpy = vt; in boot_platform_quit() 482 __set_MSP(vt_cpy->msp); in boot_platform_quit() 486 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/common/ |
D | boot_hal_bl1_1.c | 124 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 136 vt_cpy = vt; in boot_platform_quit() 147 __set_MSP(vt_cpy->msp); in boot_platform_quit() 151 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
D | boot_hal_bl1_2.c | 179 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 191 vt_cpy = vt; in boot_platform_quit() 202 __set_MSP(vt_cpy->msp); in boot_platform_quit() 206 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
D | boot_hal_bl2.c | 185 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 220 vt_cpy = vt; in boot_platform_quit() 231 __set_MSP(vt_cpy->msp); in boot_platform_quit() 235 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/bl2/ |
D | boot_hal_bl2.c | 122 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 124 vt_cpy=vt; in boot_platform_quit() 135 __set_MSP(vt_cpy->msp); in boot_platform_quit() 139 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/bl2/ |
D | boot_hal_bl2.c | 211 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local 228 vt_cpy = vt; in boot_platform_quit() 234 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/bl2/ |
D | sic_boot.h | 95 enum sic_boot_err_t sic_boot_pre_quit(struct boot_arm_vector_table **vt_cpy);
|
D | sic_boot.c | 259 enum sic_boot_err_t sic_boot_pre_quit(struct boot_arm_vector_table **vt_cpy) in sic_boot_pre_quit() argument 268 *vt_cpy = (struct boot_arm_vector_table *)(RSE_RUNTIME_S_XIP_BASE_S + s_image_offset); in sic_boot_pre_quit()
|