mbox series

[0/2] Fix OP-TEE support

Message ID 20240226173719.25629-1-othacehe@gnu.org
Headers show
Series Fix OP-TEE support | expand

Message

Mathieu Othacehe Feb. 26, 2024, 5:37 p.m. UTC
Hello,

This series fixes OP-TEE support on all imx9 boards by starting the ELE RNG
and adding the optional tee.bin binary to the ATF container.

Thanks,

Mathieu

Mathieu Othacehe (2):
  imx9: Fix OP-TEE support
  tools: imx9_image: Reword warning message.

 arch/arm/mach-imx/imx9/container.cfg | 3 ++-
 board/freescale/imx93_evk/spl.c      | 7 +++++++
 board/phytec/phycore_imx93/spl.c     | 7 +++++++
 board/variscite/imx93_var_som/spl.c  | 6 ++++++
 tools/imx9_image.sh                  | 2 +-
 5 files changed, 23 insertions(+), 2 deletions(-)

Comments

Fabio Estevam March 4, 2024, 5:54 p.m. UTC | #1
On Mon, Feb 26, 2024 at 2:37 PM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
> Hello,
>
> This series fixes OP-TEE support on all imx9 boards by starting the ELE RNG
> and adding the optional tee.bin binary to the ATF container.
>
> Thanks,
>
> Mathieu
>
> Mathieu Othacehe (2):
>   imx9: Fix OP-TEE support
>   tools: imx9_image: Reword warning message.

Applied all, thanks.