xref: /optee_os-3.20.0/core/arch/arm/cpu/cortex-a15.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1$(call force,CFG_ARM32_core,y)
2$(call force,CFG_ARM64_core,n)
3$(call force,CFG_HWSUPP_MEM_PERM_WXN,y)
4$(call force,CFG_HWSUPP_MEM_PERM_PXN,y)
5arm32-platform-cpuarch 	:= cortex-a15
6arm32-platform-cflags 	+= -mcpu=$(arm32-platform-cpuarch)
7arm32-platform-aflags 	+= -mcpu=$(arm32-platform-cpuarch)
8arm32-platform-cxxflags	+= -mcpu=$(arm32-platform-cpuarch)
9# Program flow prediction may need manual enablement
10CFG_ENABLE_SCTLR_Z ?= y
11

Last Index update Sun Aug 20 00:18:20 CST 2023