]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfc41bc2fb4fedd549c0283aa70b85fffb8d77921
treedb36ad2f678764f2286adadc7f3a1e6551832458
parent710cdfb5dda989efe0e09b98f07869c2177d00c6
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