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
f1c94d1e
"vscode:/vscode.git/clone" did not exist on "a87c4ef0b1a184485e29a86874ea761aaafce0f7"
Commit
f1c94d1e
authored
Jan 14, 2020
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
Jan 14, 2020
Browse files
Merge "rpi4: Fix documentation of armstub config entry" into integration
parents
2aa60e70
43309051
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/plat/rpi4.rst
View file @
f1c94d1e
...
@@ -24,11 +24,10 @@ one universal binary (bl31.bin), which can be built with:
...
@@ -24,11 +24,10 @@ one universal binary (bl31.bin), which can be built with:
CROSS_COMPILE
=
aarch64
-
linux
-
gnu
-
make
PLAT
=
rpi4
DEBUG
=
1
CROSS_COMPILE
=
aarch64
-
linux
-
gnu
-
make
PLAT
=
rpi4
DEBUG
=
1
Copy
the
generated
build
/
rpi4
/
debug
/
bl31
.
bin
to
the
SD
card
,
either
Copy
the
generated
build
/
rpi4
/
debug
/
bl31
.
bin
to
the
SD
card
,
adding
an
entry
renaming
it
to
``
armstub8
.
bin
``
or
adding
an
entry
starting
with
``
armstub
=``,
starting
with
``
armstub
=``,
then
followed
by
the
respective
file
name
to
then
followed
by
the
respective
file
name
to
``
config
.
txt
``.
``
config
.
txt
``.
You
should
have
AArch64
code
in
the
file
loaded
as
the
You
should
have
AArch64
code
in
the
file
loaded
as
the
"kernel"
,
as
BL31
"kernel"
,
as
BL31
will
drop
into
AArch64
/
EL2
to
the
respective
load
address
.
will
drop
into
AArch64
/
EL2
to
the
respective
load
address
.
arm64
Linux
kernels
are
known
to
work
this
way
.
arm64
Linux
kernels
are
known
to
work
this
way
.
Other
options
that
should
be
set
in
``
config
.
txt
``
to
properly
boot
64
-
bit
Other
options
that
should
be
set
in
``
config
.
txt
``
to
properly
boot
64
-
bit
...
...
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