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 v3: - squashed the fix commit :) Changes in v2: - fix: building on evb-rk3229 and evb-rk3288; - fix: warning about return from noreturn-function. 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