Lines Matching refs:secure
11 This sample implements a simple secure service based on ARC SecureShield to
12 demonstrate how a secure zephyr application runs together with a normal
17 * Secure application will be in the secure memory space defined in
18 ``arc_mpu_regions.c``. Half of RAM and ROM is allocated to secure world,
21 * Memory not allocated to the secure application is allocated to
25 the peripherals are shared between normal mode and secure mode. If some
26 peripherals are required by secure world, it can be done by adding static
32 * Secure interrupts priority > secure threads priority > normal interrupts
43 * secure application: em_starterkit_em7d_secure
46 * secure application: nsim_sem
58 First, you should build the secure application.
87 The bootloader should load the secure and normal application into the correct place,
88 then jump to the entry of the secure application. The entry of normal application
89 is hardcoded in secure application. Secure application will boot normal application.
99 # load secure application first
127 # load secure application