]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm64: zynqmp: Prepare psu_init rework
authorMichal Simek <michal.simek@xilinx.com>
Wed, 10 Jan 2018 08:36:09 +0000 (09:36 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Jan 2018 13:29:18 +0000 (14:29 +0100)
commit2ad341ed7d90e007af8e878424f7b6e4f24d90ac
tree5e90283812fc345ef490284813528bffe83d9b64
parent88f05a926d52a4b05eac2e325bb600fa83f8eee1
arm64: zynqmp: Prepare psu_init rework

Move generic functions to common location psu_spl_init.c. Function
declarations are added to private header.
These changes are done in connection to the fact that still files from
HDF can be copied over and compilation should pass.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/Makefile
arch/arm/cpu/armv8/zynqmp/psu_spl_init.c [new file with mode: 0644]
arch/arm/cpu/armv8/zynqmp/spl.c
arch/arm/include/asm/arch-zynqmp/psu_init_gpl.h [new file with mode: 0644]
arch/arm/include/asm/arch-zynqmp/sys_proto.h
board/xilinx/zynqmp/zynqmp.c