mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
Merge "feat(gcs): support guarded control stack" into integration
This commit is contained in:
commit
760fbfc490
11 changed files with 69 additions and 1 deletions
|
@ -374,6 +374,12 @@ Common build options
|
|||
can take the values 0 to 2, to align with the ``FEATURE_DETECTION``
|
||||
mechanism. Default value is ``0``.
|
||||
|
||||
- ``ENABLE_FEAT_GCS``: Numeric value to set the bit SCR_EL3.GCSEn in EL3 to
|
||||
allow use of Guarded Control Stack from EL2 as well as adding the GCS
|
||||
registers to the EL2 context save/restore operations. This flag can take
|
||||
the values 0 to 2, to align with the ``FEATURE_DETECTION`` mechanism.
|
||||
Default value is ``0``.
|
||||
|
||||
- ``ENABLE_LTO``: Boolean option to enable Link Time Optimization (LTO)
|
||||
support in GCC for TF-A. This option is currently only supported for
|
||||
AArch64. Default is 0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue