arm: zynqmp: Wire SPL/ATF handoff structure properly
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Dec 2019 17:16:16 +0000 (18:16 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Jan 2020 08:05:54 +0000 (09:05 +0100)
commit3b26c860d363e0aad05ce5fb6b4290ed67d76aca
treedb36ad2f678764f2286adadc7f3a1e6551832458
parent5c03c990d1fb928048bf76f2fc03ee70276d4c4a
arm: zynqmp: Wire SPL/ATF handoff structure properly

handoff_setup() was used to generate fixed handoff structure for ATF on
ZynqMP platform.
Switching to bl2_plat_get_bl31_params() platform brings more flexibility
because information can be taken from fit image where /fit-images node is
created at run time.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/handoff.c
arch/arm/mach-zynqmp/include/mach/sys_proto.h
arch/arm/mach-zynqmp/spl.c