Re: [PATCH 1/1] of: add do_fixup_by_compatible with u32 and string version

2013-03-03 Thread Sascha Hauer
On Mon, Feb 18, 2013 at 06:44:33PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:59 Mon 18 Feb , Sascha Hauer wrote: > > On Sat, Feb 16, 2013 at 07:18:39PM +0100, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > > --- > > > commo

Re: [PATCH v2 0/2] add mxs application uart driver

2013-03-03 Thread Sascha Hauer
On Thu, Feb 28, 2013 at 05:22:08PM +0100, Marc Kleine-Budde wrote: > Hello, > > this series adds support for the mxs application uart driver. Lifted from > TQS's > u-boot patches. > > regards, > Marc > > changes since v1: > - fix comments (auart_serial_getc(), auart_serial_setbaudrate()) > - us

Re: [PATCH 0/5] Zynq support for barebox

2013-03-03 Thread Steffen Trumtrar
Hi! On Sat, Mar 02, 2013 at 07:20:12PM -0600, Josh Cartwright wrote: > In San Francisco a couple weeks ago (ELC2013), Thomas Petazzoni > informally mentioned barebox in passing, so I decided to toy with it a > bit... > > This patchset adds basic support for the Zynq SoC to barebox. So far, > it'

Re: [PATCH 3/5] ARM: zynq: add driver for Zynq uarts

2013-03-03 Thread Josh Cartwright
On Sun, Mar 03, 2013 at 11:16:49AM +0400, Antony Pavlov wrote: > On 3 March 2013 04:48, Josh Cartwright wrote: > > Simple UART driver for Zynq SoCs, based loosely on the u-boot driver. > > > > Signed-off-by: Josh Cartwright > > --- > > drivers/serial/Kconfig | 6 ++ > > drivers/serial/Ma

Re: UBOOT2 JMP

2013-03-03 Thread Sascha Hauer
On Tue, Feb 26, 2013 at 09:11:53PM -0600, Nathan wrote: > “UBOOT2 JMP ” is what displays during bootup using VirtualBox. There may be something broken on x86 support. > This is after compiling with: > export ARCH=x86 > make generic_defconfig > make > fdisk /dev/sdb...partition...mkfs.ext2 /dev/sd

Re: [PATCH] ARM: cfa10036: Remove the boot partition and boot from ext

2013-03-03 Thread Sascha Hauer
On Wed, Feb 27, 2013 at 11:03:07AM +0100, Maxime Ripard wrote: > Support for ext filesystems has been introduced recently. We can now > boot directly from our rootfs, loading the kernel and device tree > images from /boot. > > Signed-off-by: Maxime Ripard Applied, thanks Sascha > --- > arch/a

Re: [PATCH 5/5] ARM: zynq: add support for zc702 development board

2013-03-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:48 Sat 02 Mar , Josh Cartwright wrote: > > Signed-off-by: Josh Cartwright > --- > arch/arm/Makefile | 2 + > arch/arm/boards/zynq-zc702/Makefile | 1 + > arch/arm/boards/zynq-zc702/config.h | 0 > arch/arm/boards/zynq-zc702/devices.c | 70 >

Re: [PATCH 3/5] ARM: zynq: add driver for Zynq uarts

2013-03-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:48 Sat 02 Mar , Josh Cartwright wrote: > > Simple UART driver for Zynq SoCs, based loosely on the u-boot driver. > > Signed-off-by: Josh Cartwright > --- > drivers/serial/Kconfig | 6 ++ > drivers/serial/Makefile | 1 + > drivers/serial/serial_zynq.c | 144 > ++

Re: [PATCH 3/5] ARM: zynq: add driver for Zynq uarts

2013-03-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:48 Sat 02 Mar , Josh Cartwright wrote: > > Simple UART driver for Zynq SoCs, based loosely on the u-boot driver. > > Signed-off-by: Josh Cartwright > --- > drivers/serial/Kconfig | 6 ++ > drivers/serial/Makefile | 1 + > drivers/serial/serial_zynq.c | 144 > ++