Re: [PATCH] MIPS: qemu-malta: switch to devicetree

2013-09-02 Thread Antony Pavlov
On Tue, 3 Sep 2013 08:33:33 +0400 Antony Pavlov wrote: > Signed-off-by: Antony Pavlov > --- > arch/mips/boards/qemu-malta/init.c | 31 ++- > arch/mips/configs/qemu-malta_defconfig | 1 + > arch/mips/dts/qemu-malta.dts | 33

[PATCH] MIPS: qemu-malta: switch to devicetree

2013-09-02 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/mips/boards/qemu-malta/init.c | 31 ++- arch/mips/configs/qemu-malta_defconfig | 1 + arch/mips/dts/qemu-malta.dts | 33 + 3 files changed, 36 insertions(+), 29 deletions(-) diff --gi

[PATCH 4/4] ARM: support for CPO Science DataCollector II

2013-09-02 Thread Darren Garnier
Signed-off-by: Darren Garnier --- arch/arm/boards/Makefile | 1 + arch/arm/boards/cpodc2/Makefile | 4 + arch/arm/boards/cpodc2/env/boot/dataflash | 10 + arch/arm/boards/cpodc2/env/boot/net-usb | 22 ++ arch/arm/boards/cpodc2/env/config-board | 6 + arch/arm/boar

[PATCH 3/4] small tweeks to build system for compatibility on MacOS X

2013-09-02 Thread Darren Garnier
Signed-off-by: Darren Garnier --- Makefile | 6 +++--- scripts/genenv | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 397c54a..ff17d8f 100644 --- a/Makefile +++ b/Makefile @@ -577,7 +577,7 @@ define rule_barebox__ $(cmd_sysmap) $@ Syste

[PATCH 0/4] ARM: support for CPODC2 board

2013-09-02 Thread Darren Garnier
I'm a little new to contributing upstream, so please bear with me. These are patches against the "next" that allow for a beautifully functional build of barebox for the CPO Science DataCollector II device. Kudos to the barebox team for a very functional piece of software. In case you are wond

[PATCH 2/4] AT91: move have_intensity_bit into board setup

2013-09-02 Thread Darren Garnier
Signed-off-by: Darren Garnier --- arch/arm/boards/at91sam9261ek/init.c | 2 ++ arch/arm/mach-at91/at91sam9261_devices.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boards/at91sam9261ek/init.c b/arch/arm/boards/at91sam9261ek/init.c index 00fc745..b420a48 10064

[PATCH 1/4] mtd: fix erasesize math for non power-of-2 devices

2013-09-02 Thread Darren Garnier
Signed-off-by: Darren Garnier --- drivers/mtd/core.c | 19 --- fs/devfs-core.c| 4 ++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/drivers/mtd/core.c b/drivers/mtd/core.c index 70036aa..ed9658b 100644 --- a/drivers/mtd/core.c +++ b/drivers/mtd/core.c @@ -25,

Re: [PATCH 2/4] ppc: add mpc85xx device tree fixup functions

2013-09-02 Thread Renaud Barbier
On 02/09/2013 09:49, Sascha Hauer wrote: > Hi Renaud, > > On Fri, Aug 30, 2013 at 02:34:27PM +0100, Renaud Barbier wrote: >> > +/* These properties specify whether the hardware supports the stashing >> > + * of buffer descriptors in L2 cache. >> > + */ >> > +static void fdt_add_enet_stashing(void

[PATCH] PCM051: Fix muxing of MMC0 CD

2013-09-02 Thread Teresa Gámez
Card detect should be rather muxed as gpio then mmc0_sdcd, as driver does not support this. Signed-off-by: Teresa Gámez --- arch/arm/boards/pcm051/mux.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boards/pcm051/mux.c b/arch/arm/boards/pcm051/mux.c index 6ef

Re: [PATCH 1/1] arm: mmu: catch NULL pointer dereferences

2013-09-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:05 Mon 02 Sep , Sascha Hauer wrote: > On Sat, Aug 31, 2013 at 05:54:22PM +0200, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > For high vectors if memory start at 0x0. We have to > > live without being able to catch NULL pointer dereferences. > > > > Signed-off-by: Jean-Christophe PLAGNI

Re: [PATCH 1/1] bootm: add global bootm.{image/initrd}.loadaddr support

2013-09-02 Thread Sascha Hauer
On Sun, Sep 01, 2013 at 08:04:47AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > To be able to pass the loadaddr of the image and the initrd. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Applied, thanks Sascha > --- > commands/bootm.c | 22 +- > 1 file changed,

Re: [PATCH 1/1] arm: mmu: catch NULL pointer dereferences

2013-09-02 Thread Sascha Hauer
On Sat, Aug 31, 2013 at 05:54:22PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > For high vectors if memory start at 0x0. We have to > live without being able to catch NULL pointer dereferences. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > arch/arm/cpu/mmu.c | 27 +

Re: [PATCH] commands: Fix memtest return value

2013-09-02 Thread Sascha Hauer
On Mon, Sep 02, 2013 at 08:38:29AM +0200, Christian Hemp wrote: > Signed-off-by: Christian Hemp Applied, thanks Sascha > --- > commands/memtest.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/commands/memtest.c b/commands/memtest.c > index d2a1487..c82badc 100

Re: [PATCH 2/4] ppc: add mpc85xx device tree fixup functions

2013-09-02 Thread Sascha Hauer
Hi Renaud, On Fri, Aug 30, 2013 at 02:34:27PM +0100, Renaud Barbier wrote: > +/* These properties specify whether the hardware supports the stashing > + * of buffer descriptors in L2 cache. > + */ > +static void fdt_add_enet_stashing(void *fdt) > +{ > + struct device_node *node; > + > + no

Re: [PATCH 1/3 for next] AM33xx: Cleanup of lowlevel code

2013-09-02 Thread Jan Lübbe
On Fri, 2013-08-23 at 09:00 +0200, Teresa Gámez wrote: > There is a lot of duplicate lowlevel code between the > am33xx boards. Move this code to am33xx_generic and > create structs for sdram settings. > > Signed-off-by: Teresa Gámez Just for comparison, the current u-boot mainline does somethin