Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv7/
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()
Dvirt-v7.c54 #ifdef CONFIG_ARMV7_SECURE_BASE in relocate_secure_section()
58 memcpy((void *)CONFIG_ARMV7_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
60 flush_dcache_range(CONFIG_ARMV7_SECURE_BASE, in relocate_secure_section()
61 CONFIG_ARMV7_SECURE_BASE + szflush); in relocate_secure_section()
/external/u-boot/arch/arm/cpu/
Du-boot.lds20 #if defined(CONFIG_ARMV7_SECURE_BASE) && defined(CONFIG_ARMV7_NONSEC)
22 * If CONFIG_ARMV7_SECURE_BASE is true, secure code will not
25 * CONFIG_ARMV7_SECURE_BASE, which is the linking and running
28 * If CONFIG_ARMV7_SECURE_BASE is undefined, the secure zone will
34 * So DISCARD is only for CONFIG_ARMV7_SECURE_BASE.
53 #ifndef CONFIG_ARMV7_SECURE_BASE
60 #ifndef CONFIG_ARMV7_SECURE_BASE
61 #define CONFIG_ARMV7_SECURE_BASE macro
65 .secure_text CONFIG_ARMV7_SECURE_BASE : section
/external/u-boot/arch/arm/mach-tegra/
Dap.c172 BUILD_BUG_ON(CONFIG_ARMV7_SECURE_BASE & 0xFFFFF); in protect_secure_section()
175 writel(CONFIG_ARMV7_SECURE_BASE, &mc->mc_security_cfg0); in protect_secure_section()
/external/u-boot/include/configs/
Dsun6i.h23 #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE macro
Dsun7i.h21 #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE macro
Djetson-tk1.h47 #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 macro
Dcei-tk1-som.h53 #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 macro
Dmx7_common.h49 #define CONFIG_ARMV7_SECURE_BASE 0x00900000 macro
Dapalis-tk1.h154 #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 macro
Dstm32mp1.h22 #define CONFIG_ARMV7_SECURE_BASE STM32_SYSRAM_BASE macro
Dls1021aiot.h9 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR macro
Dls1021atwr.h11 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR macro
Dls1021aqds.h11 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR macro
/external/u-boot/arch/arm/include/asm/
Dsecure.h9 #if defined(CONFIG_ARMV7_SECURE_BASE) || defined(CONFIG_ARMV8_SECURE_BASE)
/external/u-boot/scripts/
Dconfig_whitelist.txt56 CONFIG_ARMV7_SECURE_BASE