mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: Rockchip: fix OP-TEE as BL32 installation
@ 2024-11-06 18:57 Ahmad Fatoum
  2024-11-06 18:57 ` [PATCH 1/6] firmware: rockchip: rename from rk3xxx-op-tee.bin to rk3xxx-bl32.bin Ahmad Fatoum
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Ahmad Fatoum @ 2024-11-06 18:57 UTC (permalink / raw)
  To: barebox; +Cc: Robin van der Gracht

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




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-11-08 10:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-06 18:57 [PATCH 0/6] ARM: Rockchip: fix OP-TEE as BL32 installation Ahmad Fatoum
2024-11-06 18:57 ` [PATCH 1/6] firmware: rockchip: rename from rk3xxx-op-tee.bin to rk3xxx-bl32.bin Ahmad Fatoum
2024-11-06 22:13   ` [PATCH] fixup! " Ahmad Fatoum
2024-11-06 18:57 ` [PATCH 2/6] ARM: lds: move stack top section to front of rodata Ahmad Fatoum
2024-11-06 18:57 ` [PATCH 3/6] ARM: Rockchip: fix clang warning about passing 32-bit register operand Ahmad Fatoum
2024-11-07  8:42   ` Marco Felsch
2024-11-07  8:48     ` Ahmad Fatoum
2024-11-06 18:57 ` [PATCH 4/6] ARM: Rockchip: save pointer to scratch memory in global variable Ahmad Fatoum
2024-11-06 18:57 ` [PATCH 5/6] ARM: Rockchip: implement tee.bin v1 header parsing Ahmad Fatoum
2024-11-06 18:57 ` [PATCH 6/6] ARM: Rockchip: use vendor blob OPTEE load addresses Ahmad Fatoum
2024-11-08 10:20 ` [PATCH 0/6] ARM: Rockchip: fix OP-TEE as BL32 installation Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox