Re: [U-Boot] [PATCH 26/27] ARM64: zynqmp: Add clocks for LPDDMA

2016-11-11 Thread Soren Brinkmann
> -Original Message- > From: Michal Simek [mailto:mon...@monstr.eu] On Behalf Of Michal Simek > Sent: November 11, 2016 05:42 > To: u-boot@lists.denx.de > Cc: Appana Durga Kedareswara Rao ; Naga Sureshkumar > Relli ; Bharat Kumar Gogada ; > Hyun Kwon ; Albert Aribau

[U-Boot] [PATCH v4] zynq: Use GPLed files for SPL

2014-10-30 Thread Soren Brinkmann
The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann Acked-by: Jagannadha Sutradharudu Teki Reviewed-and-tested-by: Masahiro Yamada --- v4: - add

[U-Boot] [PATCH v3] zynq: Use GPLed files for SPL

2014-10-29 Thread Soren Brinkmann
The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann Acked-by: Jagannadha Sutradharudu Teki --- v3: - handle the case with ps7_init and ps7_init_gpl

[U-Boot] [PATCH v2] zynq: Use GPLed files for SPL

2014-10-29 Thread Soren Brinkmann
The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann Acked-by: Jagannadha Sutradharudu Teki --- This works, but I wonder whether there is a more elegant

[U-Boot] [U-BOOT PATCH] zynq: Use GPLed files for SPL

2014-10-27 Thread Soren Brinkmann
The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann --- board/xilinx/zynq/Makefile | 6 +++--- board/xilinx/zynq/xil_io.h | 2 +- 2 files changed, 4