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
cc0dcf42
Unverified
Commit
cc0dcf42
authored
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1899 from jts-arm/docs
Add USE_ROMLIB build option to user guide
parents
3481800f
5a8f0a3f
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
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
-0
docs/user-guide.rst
with
6 additions
and
0 deletions
+6
-0
docs/user-guide.rst
View file @
cc0dcf42
...
...
@@ -742,6 +742,11 @@ Common build options
(
Coherent
memory
region
is
included
)
or
0
(
Coherent
memory
region
is
excluded
).
Default
is
1.
-
``
USE_ROMLIB
``:
This
flag
determines
whether
library
at
ROM
will
be
used
.
This
feature
creates
a
library
of
functions
to
be
placed
in
ROM
and
thus
reduces
SRAM
usage
.
Refer
to
`
Library
at
ROM
`
_
for
further
details
.
Default
is
0.
-
``
V
``:
Verbose
build
.
If
assigned
anything
other
than
0
,
the
build
commands
are
printed
.
Default
is
0.
...
...
@@ -2102,3 +2107,4 @@ wakeup interrupt from RTC.
.. _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
.. _`Trusted Firmware-A Coding Guidelines`: coding-guidelines.rst
_`Library at ROM`: romlib-design.rst
\ No newline at end of file
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