arch: arm: improve help text for ARM_SECURE_FIRMWARE
This commit improves the help text description for K-config option: ARM_SECURE_FIRMWARE. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
391cf424a7
commit
158ea44ed3
1 changed files with 5 additions and 2 deletions
|
@ -62,10 +62,13 @@ config ARM_SECURE_FIRMWARE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
This option indicates that we are building a Zephyr image that
|
||||||
|
is intended to execute in Secure state. The option is only
|
||||||
|
applicable to ARMv8-M MCUs that implement the Security Extension.
|
||||||
|
|
||||||
This option enables Zephyr to include code that executes in
|
This option enables Zephyr to include code that executes in
|
||||||
Secure state, as well as to exclude code that is designed to
|
Secure state, as well as to exclude code that is designed to
|
||||||
execute only in Non-secure state. The option is only applicable
|
execute only in Non-secure state.
|
||||||
to ARMv8-M MCUs that implement the Security Extension.
|
|
||||||
|
|
||||||
Code executing in Secure state has access to both the Secure
|
Code executing in Secure state has access to both the Secure
|
||||||
and Non-Secure resources of the Cortex-M MCU.
|
and Non-Secure resources of the Cortex-M MCU.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue