Re: [PATCH] commands: firmwareload: add CMD_GROUP

2014-10-10 Thread Sascha Hauer
On Thu, Oct 09, 2014 at 11:19:28AM +0200, Steffen Trumtrar wrote: To be able to build the documentation the CMD_GROUP macro needs to be defined. Without this the firmwareload command breaks make docs. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Applied, thanks Sascha ---

Re: [PATCH 0/2] mips: qemu-malta: add little-endian mode support

2014-10-10 Thread Sascha Hauer
On Fri, Oct 10, 2014 at 12:08:55AM +0400, Antony Pavlov wrote: Antony Pavlov (2): mips: qemu-malta: add little-endian mode support Documentation: mips: add little-endian qemu-malta HOWTO Hm, nice. Adding big endian support to Arm would not be that simple. Applied, thanks Sascha

Re: Wrong relocation with Mini2440

2014-10-10 Thread Sascha Hauer
Hi Luigi, On Fri, Oct 10, 2014 at 12:24:40AM +0200, luigi origa wrote: I'm trying to have barebox working on my mini2440. After many test, today i got a jtag interface and after some check i found this: - source s3c24x0_nand_boot - 2: ldr sp, =(TEXT_BASE - SZ_2M) /* Setup a temporary stack

Re: [PATCH 0/2] mips: qemu-malta: add little-endian mode support

2014-10-10 Thread Antony Pavlov
On Fri, 10 Oct 2014 08:38:21 +0200 Sascha Hauer s.ha...@pengutronix.de wrote: On Fri, Oct 10, 2014 at 12:08:55AM +0400, Antony Pavlov wrote: Antony Pavlov (2): mips: qemu-malta: add little-endian mode support Documentation: mips: add little-endian qemu-malta HOWTO Hm, nice. Adding

[PATCH 1/6] ARM: defconfig: Enable of_display_timings in am335x_defconfig

2014-10-10 Thread Teresa Gámez
Signed-off-by: Teresa Gámez t.ga...@phytec.de --- arch/arm/configs/am335x_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/am335x_defconfig b/arch/arm/configs/am335x_defconfig index 6ef9c83..7dcfaed 100644 --- a/arch/arm/configs/am335x_defconfig +++

[PATCH 2/6] net: cpsw: Fix probe for one port ethernet

2014-10-10 Thread Teresa Gámez
If only one port is pinned out, probe fails as the second port phy_id is not found. Signed-off-by: Teresa Gámez t.ga...@phytec.de --- drivers/net/cpsw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/cpsw.c b/drivers/net/cpsw.c index 167b2dd..9c8cff3 100644

[PATCH 3/6] phyCORE-AM335x: Update default enviroment

2014-10-10 Thread Teresa Gámez
- Set default bootsource to the $boosource variable - Pass ip to kernel on all boot options - mount rootfs rw Signed-off-by: Teresa Gámez t.ga...@phytec.de --- .../phytec-phycore-am335x/defaultenv-phycore-am335x/boot/mmc | 7 +--

[PATCH 4/6] phyCORE-AM335x: Strip down device tree

2014-10-10 Thread Teresa Gámez
The phyCORE-AM335x is a SOM that can be connected to different carrierboards like PCM-953, phyBOARD-WEGA and phyBOARD-MAIA. It is enough for the bootloader to support the SOM specific parts and can be so used also on different carrierboards. Removed carrierboard specific settings like led and

[PATCH 6/6] phyCORE-AM335x: Add barebox image without SPI NOR

2014-10-10 Thread Teresa Gámez
Boards like phyBOARD-WEGA RDK have an phyCORE-AM335x connected with no SPI NOR flash. Added dts to support this. Signed-off-by: Teresa Gámez t.ga...@phytec.de --- arch/arm/boards/phytec-phycore-am335x/lowlevel.c | 10 ++ arch/arm/dts/Makefile | 2 +-

[PATCH 5/6] ARM: dts: split phyCORE-AM335x device tree

2014-10-10 Thread Teresa Gámez
To support different module variants, split the phyCORE dts in dts and dtsi. Configurable parts which are supported by barebox are spi nor flash and i2c eeprom. Signed-off-by: Teresa Gámez t.ga...@phytec.de --- arch/arm/boards/phytec-phycore-am335x/board.c| 4 +-

Re: Wrong relocation with Mini2440

2014-10-10 Thread luigi origa
I tried enabling pbl with the default values and it works. I tried also changing the address at 0x33c0 (instead the default 0x33e0) with pbl disabled and works again. Thanks for the help. Luigi 2014-10-10 8:42 GMT+02:00 Sascha Hauer s.ha...@pengutronix.de: Hi Luigi, On Fri, Oct