xref: /rk3399_ARM-atf/make_helpers/defaults.mk (revision ee580c2d110971370e80b124dfb63f0e9176c4b7)
12fae4b1eSJeenu Viswambharan#
2593ae354SBoyan Karatotev# Copyright (c) 2016-2025, Arm Limited. All rights reserved.
32fae4b1eSJeenu Viswambharan#
482cb2c1aSdp-arm# SPDX-License-Identifier: BSD-3-Clause
52fae4b1eSJeenu Viswambharan#
62fae4b1eSJeenu Viswambharan
72fae4b1eSJeenu Viswambharan# Default, static values for build variables, listed in alphabetic order.
82fae4b1eSJeenu Viswambharan# Dependencies between build options, if any, are handled in the top-level
92fae4b1eSJeenu Viswambharan# Makefile, after this file is included. This ensures that the former is better
102fae4b1eSJeenu Viswambharan# poised to handle dependencies, as all build variables would have a default
112fae4b1eSJeenu Viswambharan# value by then.
122fae4b1eSJeenu Viswambharan
13*ee580c2dSBoyan Karatotev# Warning level to give to the compiler
14*ee580c2dSBoyan KaratotevW				:= 0
15*ee580c2dSBoyan Karatotev
168fd9d4d5SAntonio Nino Diaz# Use T32 by default
178fd9d4d5SAntonio Nino DiazAARCH32_INSTRUCTION_SET		:= T32
188fd9d4d5SAntonio Nino Diaz
192fae4b1eSJeenu Viswambharan# The AArch32 Secure Payload to be built as BL32 image
202fae4b1eSJeenu ViswambharanAARCH32_SP			:= none
212fae4b1eSJeenu Viswambharan
222fae4b1eSJeenu Viswambharan# The Target build architecture. Supported values are: aarch64, aarch32.
232fae4b1eSJeenu ViswambharanARCH				:= aarch64
242fae4b1eSJeenu Viswambharan
25f1821790SAlexei Fedorov# ARM Architecture feature modifiers: none by default
26f1821790SAlexei FedorovARM_ARCH_FEATURE		:= none
27f1821790SAlexei Fedorov
28c877b414SJeenu Viswambharan# ARM Architecture major and minor versions: 8.0 by default.
29c877b414SJeenu ViswambharanARM_ARCH_MAJOR			:= 8
30c877b414SJeenu ViswambharanARM_ARCH_MINOR			:= 0
31c877b414SJeenu Viswambharan
322fae4b1eSJeenu Viswambharan# Base commit to perform code check on
332fae4b1eSJeenu ViswambharanBASE_COMMIT			:= origin/master
342fae4b1eSJeenu Viswambharan
35b1d27b48SRoberto Vargas# Execute BL2 at EL3
3642d4d3baSArvind Ram PrakashRESET_TO_BL2			:= 0
37b1d27b48SRoberto Vargas
3846789a7cSBalint Dobszay# Only use SP packages if SP layout JSON is defined
3946789a7cSBalint DobszayBL2_ENABLE_SP_LOAD		:= 0
4046789a7cSBalint Dobszay
417d173fc5SJiafei Pan# BL2 image is stored in XIP memory, for now, this option is only supported
4242d4d3baSArvind Ram Prakash# when RESET_TO_BL2 is 1.
437d173fc5SJiafei PanBL2_IN_XIP_MEM			:= 0
447d173fc5SJiafei Pan
45b90f207aSHadi Asyrafi# Do dcache invalidate upon BL2 entry at EL3
46b90f207aSHadi AsyrafiBL2_INV_DCACHE			:= 1
47b90f207aSHadi Asyrafi
489fc59639SAlexei Fedorov# Select the branch protection features to use.
499fc59639SAlexei FedorovBRANCH_PROTECTION		:= 0
509fc59639SAlexei Fedorov
512fae4b1eSJeenu Viswambharan# By default, consider that the platform may release several CPUs out of reset.
522fae4b1eSJeenu Viswambharan# The platform Makefile is free to override this value.
532fae4b1eSJeenu ViswambharanCOLD_BOOT_SINGLE_CPU		:= 0
542fae4b1eSJeenu Viswambharan
553429c77aSJulius Werner# Flag to compile in coreboot support code. Exclude by default. The coreboot
563429c77aSJulius Werner# Makefile system will set this when compiling TF as part of a coreboot image.
573429c77aSJulius WernerCOREBOOT			:= 0
583429c77aSJulius Werner
592fae4b1eSJeenu Viswambharan# For Chain of Trust
602fae4b1eSJeenu ViswambharanCREATE_KEYS			:= 1
612fae4b1eSJeenu Viswambharan
622fae4b1eSJeenu Viswambharan# Build flag to include AArch32 registers in cpu context save and restore during
632fae4b1eSJeenu Viswambharan# world switch. This flag must be set to 0 for AArch64-only platforms.
642fae4b1eSJeenu ViswambharanCTX_INCLUDE_AARCH32_REGS	:= 1
652fae4b1eSJeenu Viswambharan
662fae4b1eSJeenu Viswambharan# Include FP registers in cpu context
672fae4b1eSJeenu ViswambharanCTX_INCLUDE_FPREGS		:= 0
682fae4b1eSJeenu Viswambharan
6942422622SMadhukar Pappireddy# Include SVE registers in cpu context
7042422622SMadhukar PappireddyCTX_INCLUDE_SVE_REGS		:= 0
7142422622SMadhukar Pappireddy
722fae4b1eSJeenu Viswambharan# Debug build
732fae4b1eSJeenu ViswambharanDEBUG				:= 0
742fae4b1eSJeenu Viswambharan
757cda17bbSSumit Garg# By default disable authenticated decryption support.
767cda17bbSSumit GargDECRYPTION_SUPPORT		:= none
777cda17bbSSumit Garg
782fae4b1eSJeenu Viswambharan# Build platform
792fae4b1eSJeenu ViswambharanDEFAULT_PLAT			:= fvp
802fae4b1eSJeenu Viswambharan
819e4609f1SChristoph Müllner# Disable the generation of the binary image (ELF only).
829e4609f1SChristoph MüllnerDISABLE_BIN_GENERATION		:= 0
839e4609f1SChristoph Müllner
84209a60ccSSoby Mathew# Enable capability to disable authentication dynamically. Only meant for
85209a60ccSSoby Mathew# development platforms.
86209a60ccSSoby MathewDYN_DISABLE_AUTH		:= 0
87209a60ccSSoby Mathew
8868120783SChris Kay# Enable the Maximum Power Mitigation Mechanism on supporting cores.
8968120783SChris KayENABLE_MPMM			:= 0
9068120783SChris Kay
912b5e00d4SBoyan Karatotev# Enable support for powerdown abandons
922b5e00d4SBoyan KaratotevFEAT_PABANDON			:= 0
932b5e00d4SBoyan Karatotev
943bd17c0fSSoby Mathew# Flag to Enable Position Independant support (PIE)
953bd17c0fSSoby MathewENABLE_PIE			:= 0
963bd17c0fSSoby Mathew
972fae4b1eSJeenu Viswambharan# Flag to enable Performance Measurement Framework
982fae4b1eSJeenu ViswambharanENABLE_PMF			:= 0
992fae4b1eSJeenu Viswambharan
1002fae4b1eSJeenu Viswambharan# Flag to enable PSCI STATs functionality
1012fae4b1eSJeenu ViswambharanENABLE_PSCI_STAT		:= 0
1022fae4b1eSJeenu Viswambharan
1032fae4b1eSJeenu Viswambharan# Flag to enable runtime instrumentation using PMF
1042fae4b1eSJeenu ViswambharanENABLE_RUNTIME_INSTRUMENTATION	:= 0
1052fae4b1eSJeenu Viswambharan
10651faada7SDouglas Raillard# Flag to enable stack corruption protection
10751faada7SDouglas RaillardENABLE_STACK_PROTECTOR		:= 0
10851faada7SDouglas Raillard
10921b818c0SJeenu Viswambharan# Flag to enable exception handling in EL3
11021b818c0SJeenu ViswambharanEL3_EXCEPTION_HANDLING		:= 0
11121b818c0SJeenu Viswambharan
112593ae354SBoyan Karatotev# Flag to include all errata for all CPUs TF-A implements workarounds for
113593ae354SBoyan Karatotev# Its supposed to be used only for testing.
114593ae354SBoyan KaratotevENABLE_ERRATA_ALL		:= 0
115593ae354SBoyan Karatotev
116c6ba9b45SSumit Garg# By default BL31 encryption disabled
117c6ba9b45SSumit GargENCRYPT_BL31			:= 0
118c6ba9b45SSumit Garg
119c6ba9b45SSumit Garg# By default BL32 encryption disabled
120c6ba9b45SSumit GargENCRYPT_BL32			:= 0
121c6ba9b45SSumit Garg
122c6ba9b45SSumit Garg# Default dummy firmware encryption key
123c6ba9b45SSumit GargENC_KEY	:= 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
124c6ba9b45SSumit Garg
125c6ba9b45SSumit Garg# Default dummy nonce for firmware encryption
126c6ba9b45SSumit GargENC_NONCE			:= 1234567890abcdef12345678
127c6ba9b45SSumit Garg
1282fae4b1eSJeenu Viswambharan# Build flag to treat usage of deprecated platform and framework APIs as error.
1292fae4b1eSJeenu ViswambharanERROR_DEPRECATED		:= 0
1302fae4b1eSJeenu Viswambharan
1311a7c1cfeSJeenu Viswambharan# Fault injection support
1321a7c1cfeSJeenu ViswambharanFAULT_INJECTION_SUPPORT		:= 0
1331a7c1cfeSJeenu Viswambharan
1346a0da736SJayanth Dodderi Chidanand# Flag to enable architectural features detection mechanism
1356a0da736SJayanth Dodderi ChidanandFEATURE_DETECTION		:= 0
1366a0da736SJayanth Dodderi Chidanand
1371c75d5dfSMasahiro Yamada# Byte alignment that each component in FIP is aligned to
1381c75d5dfSMasahiro YamadaFIP_ALIGN			:= 0
1391c75d5dfSMasahiro Yamada
1402fae4b1eSJeenu Viswambharan# Default FIP file name
1412fae4b1eSJeenu ViswambharanFIP_NAME			:= fip.bin
1422fae4b1eSJeenu Viswambharan
1432fae4b1eSJeenu Viswambharan# Default FWU_FIP file name
1442fae4b1eSJeenu ViswambharanFWU_FIP_NAME			:= fwu_fip.bin
1452fae4b1eSJeenu Viswambharan
146c6ba9b45SSumit Garg# By default firmware encryption with SSK
147c6ba9b45SSumit GargFW_ENC_STATUS			:= 0
148c6ba9b45SSumit Garg
1492fae4b1eSJeenu Viswambharan# For Chain of Trust
1502fae4b1eSJeenu ViswambharanGENERATE_COT			:= 0
1512fae4b1eSJeenu Viswambharan
152d766084fSAlexeiFedorov# Default number of 512 blocks per bitlock
153d766084fSAlexeiFedorovRME_GPT_BITLOCK_BLOCK		:= 1
154d766084fSAlexeiFedorov
155ec0088bbSAlexeiFedorov# Default maximum size of GPT contiguous block
15601faa994SSoby MathewRME_GPT_MAX_BLOCK		:= 512
157ec0088bbSAlexeiFedorov
15874dce7faSJeenu Viswambharan# Hint platform interrupt control layer that Group 0 interrupts are for EL3. By
15974dce7faSJeenu Viswambharan# default, they are for Secure EL1.
16074dce7faSJeenu ViswambharanGICV2_G0_FOR_EL3		:= 0
16174dce7faSJeenu Viswambharan
1625d893410SBoyan Karatotev# Generic implementation of a GICvX driver
1635d893410SBoyan KaratotevUSE_GIC_DRIVER			:= 0
1645d893410SBoyan Karatotev
16546cc41d5SManish Pandey# Route NS External Aborts to EL3. Disabled by default; External Aborts are handled
16676454abfSJeenu Viswambharan# by lower ELs.
16746cc41d5SManish PandeyHANDLE_EA_EL3_FIRST_NS		:= 0
16876454abfSJeenu Viswambharan
1693ba2c151SRaymond Mao# Enable Handoff protocol using transfer lists
1703ba2c151SRaymond MaoTRANSFER_LIST			:= 0
1713ba2c151SRaymond Mao
1728953568aSLevi Yun# Enable HOB list to generate boot information
1738953568aSLevi YunHOB_LIST			:= 0
1748953568aSLevi Yun
175538516f5SBipin Ravi# Enables support for the gcc compiler option "-mharden-sls=all".
176538516f5SBipin Ravi# By default, disables all SLS hardening.
177538516f5SBipin RaviHARDEN_SLS			:= 0
178538516f5SBipin Ravi
179ae3cf1ffSAlexei Fedorov# Secure hash algorithm flag, accepts 3 values: sha256, sha384 and sha512.
180ae3cf1ffSAlexei Fedorov# The default value is sha256.
181ae3cf1ffSAlexei FedorovHASH_ALG			:= sha256
182ae3cf1ffSAlexei Fedorov
1833c251af3SJeenu Viswambharan# Whether system coherency is managed in hardware, without explicit software
1843c251af3SJeenu Viswambharan# operations.
1853c251af3SJeenu ViswambharanHW_ASSISTED_COHERENCY		:= 0
1863c251af3SJeenu Viswambharan
1870ed3be6fSVarun Wadekar# Flag to enable trapping of implementation defined sytem registers
1880ed3be6fSVarun WadekarIMPDEF_SYSREG_TRAP		:= 0
1890ed3be6fSVarun Wadekar
1902091755cSSoby Mathew# Set the default algorithm for the generation of Trusted Board Boot keys
1912091755cSSoby MathewKEY_ALG				:= rsa
1922091755cSSoby Mathew
193ee15a172SLeonardo Sandoval# Set the default key size in case KEY_ALG is rsa
194ee15a172SLeonardo Sandovalifeq ($(KEY_ALG),rsa)
195ee15a172SLeonardo SandovalKEY_SIZE			:= 2048
196ee15a172SLeonardo Sandovalendif
197ee15a172SLeonardo Sandoval
1988c105290SAlexei Fedorov# Option to build TF with Measured Boot support
1998c105290SAlexei FedorovMEASURED_BOOT			:= 0
2008c105290SAlexei Fedorov
20136e3d877SAbhi.Singh# Option to build TF with Discrete TPM support
20236e3d877SAbhi.SinghDISCRETE_TPM			:= 0
20336e3d877SAbhi.Singh
204e7f1181fSTamas Ban# Option to enable the DICE Protection Environmnet as a Measured Boot backend
205e7f1181fSTamas BanDICE_PROTECTION_ENVIRONMENT	:=0
206e7f1181fSTamas Ban
2072fae4b1eSJeenu Viswambharan# NS timer register save and restore
2082fae4b1eSJeenu ViswambharanNS_TIMER_SWITCH			:= 0
2092fae4b1eSJeenu Viswambharan
21077f1f7a1SVarun Wadekar# Include lib/libc in the final image
21177f1f7a1SVarun WadekarOVERRIDE_LIBC			:= 0
21277f1f7a1SVarun Wadekar
2132fae4b1eSJeenu Viswambharan# Build PL011 UART driver in minimal generic UART mode
2142fae4b1eSJeenu ViswambharanPL011_GENERIC_UART		:= 0
2152fae4b1eSJeenu Viswambharan
2162fae4b1eSJeenu Viswambharan# By default, consider that the platform's reset address is not programmable.
2172fae4b1eSJeenu Viswambharan# The platform Makefile is free to override this value.
2182fae4b1eSJeenu ViswambharanPROGRAMMABLE_RESET_ADDRESS	:= 0
2192fae4b1eSJeenu Viswambharan
22073308618SAntonio Nino Diaz# Flag used to choose the power state format: Extended State-ID or Original
2212fae4b1eSJeenu ViswambharanPSCI_EXTENDED_STATE_ID		:= 0
2222fae4b1eSJeenu Viswambharan
22364b4710bSWing Li# Enable PSCI OS-initiated mode support
22464b4710bSWing LiPSCI_OS_INIT_MODE		:= 0
22564b4710bSWing Li
2268db17052SBoyan Karatotev# SMCCC_ARCH_FEATURE_AVAILABILITY support
2278db17052SBoyan KaratotevARCH_FEATURE_AVAILABILITY	:= 0
2288db17052SBoyan Karatotev
2292fae4b1eSJeenu Viswambharan# By default, BL1 acts as the reset handler, not BL31
2302fae4b1eSJeenu ViswambharanRESET_TO_BL31			:= 0
2312fae4b1eSJeenu Viswambharan
2322fae4b1eSJeenu Viswambharan# For Chain of Trust
2332fae4b1eSJeenu ViswambharanSAVE_KEYS			:= 0
2342fae4b1eSJeenu Viswambharan
235b7cb133eSJeenu Viswambharan# Software Delegated Exception support
236b7cb133eSJeenu ViswambharanSDEI_SUPPORT			:= 0
237b7cb133eSJeenu Viswambharan
2380b22e591SJayanth Dodderi Chidanand# True Random Number firmware Interface support
2397dfb9911SJimmy BrissonTRNG_SUPPORT			:= 0
2407dfb9911SJimmy Brisson
241ffea3844SSona Mathew# Check to see if Errata ABI is supported
242ffea3844SSona MathewERRATA_ABI_SUPPORT		:= 0
243ffea3844SSona Mathew
244ef63f5beSSona Mathew# Check to enable Errata ABI for platforms with non-arm interconnect
245ef63f5beSSona MathewERRATA_NON_ARM_INTERCONNECT	:= 0
246ef63f5beSSona Mathew
247c7a28aa7SJeremy Linton# SMCCC PCI support
248c7a28aa7SJeremy LintonSMC_PCI_SUPPORT			:= 0
249c7a28aa7SJeremy Linton
2502fae4b1eSJeenu Viswambharan# Whether code and read-only data should be put on separate memory pages. The
2512fae4b1eSJeenu Viswambharan# platform Makefile is free to override this value.
2522fae4b1eSJeenu ViswambharanSEPARATE_CODE_AND_RODATA	:= 0
2532fae4b1eSJeenu Viswambharan
254f8578e64SSamuel Holland# Put NOBITS sections (.bss, stacks, page tables, and coherent memory) in a
255f8578e64SSamuel Holland# separate memory region, which may be discontiguous from the rest of BL31.
256f8578e64SSamuel HollandSEPARATE_NOBITS_REGION		:= 0
257f8578e64SSamuel Holland
25896a8ed14SJiafei Pan# Put BL2 NOLOAD sections (.bss, stacks, page tables) in a separate memory
25996a8ed14SJiafei Pan# region, platform Makefile is free to override this value.
26096a8ed14SJiafei PanSEPARATE_BL2_NOLOAD_REGION	:= 0
26196a8ed14SJiafei Pan
26286acbbe2SYe Li# Put RW DATA sections (.rwdata) in a separate memory region, which may be
26386acbbe2SYe Li# discontiguous from the rest of BL31.
26486acbbe2SYe LiSEPARATE_RWDATA_REGION		:= 0
26586acbbe2SYe Li
266308ebfa1SMadhukar Pappireddy# Put SIMD context data structures in a separate memory region. Platforms
267308ebfa1SMadhukar Pappireddy# have the choice to put it outside of default BSS region of EL3 firmware.
268308ebfa1SMadhukar PappireddySEPARATE_SIMD_SECTION		:= 0
269308ebfa1SMadhukar Pappireddy
2701dcc28cfSDaniel Boulby# If the BL31 image initialisation code is recalimed after use for the secondary
2711dcc28cfSDaniel Boulby# cores stack
2721dcc28cfSDaniel BoulbyRECLAIM_INIT_CODE		:= 0
2731dcc28cfSDaniel Boulby
2742fae4b1eSJeenu Viswambharan# SPD choice
2752fae4b1eSJeenu ViswambharanSPD				:= none
2762fae4b1eSJeenu Viswambharan
2773f3c341aSPaul Beesley# Enable the Management Mode (MM)-based Secure Partition Manager implementation
2783f3c341aSPaul BeesleySPM_MM				:= 0
2792d7b9e5eSAntonio Nino Diaz
2801d63ae4dSMarc Bonnici# Use the FF-A SPMC implementation in EL3.
2811d63ae4dSMarc BonniciSPMC_AT_EL3			:= 0
2821d63ae4dSMarc Bonnici
283801cd3c8SNishant Sharma# Enable SEL0 SP when SPMC is enabled at EL3
284801cd3c8SNishant SharmaSPMC_AT_EL3_SEL0_SP		:=0
285801cd3c8SNishant Sharma
286033039f8SMax Shvetsov# Use SPM at S-EL2 as a default config for SPMD
287033039f8SMax ShvetsovSPMD_SPM_AT_SEL2		:= 1
288033039f8SMax Shvetsov
2892fae4b1eSJeenu Viswambharan# Flag to introduce an infinite loop in BL1 just before it exits into the next
2902fae4b1eSJeenu Viswambharan# image. This is meant to help debugging the post-BL2 phase.
2912fae4b1eSJeenu ViswambharanSPIN_ON_BL1_EXIT		:= 0
2922fae4b1eSJeenu Viswambharan
2932fae4b1eSJeenu Viswambharan# Flags to build TF with Trusted Boot support
2942fae4b1eSJeenu ViswambharanTRUSTED_BOARD_BOOT		:= 0
2952fae4b1eSJeenu Viswambharan
296e23e057eSAntonio Nino Diaz# Build option to choose whether Trusted Firmware uses Coherent memory or not.
2972fae4b1eSJeenu ViswambharanUSE_COHERENT_MEM		:= 1
2982fae4b1eSJeenu Viswambharan
2990ca3913dSOlivier Deprez# Build option to add debugfs support
3000ca3913dSOlivier DeprezUSE_DEBUGFS			:= 0
3010ca3913dSOlivier Deprez
3020a6e7e3bSLouis Mayencourt# Build option to fconf based io
303a6de824fSLouis MayencourtARM_IO_IN_DTB			:= 0
304cbf9e84aSBalint Dobszay
305cbf9e84aSBalint Dobszay# Build option to support SDEI through fconf
306cbf9e84aSBalint DobszaySDEI_IN_FCONF			:= 0
307452d5e5eSMadhukar Pappireddy
308452d5e5eSMadhukar Pappireddy# Build option to support Secure Interrupt descriptors through fconf
309452d5e5eSMadhukar PappireddySEC_INT_DESC_IN_FCONF		:= 0
3100a6e7e3bSLouis Mayencourt
311e23e057eSAntonio Nino Diaz# Build option to choose whether Trusted Firmware uses library at ROM
3125accce5bSRoberto VargasUSE_ROMLIB			:= 0
3135accce5bSRoberto Vargas
31460e8f3cfSPetre-Ionut Tudor# Build option to choose whether the xlat tables of BL images can be read-only.
31560e8f3cfSPetre-Ionut Tudor# Note that this only serves as a higher level option to PLAT_RO_XLAT_TABLES,
31660e8f3cfSPetre-Ionut Tudor# which is the per BL-image option that actually enables the read-only tables
31760e8f3cfSPetre-Ionut Tudor# API. The reason for having this additional option is to have a common high
31860e8f3cfSPetre-Ionut Tudor# level makefile where we can check for incompatible features/build options.
31960e8f3cfSPetre-Ionut TudorALLOW_RO_XLAT_TABLES		:= 0
32060e8f3cfSPetre-Ionut Tudor
3213bff910dSSandrine Bailleux# Chain of trust.
3223bff910dSSandrine BailleuxCOT				:= tbbr
3233bff910dSSandrine Bailleux
324bb41eb7aSMasahiro Yamada# Use tbbr_oid.h instead of platform_oid.h
325e23e057eSAntonio Nino DiazUSE_TBBR_DEFS			:= 1
326bb41eb7aSMasahiro Yamada
327bcc3c49cSSoby Mathew# Whether to enable D-Cache early during warm boot. This is usually
328bcc3c49cSSoby Mathew# applicable for platforms wherein interconnect programming is not
329bcc3c49cSSoby Mathew# required to enable cache coherency after warm reset (eg: single cluster
330bcc3c49cSSoby Mathew# platforms).
331bcc3c49cSSoby MathewWARMBOOT_ENABLE_DCACHE_EARLY	:= 0
332d832aee9Sdp-arm
333bebcf27fSMark Brown# Default SVE vector length to maximum architected value
334bebcf27fSMark BrownSVE_VECTOR_LEN			:= 2048
335bebcf27fSMark Brown
3361f461979SJustin ChadwellSANITIZE_UB := off
337c97cba4eSSoby Mathew
338c97cba4eSSoby Mathew# For ARMv8.1 (AArch64) platforms, enabling this option selects the spinlock
339c97cba4eSSoby Mathew# implementation variant using the ARMv8.1-LSE compare-and-swap instruction.
340c97cba4eSSoby Mathew# Default: disabled
341c97cba4eSSoby MathewUSE_SPINLOCK_CAS := 0
342edbce9aaSzelalem-aweke
343edbce9aaSzelalem-aweke# Enable Link Time Optimization
344edbce9aaSzelalem-awekeENABLE_LTO			:= 0
34528f39f02SMax Shvetsov
346f1910cc1SGovindraj Raja# This option will include EL2 registers in cpu context save and restore during
347f1910cc1SGovindraj Raja# EL2 firmware entry/exit. Internal flag not meant for direct setting.
348f1910cc1SGovindraj Raja# Use SPD=spmd and SPMD_SPM_AT_SEL2=1 or ENABLE_RME=1 to enable
349f1910cc1SGovindraj Raja# CTX_INCLUDE_EL2_REGS.
35028f39f02SMax ShvetsovCTX_INCLUDE_EL2_REGS		:= 0
3517ff088d1SManish V Badarkhe
35245aecff0SManish V Badarkhe# Select workaround for AT speculative behaviour.
35345aecff0SManish V BadarkheERRATA_SPECULATIVE_AT		:= 0
354fbc44bd1SVarun Wadekar
35545c7328cSBoyan Karatotev# select workaround for SME aborting powerdown
35645c7328cSBoyan KaratotevERRATA_SME_POWER_DOWN		:= 0
35745c7328cSBoyan Karatotev
35800e8f79cSManish Pandey# Trap RAS error record access from Non secure
35900e8f79cSManish PandeyRAS_TRAP_NS_ERR_REC_ACCESS	:= 0
36084ef9cd8SManish V Badarkhe
36184ef9cd8SManish V Badarkhe# Build option to create cot descriptors using fconf
36284ef9cd8SManish V BadarkheCOT_DESC_IN_DTB			:= 0
363582e4e7bSManish V Badarkhe
364cf2dd17dSJuan Pablo Conde# Build option to provide OpenSSL directory path
365582e4e7bSManish V BadarkheOPENSSL_DIR			:= /usr
366fddfb3baSMadhukar Pappireddy
367e95abc4cSSalome Thirot# Select the openssl binary provided in OPENSSL_DIR variable
368e95abc4cSSalome Thirotifeq ("$(wildcard ${OPENSSL_DIR}/bin)", "")
369e95abc4cSSalome Thirot    OPENSSL_BIN_PATH = ${OPENSSL_DIR}/apps
370e95abc4cSSalome Thirotelse
371e95abc4cSSalome Thirot    OPENSSL_BIN_PATH = ${OPENSSL_DIR}/bin
372e95abc4cSSalome Thirotendif
373e95abc4cSSalome Thirot
374fddfb3baSMadhukar Pappireddy# Build option to use the SP804 timer instead of the generic one
375fddfb3baSMadhukar PappireddyUSE_SP804_TIMER			:= 0
3765357f83dSManish V Badarkhe
3775357f83dSManish V Badarkhe# Build option to define number of firmware banks, used in firmware update
3785357f83dSManish V Badarkhe# metadata structure.
3795357f83dSManish V BadarkheNR_OF_FW_BANKS			:= 2
3805357f83dSManish V Badarkhe
3815357f83dSManish V Badarkhe# Build option to define number of images in firmware bank, used in firmware
3825357f83dSManish V Badarkhe# update metadata structure.
3835357f83dSManish V BadarkheNR_OF_IMAGES_IN_FW_BANK		:= 1
384396b339dSManish V Badarkhe
385396b339dSManish V Badarkhe# Disable Firmware update support by default
386396b339dSManish V BadarkhePSA_FWU_SUPPORT			:= 0
387813524eaSManish V Badarkhe
38811d05a77SSughosh Ganu# Enable image description in FWU metadata by default when PSA_FWU_SUPPORT
38911d05a77SSughosh Ganu# is enabled.
39011d05a77SSughosh Ganuifeq ($(PSA_FWU_SUPPORT),1)
39111d05a77SSughosh GanuPSA_FWU_METADATA_FW_STORE_DESC	:= 1
39211d05a77SSughosh Ganuelse
39311d05a77SSughosh GanuPSA_FWU_METADATA_FW_STORE_DESC	:= 0
39411d05a77SSughosh Ganuendif
39511d05a77SSughosh Ganu
39600e28874SManish V Badarkhe# Dynamic Root of Trust for Measurement support
39700e28874SManish V BadarkheDRTM_SUPPORT			:= 0
39804c7303bSOkash Khawaja
39904c7303bSOkash Khawaja# Check platform if cache management operations should be performed.
40004c7303bSOkash Khawaja# Disabled by default.
40104c7303bSOkash KhawajaCONDITIONAL_CMO			:= 0
402890b5088SRaghu Krishnamurthy
403890b5088SRaghu Krishnamurthy# By default, disable SPMD Logical partitions
404890b5088SRaghu KrishnamurthyENABLE_SPMD_LP			:= 0
4055782b890SManish V Badarkhe
4065782b890SManish V Badarkhe# By default, disable PSA crypto (use MbedTLS legacy crypto API).
4075782b890SManish V BadarkhePSA_CRYPTO			:= 0
40885bebe18SSandrine Bailleux
40985bebe18SSandrine Bailleux# getc() support from the console(s).
41085bebe18SSandrine Bailleux# Disabled by default because it constitutes an attack vector into TF-A. It
41185bebe18SSandrine Bailleux# should only be enabled if there is a use case for it.
41285bebe18SSandrine BailleuxENABLE_CONSOLE_GETC		:= 0
413183329a5SArvind Ram Prakash
414183329a5SArvind Ram Prakash# Build option to disable EL2 when it is not used.
415183329a5SArvind Ram Prakash# Most platforms switch from EL3 to NS-EL2 and hence the unused NS-EL2
416183329a5SArvind Ram Prakash# functions must be enabled by platforms if they require it.
417183329a5SArvind Ram Prakash# Disabled by default.
418183329a5SArvind Ram PrakashINIT_UNUSED_NS_EL2		:= 0
4199acff28aSArvind Ram Prakash
4209acff28aSArvind Ram Prakash# Disable including MPAM EL2 registers in context by default since currently
4219acff28aSArvind Ram Prakash# it's only enabled for NS world
4229acff28aSArvind Ram PrakashCTX_INCLUDE_MPAM_REGS		:= 0
423bfef8b90SJuan Pablo Conde
424bfef8b90SJuan Pablo Conde# Enable context memory usage reporting during BL31 setup.
425bfef8b90SJuan Pablo CondePLATFORM_REPORT_CTX_MEM_USE	:= 0
426ae770fedSYann Gautier
427ae770fedSYann Gautier# Enable early console
428ae770fedSYann GautierEARLY_CONSOLE			:= 0
429f99a69c3SArvind Ram Prakash
430f99a69c3SArvind Ram Prakash# Allow platforms to save/restore DSU PMU registers over a power cycle.
431f99a69c3SArvind Ram Prakash# Disabled by default and must be enabled by individual platforms.
432f99a69c3SArvind Ram PrakashPRESERVE_DSU_PMU_REGS		:= 0
4336a88ec8bSRaghu Krishnamurthy
4346a88ec8bSRaghu Krishnamurthy# Enable RMMD to forward attestation requests from RMM to EL3.
4356a88ec8bSRaghu KrishnamurthyRMMD_ENABLE_EL3_TOKEN_SIGN	:= 0
4362132c707SSona Mathew
4372132c707SSona Mathew# Enable RMMD to program and manage IDE Keys at the PCIe Root Port(RP).
4382132c707SSona Mathew# This flag is temporary and it is expected once the interface is
4392132c707SSona Mathew# finalized, this flag will be removed.
4402132c707SSona MathewRMMD_ENABLE_IDE_KEY_PROG	:= 0
441cf48f49fSManish V Badarkhe
442cf48f49fSManish V Badarkhe# Live firmware activation support
443cf48f49fSManish V BadarkheLFA_SUPPORT			:= 0
444d52ff2b3SArvind Ram Prakash
445d52ff2b3SArvind Ram Prakash# Enable support for arm DSU driver.
446d52ff2b3SArvind Ram PrakashUSE_DSU_DRIVER			:= 0
447