Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
9068257e
Unverified
Commit
9068257e
authored
6 years ago
by
Soby Mathew
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1585 from sandrine-bailleux-arm/sb/doc-fixes
Minor documentation fixes
parents
5b992636
1843a199
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
v2.1
v2.1-rc1
v2.1-rc0
v2.0
v2.0-rc0
v1.6
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/user-guide.rst
+6
-1
docs/user-guide.rst
with
6 additions
and
1 deletion
+6
-1
docs/user-guide.rst
View file @
9068257e
...
...
@@ -396,6 +396,10 @@ Common build options
The
default
is
1
but
is
automatically
disabled
when
the
target
architecture
is
AArch32
.
-
``
ENABLE_SPM
``
:
Boolean
option
to
enable
the
Secure
Partition
Manager
(
SPM
).
Refer
to
the
`
Secure
Partition
Manager
Design
guide
`
_
for
more
details
about
this
feature
.
Default
is
0.
-
``
ENABLE_SVE_FOR_NS
``:
Boolean
option
to
enable
Scalable
Vector
Extension
(
SVE
)
for
the
Non
-
secure
world
only
.
SVE
is
an
optional
architectural
feature
for
AArch64
.
Note
that
when
SVE
is
enabled
for
the
Non
-
secure
world
,
access
...
...
@@ -2076,7 +2080,7 @@ wakeup interrupt from RTC.
.. _Instructions for using Linaro's deliverables on Juno: https://community.arm.com/dev-platforms/w/docs/303/juno
.. _Arm Platforms Portal: https://community.arm.com/dev-platforms/
.. _Development Studio 5 (DS-5): http://www.arm.com/products/tools/software-tools/ds-5/index.php
.. _Linux master tree:
<
https://github.com/torvalds/linux/tree/master/
>
.. _Linux master tree: https://github.com/torvalds/linux/tree/master/
.. _Dia: https://wiki.gnome.org/Apps/Dia/Download
.. _here: psci-lib-integration-guide.rst
.. _Trusted Board Boot: trusted-board-boot.rst
...
...
@@ -2090,3 +2094,4 @@ wakeup interrupt from RTC.
.. _FVP models: https://developer.arm.com/products/system-design/fixed-virtual-platforms
.. _Juno Getting Started Guide: http://infocenter.arm.com/help/topic/com.arm.doc.dui0928e/DUI0928E_juno_arm_development_platform_gsg.pdf
.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
.. _Secure Partition Manager Design guide: secure-partition-manager-design.rst
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help