diff options
author | dp-arm <dimitris.papastamos@arm.com> | 2016-08-24 13:21:08 +0100 |
---|---|---|
committer | dp-arm <dimitris.papastamos@arm.com> | 2016-09-12 11:01:25 +0100 |
commit | 9df69ba37f3dd3a3f02fc8c0ba41236960b6b771 (patch) | |
tree | 869cf3bc21b77356eb83ef2d21c064408af13b21 /docs | |
parent | 77b05323921c23e4261ddd8fee5c326a79b0af97 (diff) |
fiptool: Add support for printing the sha256 digest with info command
This feature allows one to quickly verify that the expected
image is contained in the FIP without extracting the image and
running sha256sum(1) on it.
The sha256 digest is only shown when the verbose flag is used.
This change requires libssl-dev to be installed in order to build
Trusted Firmware. Previously, libssl-dev was optionally needed only
to support Trusted Board Boot configurations.
Fixes ARM-Software/tf-issues#124
Change-Id: Ifb1408d17f483d482bb270a589ee74add25ec5a6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index a6959b14..d545262c 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -64,7 +64,7 @@ Cygwin, and Msys (MinGW) shells, using version 4.9.1 of the GNU toolchain. Install the required packages to build Trusted Firmware with the following command: - sudo apt-get install build-essential gcc make git + sudo apt-get install build-essential gcc make git libssl-dev Download and install the AArch64 little-endian GCC cross compiler as indicated in the [Linaro instructions][Linaro SW Instructions]. @@ -74,8 +74,6 @@ In addition, the following optional packages and tools may be needed: * `device-tree-compiler` package if you need to rebuild the Flattened Device Tree (FDT) source files (`.dts` files) provided with this software. -* `libssl-dev` package if Trusted Board Boot is enabled in the build. - * For debugging, ARM [Development Studio 5 (DS-5)][DS-5]. |