mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "docs(prerequisites): update software and libraries prerequisites" into integration
This commit is contained in:
commit
08d7a10157
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ Build Host
|
||||||
|TF-A| can be built using either a Linux or a Windows machine as the build host.
|
|TF-A| can be built using either a Linux or a Windows machine as the build host.
|
||||||
|
|
||||||
A relatively recent Linux distribution is recommended for building |TF-A|. We
|
A relatively recent Linux distribution is recommended for building |TF-A|. We
|
||||||
have performed tests using Ubuntu 20.04 LTS (64-bit) but other distributions
|
have performed tests using Ubuntu 22.04 LTS (64-bit) but other distributions
|
||||||
should also work fine as a base, provided that the necessary tools and libraries
|
should also work fine as a base, provided that the necessary tools and libraries
|
||||||
can be installed.
|
can be installed.
|
||||||
|
|
||||||
|
@ -77,11 +77,11 @@ supporting tools:
|
||||||
The following libraries are required for Trusted Board Boot and Measured Boot
|
The following libraries are required for Trusted Board Boot and Measured Boot
|
||||||
support:
|
support:
|
||||||
|
|
||||||
- mbed TLS == 2.28.1 (tag: ``mbedtls-2.28.1``)
|
- mbed TLS == 3.4.0 (tag: ``mbedtls-3.4.0``)
|
||||||
|
|
||||||
These tools are optional:
|
These tools are optional:
|
||||||
|
|
||||||
- Device Tree Compiler (DTC) >= 1.4.6
|
- Device Tree Compiler (DTC) >= 1.4.7
|
||||||
|
|
||||||
Needed if you want to rebuild the provided Flattened Device Tree (FDT)
|
Needed if you want to rebuild the provided Flattened Device Tree (FDT)
|
||||||
source files (``.dts`` files). DTC is available for Linux through the package
|
source files (``.dts`` files). DTC is available for Linux through the package
|
||||||
|
|
Loading…
Add table
Reference in a new issue