Home
last modified time | relevance | path

Searched refs:CONFIG_ARMV7_SECURE_BASE (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dvirt-dt.c32 if (*start + *size < CONFIG_ARMV7_SECURE_BASE || in armv7_apply_memory_carveout()
33 *start >= (u64)CONFIG_ARMV7_SECURE_BASE + in armv7_apply_memory_carveout()
38 if (*start == CONFIG_ARMV7_SECURE_BASE || in armv7_apply_memory_carveout()
39 *start + *size == (u64)CONFIG_ARMV7_SECURE_BASE + in armv7_apply_memory_carveout()
46 if (*start == CONFIG_ARMV7_SECURE_BASE) in armv7_apply_memory_carveout()
63 #ifndef CONFIG_ARMV7_SECURE_BASE in psci_update_dt()
H A Dvirt-v7.c55 #ifdef CONFIG_ARMV7_SECURE_BASE in relocate_secure_section()
59 memcpy((void *)CONFIG_ARMV7_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
61 flush_dcache_range(CONFIG_ARMV7_SECURE_BASE, in relocate_secure_section()
62 CONFIG_ARMV7_SECURE_BASE + szflush); in relocate_secure_section()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/
H A Du-boot.lds21 #if defined(CONFIG_ARMV7_SECURE_BASE) && defined(CONFIG_ARMV7_NONSEC)
23 * If CONFIG_ARMV7_SECURE_BASE is true, secure code will not
26 * CONFIG_ARMV7_SECURE_BASE, which is the linking and running
29 * If CONFIG_ARMV7_SECURE_BASE is undefined, the secure zone will
35 * So DISCARD is only for CONFIG_ARMV7_SECURE_BASE.
54 #ifndef CONFIG_ARMV7_SECURE_BASE
61 #ifndef CONFIG_ARMV7_SECURE_BASE
62 #define CONFIG_ARMV7_SECURE_BASE macro
66 .secure_text CONFIG_ARMV7_SECURE_BASE : section
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dap.c173 BUILD_BUG_ON(CONFIG_ARMV7_SECURE_BASE & 0xFFFFF); in protect_secure_section()
176 writel(CONFIG_ARMV7_SECURE_BASE, &mc->mc_security_cfg0); in protect_secure_section()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsun6i.h24 #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE macro
H A Dsun7i.h22 #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE macro
H A Djetson-tk1.h48 #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 macro
H A Dcei-tk1-som.h54 #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 macro
H A Dmx7_common.h63 #define CONFIG_ARMV7_SECURE_BASE 0x00900000 macro
H A Dapalis-tk1.h161 #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 macro
H A Dls1021aiot.h10 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR macro
H A Dls1021atwr.h12 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR macro
H A Dls1021aqds.h12 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsecure.h9 #if defined(CONFIG_ARMV7_SECURE_BASE) || defined(CONFIG_ARMV8_SECURE_BASE)
/OK3568_Linux_fs/u-boot/scripts/
H A Dconfig_whitelist.txt74 CONFIG_ARMV7_SECURE_BASE