Fix minor issues in user guide

*   Fix broken link to SCP download.

*   Remove requirement to install `ia32-libs`. This package is no
    longer available in current versions of Ubuntu and is no
    longer required when using the Linaro toolchain.

Change-Id: I9823d535a1d69136685754b7707b73e1eef0978d
This commit is contained in:
Dan Handley 2014-08-28 14:04:06 +01:00
parent b110f61a37
commit d78baf2544
1 changed files with 2 additions and 4 deletions

View File

@ -45,8 +45,6 @@ The following tools are required to use the ARM Trusted Firmware:
* `git` package to obtain source code. * `git` package to obtain source code.
* `ia32-libs` package.
* `build-essential`, `uuid-dev` and `iasl` packages for building UEFI and the * `build-essential`, `uuid-dev` and `iasl` packages for building UEFI and the
Firmware Image Package (FIP) tool. Firmware Image Package (FIP) tool.
@ -921,7 +919,7 @@ detect the legacy VE memory map while configuring the GIC.
The Juno platform requires a BL3-0 image to boot up. This image contains the The Juno platform requires a BL3-0 image to boot up. This image contains the
runtime firmware that runs on the SCP (System Control Processor). It can be runtime firmware that runs on the SCP (System Control Processor). It can be
downloaded from the [ARM Silver SCP website] (requires registration). downloaded from [this ARM website] [SCP download] (requires registration).
Rebuild the Trusted Firmware specifying the BL3-0 image. Refer to the section Rebuild the Trusted Firmware specifying the BL3-0 image. Refer to the section
"Building the Trusted Firmware". Alternatively, the FIP image can be updated "Building the Trusted Firmware". Alternatively, the FIP image can be updated
@ -1020,7 +1018,7 @@ _Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
[Firmware Design]: ./firmware-design.md [Firmware Design]: ./firmware-design.md
[ARM FVP website]: http://www.arm.com/fvp [ARM FVP website]: http://www.arm.com/fvp
[ARM Silver SCP website]: https://silver.arm.com/download/download.tm?pv=1764630 [SCP download]: https://silver.arm.com/download/download.tm?pv=1764630
[Linaro Toolchain]: http://releases.linaro.org/14.07/components/toolchain/binaries/ [Linaro Toolchain]: http://releases.linaro.org/14.07/components/toolchain/binaries/
[EDK2]: http://github.com/tianocore/edk2 [EDK2]: http://github.com/tianocore/edk2
[DS-5]: http://www.arm.com/products/tools/software-tools/ds-5/index.php [DS-5]: http://www.arm.com/products/tools/software-tools/ds-5/index.php