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
dc593ddc
Commit
dc593ddc
authored
5 years ago
by
Soby Mathew
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "doc: Document E and W build options" into integration
parents
cb60e71e
08455b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/getting_started/user-guide.rst
+6
-0
docs/getting_started/user-guide.rst
with
6 additions
and
0 deletions
+6
-0
docs/getting_started/user-guide.rst
View file @
dc593ddc
...
...
@@ -401,6 +401,8 @@ Common build options
for
development
platforms
.
``
TRUSTED_BOARD_BOOT
``
flag
must
be
set
if
this
flag
has
to
be
enabled
.
0
is
the
default
.
-
``
E
``:
Boolean
option
to
make
warnings
into
errors
.
Default
is
1.
-
``
EL3_PAYLOAD_BASE
``:
This
option
enables
booting
an
EL3
payload
instead
of
the
normal
boot
flow
.
It
must
specify
the
entry
point
address
of
the
EL3
payload
.
Please
refer
to
the
"Booting an EL3 payload"
section
for
more
...
...
@@ -785,6 +787,10 @@ Common build options
Defaults to a string formed by concatenating the version number, build type
and build string.
- ``W``: Warning level. Some compiler warning options of interest have been
regrouped and put in the root Makefile. This flag can take the values 0 to 3,
each level enabling more warning options. Default is 0.
- ``WARMBOOT_ENABLE_DCACHE_EARLY`` : Boolean option to enable D-cache early on
the CPU after warm boot. This is applicable for platforms which do not
require interconnect programming to enable cache coherency (eg: single
...
...
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