Re: [U-Boot] [PATCH 6/8] clk: zynq: Add zynq clock framework driver

2017-01-10 Thread Sören Brinkmann
On Tue, 2017-01-10 at 15:57:09 +0100, Michal Simek wrote: > +Soren > > On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote: > > From: Stefan Herbrechtsmeier > > > > Add a clock framework driver for the zynq platform. The driver is based > > on the platform zynq clock driver but rewor

Re: [U-Boot] [PATCH 6/9] ARM: zynq: Clean DTSI coding style

2016-01-14 Thread Sören Brinkmann
On Thu, 2016-01-14 at 02:44PM +0100, Michal Simek wrote: > From: Michal Simek > > Fix minor indentation problems. > > Signed-off-by: Michal Simek > Signed-off-by: Michal Simek Reviewed-by: Sören Brinkmann Sören ___ U-B

Re: [U-Boot] [RFC] zynq: Add support for E3xx board.

2015-09-04 Thread Sören Brinkmann
Hi Moritz, On Thu, 2015-09-03 at 11:44AM -0700, Moritz Fischer wrote: > Signed-off-by: Moritz Fischer > --- > arch/arm/dts/Makefile | 3 +- > arch/arm/dts/zynq-e3xx.dts|35 + > arch/arm/mach-zynq/Kconfig| 4 +

Re: [U-Boot] [PATCH 15/19] ARM: zynq: DT: Get rid of ps-clk-frequency

2015-07-22 Thread Sören Brinkmann
On Wed, 2015-07-22 at 05:38PM +0200, Michal Simek wrote: > ps-clk-frequency is platform specific setting and shouldn't be the part > of DTSI. > > Signed-off-by: Michal Simek > --- > > Sync with mainline. > > --- > arch/arm/dts/zynq-7000.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --g

Re: [U-Boot] [PATCH v2 2/3] ARM: zynq: use separate configuration for ZC702 and ZC706

2015-04-21 Thread Sören Brinkmann
On Fri, 2015-04-17 at 10:38AM +0900, Masahiro Yamada wrote: > Hi Sören, > > > 2015-04-15 1:03 GMT+09:00 Sören Brinkmann : > > On Tue, 2015-04-14 at 04:50PM +0900, Masahiro Yamada wrote: > >> Separate CONFIG_TARGET_ZYNQ_{ZC702,ZC706} which is necessary > >&

Re: [U-Boot] [PATCH v2 2/3] ARM: zynq: use separate configuration for ZC702 and ZC706

2015-04-14 Thread Sören Brinkmann
On Tue, 2015-04-14 at 04:50PM +0900, Masahiro Yamada wrote: > Separate CONFIG_TARGET_ZYNQ_{ZC702,ZC706} which is necessary > for the next commit. Adjust doc/README.zynq too. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: None > > arch/arm/cpu/armv7/zynq/Kconfig

Re: [U-Boot] [PATCH 2/2] ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70x

2015-04-12 Thread Sören Brinkmann
On Mon, 2015-04-13 at 10:28AM +0900, Masahiro Yamada wrote: > Hi Sören, > > 2015-04-12 11:45 GMT+09:00 Sören Brinkmann : > > >> > >> > Does this mechanism allow to build for one of the supported boards (e.g. > >> > zc706) using custom init files? We

Re: [U-Boot] [PATCH 2/2] ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70x

2015-04-11 Thread Sören Brinkmann
On Sun, 2015-04-12 at 10:20AM +0900, Masahiro Yamada wrote: > Hi Sören, > > 2015-04-12 5:42 GMT+09:00 Sören Brinkmann : > > On Thu, 2015-04-09 at 07:04PM +0900, Masahiro Yamada wrote: > >> Due to licensing issues, the files ps7_init.c/h are not able to be > >> di

Re: [U-Boot] [PATCH 2/2] ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70x

2015-04-11 Thread Sören Brinkmann
On Thu, 2015-04-09 at 07:04PM +0900, Masahiro Yamada wrote: > Due to licensing issues, the files ps7_init.c/h are not able to be > distributed with U-Boot source code. Recent Xilinx tools also > provide the GPL version (ps7_init_gpl.c/h), compatible with U-Boot > license. > > Prior to this commit

Re: [U-Boot] [PATCH] arm64: Add Xilinx ZynqMP support

2015-03-02 Thread Sören Brinkmann
On Mon, 2015-03-02 at 04:07PM +0100, Michal Simek wrote: > On 03/02/2015 03:23 PM, Tom Rini wrote: > > On Mon, Mar 02, 2015 at 09:24:45AM +0100, Michal Simek wrote: > >> On 03/02/2015 08:32 AM, Michal Simek wrote: > >>> On 02/27/2015 06:13 PM, Tom Rini wrote: > On Tue, Feb 24, 2015 at 09:02:09

Re: [U-Boot] qemu-system-arm segfaults on zynq_zed

2014-11-24 Thread Sören Brinkmann
ould work > well enough for debugging but in general it's much easier to debug and run > tests in qemu especially when working remotely. > > So any ideas you might have on what's special about zynq utboot would be > appreciated. > > On Mon, Nov 24, 2014 at 9:45 AM, Sören Brin

Re: [U-Boot] qemu-system-arm segfaults on zynq_zed

2014-11-24 Thread Sören Brinkmann
ot;devicetree.dtb" is from xilinx binary release >2014.3-release/zed > >I tried removing -smp 2 -machine linux=on, and same error. >On Mon, Nov 24, 2014 at 9:21 AM, Sören Brinkmann ><[1]soren.brinkm...@xilinx.com> wrote: > > Could you try whethe

Re: [U-Boot] qemu-system-arm segfaults on zynq_zed

2014-11-24 Thread Sören Brinkmann
Could you try whether these instructions work? http://www.wiki.xilinx.com/QEMU Sören On Mon, 2014-11-24 at 08:58AM -0800, Douglas Rupp wrote: > I built qemu-system-arm from the xilinx-master branch. xilinx-zynq-a9 is > not a supported machine. :( > > On Mon, Nov 24, 2014 at 7:02 AM, Do

Re: [U-Boot] [RFC PATCH 0/1] SPL JTAG boot mode

2014-08-18 Thread Sören Brinkmann
On Mon, 2014-08-11 at 09:17AM -0400, Tom Rini wrote: > On Mon, Aug 11, 2014 at 03:03:35PM +0200, Michal Simek wrote: > > > Hi, > > > > I have got this patch some time ago but I am not still > > 100% sure about use case. Anyway Soren uses this mode > > that's why let me send this patch and we can