Last edited 2 years ago

STM32MP1 Developer Package - TF-A

This article aims to give the following information:

  • How to download and install the latest TF-A for the STM32 microprocessor Series
  • Where to find the associated release note
  • Where to find the previous releases (archives)
Warning white.png Warning
To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: Category:Developer Package

1 STM32MP15-Ecosystem-v3.1.0 release[edit source]

  • The STM32MP1 TF-A is delivered through a tarball file named en.SOURCES-tf-a-stm32mp1-openstlinux-5-10-dunfell-mp1-21-11-17_tar.xz for STM32MP157x-EV1 More info green.png and STM32MP157x-DKx More info green.png boards.

  • Download and install the STM32MP1 TF-A

The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA). The detailed content licenses can be found here.

Warning white.png Warning
To download a package, it is recommended to be logged in to your "myst" account [1]. If, trying to download, you encounter a “403 error”, you could try to empty your browser cache to workaround the problem. We are working on the resolution of this problem.
We apologize for this inconvenience
STM32MP1 Developer Package TF-A - STM32MP15-Ecosystem-v3.1.0 release
Download

You need to be logged on my.st.com before accessing the following link:
en.SOURCES-tf-a-stm32mp1-openstlinux-5-10-dunfell-mp1-21-11-17_tar.xz

Installation
 cd <working directory path>/Developer-Package
  • Download the tarball file in this directory
  • Uncompress the tarball file to get the TF-A (TF-A source code, ST patches...):
 tar xvf en.SOURCES-tf-a-stm32mp1-openstlinux-5-10-dunfell-mp1-21-11-17_tar.xz
 cd stm32mp1-openstlinux-5.10-dunfell-mp1-21-11-17/sources/arm-ostl-linux-gnueabi/tf-a-stm32mp-v2.4-stm32mp-r2-r0
  • Follow instructions given in README.HOW_TO.txt file present in TF-A installation directory as detailed after
Release note

Details about the content of the TF-A are available in the associated STM32MP15 OpenSTLinux release note.

Archive box.png If you are interested in older releases, please have a look into the section Archives.

  • In the <Developer Package installation directory>/stm32mp1-openstlinux-5.10-dunfell-mp1-21-11-17/sources/arm-ostl-linux-gnueabi directory,
  • The TF-A installation directory is named tf-a-stm32mp-<TF-A version>:
tf-a-stm32mp-v2.4-stm32mp-r2-r0			TF-A installation directory
    ├── [*].patch			ST patches to apply during the TF-A preparation (see next chapter)
    ├── tf-a-stm32mp-v2.4-stm32mp-r2		TF-A source code directory
    ├── Makefile.sdk			Makefile for the TF-A compilation
    ├── README.HOW_TO.txt		Helper file for TF-A management: reference for TF-A build
    ├── series				List of all ST patches to apply
    └── tf-a-stm32mp-v2.4-stm32mp-r2-r0.tar.gz	Tarball file of the TF-A source code
  • The FIP artifacts directory is named FIP_artifacts:
FIP_artifacts
├── arm-trusted-firmware
│   ├── bl32
│   │   ├── stm32mp157a-dk1-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157a-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157c-dk2-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157c-ed1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157c-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157d-dk1-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157d-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157f-dk2-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157f-ed1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157f-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   └── tf-a-bl32-stm32mp15.bin	Binary file for bl32 stage
│   └── fwconfig
│       ├── stm32mp157a-dk1-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157a-dk1-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157a-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157a-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-dk2-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157c-dk2-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157c-ed1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-ed1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157d-dk1-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157d-dk1-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157d-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157d-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157f-dk2-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157f-dk2-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157f-ed1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157f-ed1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157f-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       └── stm32mp157f-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
├── optee
│   ├── tee-header_v2-stm32mp157a-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157a-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157c-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157c-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157c-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157d-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157d-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157f-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157f-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157f-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157a-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157a-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157c-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157c-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157c-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157d-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157d-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157f-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157f-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157f-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157a-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157a-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157c-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157c-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157c-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157d-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157d-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157f-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157f-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   └── tee-pager_v2-stm32mp157f-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
├── u-boot
│   ├── u-boot-nodtb-stm32mp15.bin
│   ├── u-boot-stm32mp157a-dk1-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157a-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157c-dk2-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157c-ed1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157c-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157d-dk1-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157d-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157f-dk2-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157f-ed1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   └── u-boot-stm32mp157f-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards


2 Archives Archive box.png[edit source]

This wiki is for the v3 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives.

2.1 STM32MP15-Ecosystem-v3.0.0 release[edit source]

  • The STM32MP1 TF-A is delivered through a tarball file named en.SOURCES-tf-a-stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31.tar.xz for STM32MP157x-EV1 More info green.png and STM32MP157x-DKx More info green.png boards.
  • Download and install the STM32MP1 TF-A

