This series resulted while getting OP-TEE to work on RK3399. There is no upstream OP-TEE support for the RK3568 or RK3588, but the expectation that loading the blob is analogous to the RK3399, which is fixed by this series. Ahmad Fatoum (6): firmware: rockchip: rename from rk3xxx-op-tee.bin to rk3xxx-bl32.bin ARM: lds: move stack top section to front of rodata ARM: Rockchip: fix clang warning about passing 32-bit register operand ARM: Rockchip: save pointer to scratch memory in global variable ARM: Rockchip: implement tee.bin v1 header parsing ARM: Rockchip: use vendor blob OPTEE load addresses Documentation/boards/rockchip.rst | 11 ++-- arch/arm/lib/pbl.lds.S | 6 +- arch/arm/mach-rockchip/Kconfig | 14 ++-- arch/arm/mach-rockchip/atf.c | 106 +++++++++++++++++++++++++----- arch/arm/mach-rockchip/rockchip.c | 16 +++++ firmware/Makefile | 11 +++- include/mach/rockchip/atf.h | 23 +++++-- include/mach/rockchip/bootrom.h | 30 +++++++-- 8 files changed, 170 insertions(+), 47 deletions(-) -- 2.39.5