mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(docs): put INIT_UNUSED_NS_EL2 docs back
Commit b65dfe40a
removed the documentation for this flag in error. Put
it back.
Change-Id: I61a352553a010385997c47116b53d2fbe939ccd4
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
This commit is contained in:
parent
ae952c1e51
commit
4557c0c001
1 changed files with 4 additions and 0 deletions
|
@ -708,6 +708,10 @@ Common build options
|
|||
invert this behavior. Lower addresses will be printed at the top and higher
|
||||
addresses at the bottom.
|
||||
|
||||
- ``INIT_UNUSED_NS_EL2``: This build flag guards code that disables EL2
|
||||
safely in scenario where NS-EL2 is present but unused. This flag is set to 0
|
||||
by default. Platforms without NS-EL2 in use must enable this flag.
|
||||
|
||||
- ``KEY_ALG``: This build flag enables the user to select the algorithm to be
|
||||
used for generating the PKCS keys and subsequent signing of the certificate.
|
||||
It accepts 5 values: ``rsa``, ``rsa_1_5``, ``ecdsa``, ``ecdsa-brainpool-regular``
|
||||
|
|
Loading…
Add table
Reference in a new issue