The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA). The detailed content licenses can be found here.

Warning white.png Warning
To download a package, it is recommended to be logged in to your "myst" account [2]. If, trying to download, you encounter a “403 error”, you could try to empty your browser cache to workaround the problem. We are working on the resolution of this problem.
We apologize for this inconvenience
STM32MP1 Developer Package TF-A - STM32MP15-Ecosystem-v3.0.0 release
Download

You need to be logged on my.st.com before accessing the following link:
en.SOURCES-tf-a-stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31.tar.xz

Installation
 cd <working directory path>/Developer-Package
  • Download the tarball file in this directory
  • Uncompress the tarball file to get the TF-A (TF-A source code, ST patches...):
 tar xvf en.SOURCES-tf-a-stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31.tar.xz
 cd stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31/sources/arm-ostl-linux-gnueabi/
  • Follow instructions given in README.HOW_TO.txt file present in TF-A installation directory as detailed after
Release note

Details about the content of the TF-A are available in the associated STM32MP15 OpenSTLinux release note.

Archive box.png If you are interested in older releases, please have a look into the section Archives.

  • In the <Developer Package installation directory>/stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31/sources/arm-ostl-linux-gnueabi directory,
  • The TF-A installation directory is named tf-a-stm32mp-<TF-A version>:
tf-a-stm32mp-2.4.r1-r0			TF-A installation directory
    ├── [*].patch			ST patches to apply during the TF-A preparation (see next chapter)
    ├── tf-a-stm32mp-2.4.r1		TF-A source code directory
    ├── Makefile.sdk			Makefile for the TF-A compilation
    ├── README.HOW_TO.txt		Helper file for TF-A management: reference for TF-A build
    ├── series				List of all ST patches to apply
    └── tf-a-stm32mp-2.4.r1-r0.tar.gz	Tarball file of the TF-A source code
  • The FIP artifacts directory is named FIP_artifacts:
FIP_artifacts
├── arm-trusted-firmware
│   ├── bl32
│   │   ├── stm32mp157a-dk1-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157a-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157c-dk2-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157c-ed1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157c-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157d-dk1-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157d-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157f-dk2-bl32.dtb	Device tree for TF-A → STM32MP15 Discovery kits
│   │   ├── stm32mp157f-ed1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   ├── stm32mp157f-ev1-bl32.dtb	Device tree for TF-A → STM32MP15 Evaluation boards
│   │   └── tf-a-bl32-stm32mp15.bin	Binary file for bl32 stage
│   └── fwconfig
│       ├── stm32mp157a-dk1-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157a-dk1-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157a-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157a-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-dk2-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157c-dk2-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157c-ed1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-ed1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157c-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157d-dk1-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157d-dk1-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157d-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157d-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157f-dk2-fw-config-optee.dtb		Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157f-dk2-fw-config-trusted.dtb	Device tree for FW config → STM32MP15 Discovery kits
│       ├── stm32mp157f-ed1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       ├── stm32mp157f-ed1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
│       ├── stm32mp157f-ev1-fw-config-optee.dtb		Device tree for FW config → Evaluation boards
│       └── stm32mp157f-ev1-fw-config-trusted.dtb	Device tree for FW config → Evaluation boards
├── optee
│   ├── tee-header_v2-stm32mp157a-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157a-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157c-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157c-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157c-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157d-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157d-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157f-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-header_v2-stm32mp157f-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-header_v2-stm32mp157f-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157a-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157a-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157c-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157c-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157c-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157d-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157d-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157f-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pageable_v2-stm32mp157f-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pageable_v2-stm32mp157f-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157a-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157a-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157c-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157c-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157c-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157d-dk1.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157d-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   ├── tee-pager_v2-stm32mp157f-dk2.bin	Binary file for OP-TEE OS → STM32MP15 Discovery kits
│   ├── tee-pager_v2-stm32mp157f-ed1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
│   └── tee-pager_v2-stm32mp157f-ev1.bin	Binary file for OP-TEE OS → STM32MP15 Evaluation boards
├── u-boot
│   ├── u-boot-nodtb-stm32mp15.bin
│   ├── u-boot-stm32mp157a-dk1-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157a-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157c-dk2-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157c-ed1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157c-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157d-dk1-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157d-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   ├── u-boot-stm32mp157f-dk2-trusted.dtb	Device tree for U-Boot → STM32MP15 Discovery kits
│   ├── u-boot-stm32mp157f-ed1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards
│   └── u-boot-stm32mp157f-ev1-trusted.dtb	Device tree for U-Boot → STM32MP15 Evaluation boards