Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
a74185b1
Commit
a74185b1
authored
Jan 23, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Jan 23, 2020
Browse files
Merge "spm-mm: correcting instructions to build SPM for FVP" into integration
parents
29d13744
09035d10
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/components/secure-partition-manager-design.rst
View file @
a74185b1
...
...
@@ -119,7 +119,7 @@ Interface). This will be referred to as the *Standalone MM Secure Partition* in
the rest of this document.
To enable SPM support in TF-A, the source code must be compiled with the build
flag ``
ENABLE_SP
M=1``, along with ``EL3_EXCEPTION_HANDLING=1``. On Arm
flag ``
SPM_M
M=1``, along with ``EL3_EXCEPTION_HANDLING=1``. On Arm
platforms the build option ``ARM_BL31_IN_DRAM`` must be set to 1. Also, the
location of the binary that contains the BL32 image
(``BL32=path/to/image.bin``) must be specified.
...
...
@@ -133,7 +133,7 @@ image in the FIP:
.. code:: shell
BL32=path/to/standalone/mm/sp BL33=path/to/bl33.bin \
make PLAT=fvp
ENABLE_SPM
=1 ARM_BL31_IN_DRAM=1
fip all
make PLAT=fvp
SPM_MM=1 EL3_EXCEPTION_HANDLING
=1 ARM_BL31_IN_DRAM=1
all fip
Describing Secure Partition resources
-------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment