public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Enable private ATF handoff structure
@ 2019-12-19 17:31 Michal Simek
  2019-12-19 17:31 ` [PATCH 1/2] spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michal Simek @ 2019-12-19 17:31 UTC (permalink / raw)
  To: u-boot

Hi,

Xilinx ZynqMP platform is using from the beggining specific structure which
is passed from FSBL/SPL to ATF.
Maybe in future both options can be supported by ATF and we can remove this
private structure completely. But as of now bl31_params are completely
ignored by ATF by RESET_TO_BL31=1 build flag.

Thanks,
Michal


Michal Simek (2):
  spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()
  arm: zynqmp: Wire SPL/ATF handoff structure properly

 arch/arm/mach-zynqmp/handoff.c                | 17 +++++++++++-----
 arch/arm/mach-zynqmp/include/mach/sys_proto.h |  2 --
 arch/arm/mach-zynqmp/spl.c                    |  2 --
 common/spl/spl_atf.c                          | 15 +-------------
 include/spl.h                                 | 20 +++++++++++++++++++
 5 files changed, 33 insertions(+), 23 deletions(-)

-- 
2.24.0

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

end of thread, other threads:[~2020-01-17  6:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 17:31 [PATCH 0/2] Enable private ATF handoff structure Michal Simek
2019-12-19 17:31 ` [PATCH 1/2] spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() Michal Simek
2019-12-19 17:32 ` [PATCH 2/2] arm: zynqmp: Wire SPL/ATF handoff structure properly Michal Simek
2020-01-16  7:25 ` [PATCH 0/2] Enable private ATF handoff structure Michal Simek
2020-01-16  9:10   ` Marek Vasut
2020-01-16  9:42     ` Michal Simek
2020-01-16 10:05       ` Marek Vasut
2020-01-17  6:38         ` Michal Simek

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