Lines Matching full:zynqmp
4 Subject: [PATCH] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig
8 ZynqMP (PS init for short). The current logic to locate this file for
39 Since the issue is the same for Zynq and ZynqMP, add one kconfig
46 - platform: zynq or zynqmp
62 board/xilinx/zynqmp/Makefile | 10 +++++++++-
91 + string "Zynq/ZynqMP PS init file(s) location"
93 + On Zynq and ZynqMP U-Boot SPL (or U-Boot proper if
97 + psu_init_gpl.c on ZynqMP, ps7_init_gpl.c for Zynq-7000)
115 + board/xilinx/zynqmp/$(CONFIG_DEFAULT_DEVICE_TREE)/psu_init_gpl.c
116 + for ZynqMP.
120 + board/xilinx/zynqmp/psu_init_gpl.c for ZynqMP. This file
149 diff --git a/board/xilinx/zynqmp/Makefile b/board/xilinx/zynqmp/Makefile
151 --- a/board/xilinx/zynqmp/Makefile
152 +++ b/board/xilinx/zynqmp/Makefile
155 obj-y := zynqmp.o
161 +spl/board/xilinx/zynqmp/ps_init_gpl.o board/xilinx/zynqmp/ps_init_gpl.o: $(PS_INIT_FILE)