All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] zynqmp: Add support for secure OS loading
@ 2021-05-31 10:14 Michal Simek
  2021-05-31 10:14 ` [PATCH 1/3] zynqmp: Do not place u-boot to reserved memory location Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michal Simek @ 2021-05-31 10:14 UTC (permalink / raw)
  To: u-boot, git, Ricardo Salveti

Hi,

this series is adding support for working with TEE in much easier and
flexible way.

TF-A can be placed to any location. When it is placed to DDR you should
enable DT support which reserve location where TF-A is
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/10131

The similar DT support can be added to secure OS but I haven't sent that
patches out in OPTEE case yet.

Thanks,
Michal


Michal Simek (3):
  zynqmp: Do not place u-boot to reserved memory location
  zynqmp: Generate u-boot.its also with TEE dynamically
  zynqmp: Pass bl32 entry to TF-A via xilinx handoff structure

 arch/arm/mach-zynqmp/handoff.c          | 19 +++++++++---
 arch/arm/mach-zynqmp/mkimage_fit_atf.sh | 41 ++++++++++++++++++++++++-
 board/xilinx/zynqmp/zynqmp.c            | 21 +++++++++++++
 3 files changed, 75 insertions(+), 6 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-06-10  7:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 10:14 [PATCH 0/3] zynqmp: Add support for secure OS loading Michal Simek
2021-05-31 10:14 ` [PATCH 1/3] zynqmp: Do not place u-boot to reserved memory location Michal Simek
2021-05-31 10:14 ` [PATCH 2/3] zynqmp: Generate u-boot.its also with TEE dynamically Michal Simek
2021-05-31 10:14 ` [PATCH 3/3] zynqmp: Pass bl32 entry to TF-A via xilinx handoff structure Michal Simek
2021-06-10  7:29 ` [PATCH 0/3] zynqmp: Add support for secure OS loading Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.