Re: [U-Boot] [PATCH] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable

2018-06-22 Thread Luca Ceresoli
Hi Michal, On 22/06/2018 09:38, Michal Simek wrote: [...] > I have tested it and it looks good. Good, thanks. v2 on its way with the changes you requested. Regards, -- Luca ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable

2018-06-22 Thread Luca Ceresoli
Hi Michal, On 22/06/2018 09:38, Michal Simek wrote: > On 20.6.2018 23:00, Luca Ceresoli wrote: >> U-Boot needs to link ps7_init_gpl.c on Zynq or psu_init_gpl.c on >> ZynqMP (PS init for short). The current logic to locate this file for >> both platforms is: >> >> 1. if a board-specific file

Re: [U-Boot] [PATCH] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable

2018-06-22 Thread Michal Simek
On 20.6.2018 23:00, Luca Ceresoli wrote: > U-Boot needs to link ps7_init_gpl.c on Zynq or psu_init_gpl.c on > ZynqMP (PS init for short). The current logic to locate this file for > both platforms is: > > 1. if a board-specific file exists in >

[U-Boot] [PATCH] arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable

2018-06-20 Thread Luca Ceresoli
U-Boot needs to link ps7_init_gpl.c on Zynq or psu_init_gpl.c on ZynqMP (PS init for short). The current logic to locate this file for both platforms is: 1. if a board-specific file exists in board/xilinx/zynq[mp]/$(CONFIG_DEFAULT_DEVICE_TREE)/ps?_init_gpl.c then use it 2. otherwise use