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
09c731eb
Commit
09c731eb
authored
Mar 17, 2015
by
danh-arm
Browse files
Merge pull request #267 from sandrine-bailleux/sb/doc-fixes
Documentation fixes in 'make help' message and User Guide
parents
007f54b6
4da85bb0
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
09c731eb
...
@@ -627,16 +627,23 @@ cscope:
...
@@ -627,16 +627,23 @@ cscope:
${Q}
cscope
-b
-q
-k
${Q}
cscope
-b
-q
-k
help
:
help
:
@
echo
"usage:
${MAKE}
PLAT=<
${HELP_PLATFORMS}
>
<all|bl1|bl2|bl31|distclean|clean|checkcodebase|checkpatch>
"
@
echo
"usage:
${MAKE}
PLAT=<
${HELP_PLATFORMS}
>
[OPTIONS] [TARGET]
"
@
echo
""
@
echo
""
@
echo
"PLAT is used to specify which platform you wish to build."
@
echo
"PLAT is used to specify which platform you wish to build."
@
echo
"If no platform is specified, PLAT defaults to:
${DEFAULT_PLAT}
"
@
echo
"If no platform is specified, PLAT defaults to:
${DEFAULT_PLAT}
"
@
echo
""
@
echo
""
@
echo
"Please refer to the User Guide for a list of all supported options."
@
echo
"Note that the build system doesn't track dependencies for build "
@
echo
"options. Therefore, if any of the build options are changed "
@
echo
"from a previous build, a clean build must be performed."
@
echo
""
@
echo
"Supported Targets:"
@
echo
"Supported Targets:"
@
echo
" all Build
the BL1, BL2 and BL31
binaries"
@
echo
" all Build
all individual bootloader
binaries"
@
echo
" bl1 Build the BL1 binary"
@
echo
" bl1 Build the BL1 binary"
@
echo
" bl2 Build the BL2 binary"
@
echo
" bl2 Build the BL2 binary"
@
echo
" bl31 Build the BL31 binary"
@
echo
" bl31 Build the BL3-1 binary"
@
echo
" bl32 Build the BL3-2 binary"
@
echo
" fip Build the Firmware Image Package (FIP)"
@
echo
" checkcodebase Check the coding style of the entire source tree"
@
echo
" checkcodebase Check the coding style of the entire source tree"
@
echo
" checkpatch Check the coding style on changes in the current"
@
echo
" checkpatch Check the coding style on changes in the current"
@
echo
" branch against BASE_COMMIT (default origin/master)"
@
echo
" branch against BASE_COMMIT (default origin/master)"
...
@@ -646,7 +653,7 @@ help:
...
@@ -646,7 +653,7 @@ help:
@
echo
" certtool Build the Certificate generation tool"
@
echo
" certtool Build the Certificate generation tool"
@
echo
" fiptool Build the Firmware Image Package(FIP) creation tool"
@
echo
" fiptool Build the Firmware Image Package(FIP) creation tool"
@
echo
""
@
echo
""
@
echo
"
n
ote: most build targets require PLAT to be set to a specific platform."
@
echo
"
N
ote: most build targets require PLAT to be set to a specific platform."
@
echo
""
@
echo
""
@
echo
"example: build all targets for the FVP platform:"
@
echo
"example: build all targets for the FVP platform:"
@
echo
" CROSS_COMPILE=aarch64-none-elf- make PLAT=fvp all"
@
echo
" CROSS_COMPILE=aarch64-none-elf- make PLAT=fvp all"
docs/user-guide.md
View file @
09c731eb
...
@@ -59,6 +59,9 @@ The following tools are required to use the ARM Trusted Firmware:
...
@@ -59,6 +59,9 @@ The following tools are required to use the ARM Trusted Firmware:
wget http://releases.linaro.org/14.07/components/toolchain/binaries/gcc-linaro-aarch64-none-elf-4.9-2014.07_linux.tar.xz
wget http://releases.linaro.org/14.07/components/toolchain/binaries/gcc-linaro-aarch64-none-elf-4.9-2014.07_linux.tar.xz
tar -xf gcc-linaro-aarch64-none-elf-4.9-2014.07_linux.tar.xz
tar -xf gcc-linaro-aarch64-none-elf-4.9-2014.07_linux.tar.xz
*
`libssl-dev`
package to build the certificate generation tool when support
for Trusted Board Boot is needed.
*
(Optional) For debugging, ARM
[
Development Studio 5 (DS-5)
][
DS-5
]
v5.20.
*
(Optional) For debugging, ARM
[
Development Studio 5 (DS-5)
][
DS-5
]
v5.20.
...
...
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