Home
last modified time | relevance | path

Searched full:vm0 (Results 1 – 14 of 14) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dregion_defs.h36 * VM0 | |
42 * If the size of VM0 and VM1 are larger than 64KiB, the size of BL1 code/data
51 * VM0 | BL2_CODE |
57 * If the size of VM0 and VM1 are larger than 64KiB, the size of BL2 code can be
59 * of S_DATA, so under non-XIP mode it will not start at the beginning of VM0.
67 * VM0 | S_DATA |
81 * VM0 | S_CODE | S_DATA |
130 /* Secure Code executes from VM0, or XIP from flash via the SIC */
140 /* Secure Data stored in VM0. Size defined in flash layout */
Dplatform_base_address.h98 #define MPC_VM0_BASE_S 0x50083000 /* VM0 Memory Protection Controller Secure base…
194 /* VM0 -- 8 MB */
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/
Ddma_config.yaml11 vm0:
94 execution_location: "vm0"
/trusted-firmware-m-latest/docs/platform/arm/rse/
Drse_provisioning.rst29 VM0 + an offset the size of the OTP DMA ICS (usually 0x400). This bundle
83 On non-virgin boot in CM lifecycle state, RSE checks the start of VM0 for the
97 FVP. The preferred solution is to preload to the provisioning bundles into VM0
Dreadme.rst176 base of VM0, and ``encrypted_dm_provisioning_bundle.bin`` to the base of VM1.
181 wait for provisioning bundles to be loaded to VM0 and VM1 in the same way as
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/include/
Dprogram4_cmd1.yaml8 # This command copies the entire OTP DMA ICS section into VM0.
Dprogram6_cmd0.yaml8 # This command reads 8 words from the OTP TRNG to VM0
Dprogram6_cmd1.yaml8 # This command reads 8 words from VM0 into KMU key slot 8
Dprogram6_cmd2.yaml8 # This command reads 8 words from VM0 into the TRAM key registers
Dprogram6_cmd6.yaml8 # This command reads 8 words from the OTP TRNG to VM0, overwriting the TRAM
Dprogram6_cmd3.yaml8 # This command reads 8 words from the OTP TRNG to VM0, overwriting the TRAM key
Dprogram4_cmd2.yaml55 ICEVA: 'vm0_base_address' # The first (8-byte) word in VM0 is the integrity value
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/source/
Dstartup_rse_bl1_1.c291 /* Enable cacheing, particularly to avoid ECC errors in VM0/1 */ in Reset_Handler()
296 /* Set MSP to be in VM0 to start with */ in Reset_Handler()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dtarget_cfg.c231 ERROR_MSG("Failed to Enable MPC interrupt for VM0!"); in nvic_interrupt_enable()