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
cfd2e04a
Unverified
Commit
cfd2e04a
authored
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1444 from jts-arm/docs
Fix typos in documentation
parents
ebce735d
677ad32c
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
v1.6-rc1
v1.6-rc0
arm_cca_v0.2
arm_cca_v0.1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/porting-guide.rst
+5
-0
docs/porting-guide.rst
docs/user-guide.rst
+11
-12
docs/user-guide.rst
with
16 additions
and
12 deletions
+16
-12
docs/porting-guide.rst
View file @
cfd2e04a
...
...
@@ -1661,6 +1661,7 @@ Function : bl2\_plat\_preload\_setup [optional]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
Argument : void
Return : void
...
...
@@ -1674,6 +1675,7 @@ Function : plat\_try\_next\_boot\_source() [optional]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
Argument : void
Return : int
...
...
@@ -1704,6 +1706,7 @@ Function : bl2\_el3\_early\_platform\_setup() [mandatory]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
Argument : u_register_t, u_register_t, u_register_t, u_register_t
Return : void
...
...
@@ -1726,6 +1729,7 @@ Function : bl2\_el3\_plat\_arch\_setup() [mandatory]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
Argument : void
Return : void
...
...
@@ -1741,6 +1745,7 @@ Function : bl2\_el3\_plat\_prepare\_exit() [optional]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
Argument : void
Return : void
...
...
This diff is collapsed.
Click to expand it.
docs/user-guide.rst
View file @
cfd2e04a
...
...
@@ -323,10 +323,10 @@ Common build options
-
``
DEBUG
``:
Chooses
between
a
debug
and
release
build
.
It
can
take
either
0
(
release
)
or
1
(
debug
)
as
values
.
0
is
the
default
.
-
``
DYN_DISABLE_AUTH
``:
Enabl
es
the
capability
to
disable
Trusted
Board
Boot
authentication
.
This
option
is
only
meant
to
be
enabled
for
development
platforms
.
Both
TRUSTED_BOARD_BOOT
and
the
LOAD_IMAGE_V2
flags
need
to
be
set
if
this
flag
has
to
be
enabled
.
0
is
the
default
.
-
``
DYN_DISABLE_AUTH
``:
Provid
es
the
capability
to
dynamically
disable
Trusted
Board
Boot
authentication
at
runtime
.
This
option
is
meant
to
be
enabled
only
for
development
platforms
.
Both
TRUSTED_BOARD_BOOT
and
LOAD_IMAGE_V2
flags
must
be
set
if
this
flag
has
to
be
enabled
.
0
is
the
default
.
-
``
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
...
...
@@ -919,8 +919,7 @@ To check the entire source tree, you must first download copies of
``checkpatch.pl``, ``spelling.txt`` and ``const_structs.checkpatch`` available
in the `Linux master tree`_ scripts directory, then set the ``CHECKPATCH``
environment variable to point to ``checkpatch.pl`` (with the other 2 files in
the same directory) and build the target
checkcodebase:
the same directory) and build the target checkcodebase:
::
...
...
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