[PATCH v2 0/2] arm: spl: prepare for jumping to OPTEE

Oleksandr Suvorov oleksandr.suvorov at foundries.io
Sun Oct 17 13:26:55 CEST 2021


This series introduces a weak and ARM-specific function to jump into
OP-TEE from SPL. The ARM-specific function fixes a system halting
when jumping to OP-TEE on some SoCs (the issue was found and fixed
for iMX6Q).

Changes in v2:
- fix: building on evb-rk3229 and evb-rk3288;
- fix: warning about return from noreturn-function.

Oleksandr Suvorov (1):
  spl: make function spl_optee_entry() noreturn

Ricardo Salveti (1):
  arm: spl: prepare for jumping to OPTEE

 arch/arm/lib/spl.c | 11 +++++++++++
 common/spl/spl.c   | 11 +++++++++--
 include/spl.h      | 11 ++++++++++-
 3 files changed, 30 insertions(+), 3 deletions(-)

-- 
2.31.1



More information about the U-Boot mailing list