Re: Antwort: Re: v2013.02.0 phyCORE-OMAP4 MLO to big

2013-03-07 Thread Sascha Hauer
Hi Jürgen, On Tue, Mar 05, 2013 at 02:30:22PM +0100, Jürgen wrote: On 11.02.2013 Sascha Hauer wrote: On Fri, Feb 08, 2013 at 04:22:09PM +0100, Jan Weitzel wrote: Hi, with the release v2013.02.0 the MLO gets so bit, that it eats the boot information in the SRAM. nm --size-sort ...

Re: [PATCH 06/20] app: add some utils

2013-03-07 Thread Alexander Aring
On Thu, Mar 07, 2013 at 08:45:03AM +0100, Sascha Hauer wrote: On Wed, Mar 06, 2013 at 10:34:44PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:21 Wed 06 Mar , Sascha Hauer wrote: On Wed, Mar 06, 2013 at 10:29:35AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: -

[PATCH v2 0/5] Rework current Tegra support

2013-03-07 Thread Lucas Stach
This patchset converts the current ad-hoc implementation within the Tegra arch into proper barebox drivers. It slightly enhances functionality, but mostly this is a cleanup to provide a good base for further work. V2 incorporates the review feedback I got so far. Mostly avoiding renaming iomap.h

[PATCH v2 2/5] tegra: switch to ARMv7 cpu type

2013-03-07 Thread Lucas Stach
Main barebox is running on the A9 cluster. Use the correct ISA. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7ac134e..5dbf74d 100644 --- a/arch/arm/Kconfig +++

[PATCH v2 3/5] tegra: add driver for the clock and reset module

2013-03-07 Thread Lucas Stach
Only a basic set of clocks is supported as of now. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/Kconfig | 2 + arch/arm/mach-tegra/Makefile | 2 + arch/arm/mach-tegra/include/mach/clkdev.h | 7 ++ arch/arm/mach-tegra/tegra20-car.c |

[PATCH v2 4/5] tegra: add proper timer driver

2013-03-07 Thread Lucas Stach
Replace the ad-hoc clocksource implementation with a proper driver for the Tegra 20 timer. This driver is able to do the required hardware initialisation itself. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/mach-tegra/Makefile| 2 +- arch/arm/mach-tegra/clock.c | 56

[PATCH v2 1/5] tegra: pull in iomap.h from the Linux kernel

2013-03-07 Thread Lucas Stach
This updates iomap.h to the latest Linux code. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/mach-tegra/include/mach/iomap.h | 64 ++-- 1 file changed, 19 insertions(+), 45 deletions(-) diff --git a/arch/arm/mach-tegra/include/mach/iomap.h

[PATCH v2 5/5] tegra: add power management controller driver

2013-03-07 Thread Lucas Stach
Currently only implements system wide reset functionality. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/mach-tegra/Makefile | 2 +- arch/arm/mach-tegra/reset.c | 39 - arch/arm/mach-tegra/tegra20-pmc.c | 89 +++

Re: Antwort: Re: v2013.02.0 phyCORE-OMAP4 MLO to big

2013-03-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:18 Thu 07 Mar , Sascha Hauer wrote: Hi Jürgen, On Tue, Mar 05, 2013 at 02:30:22PM +0100, Jürgen wrote: On 11.02.2013 Sascha Hauer wrote: On Fri, Feb 08, 2013 at 04:22:09PM +0100, Jan Weitzel wrote: Hi, with the release v2013.02.0 the MLO gets so bit, that it eats the boot

Re: [PATCH 1/2] memsize: Make get_ram_size RAM proof

2013-03-07 Thread Maxime Ripard
Hi Sascha, Le 04/03/2013 09:02, Sascha Hauer a écrit : On Tue, Feb 26, 2013 at 05:55:41PM +0100, Maxime Ripard wrote: get_ram_size cannot be used when running from RAM at the moment, even though it backs up the memory cells it modifies, since it can also modify the get_ram_size function

Re: [PATCH 1/2] memsize: Make get_ram_size RAM proof

2013-03-07 Thread Juergen Beisert
Hi Maxime, Maxime Ripard wrote: [] Unfortunately I had to drop this one. It breaks compilation on some architectures which do not have _text and __bss_stop (namely blackfin and another one I forgot about). Anyway, I realized that we now can start the MMU during early startup,

Re: [PATCH 1/2] memsize: Make get_ram_size RAM proof

2013-03-07 Thread Maxime Ripard
Hi Juergen, Le 07/03/2013 15:10, Juergen Beisert a écrit : Maxime Ripard wrote: [] Unfortunately I had to drop this one. It breaks compilation on some architectures which do not have _text and __bss_stop (namely blackfin and another one I forgot about). Anyway, I realized that we now

[PATCH 0/9 v5] introduction of dmesg support

2013-03-07 Thread Jean-Christophe PLAGNIOL-VILLARD
HI, v5: rebase on master add missing kern_levels.h v4: remove a debug info v3: add more swtich we currently have 2 fifo at comsole level one for input one for output we fill the output fifo before any console is registered and then

[PATCH 00/11 v6] introduction of dmesg support

2013-03-07 Thread Jean-Christophe PLAGNIOL-VILLARD
HI, v6: more switch use kfifo_put instead of kfifo_putc as we already now the size to copy v5: rebase on master add missing kern_levels.h v4: remove a debug info v3: add more swtich we currently have 2 fifo at comsole

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

2013-03-07 Thread Josh Cartwright
On Wed, Mar 06, 2013 at 06:28:50PM +0100, Steffen Trumtrar wrote: On Tue, Mar 05, 2013 at 11:09:29AM -0600, Josh Cartwright wrote: [..] I have some patches laying around, that have support for booting first stage from a SD-Card on a ZedBoard. I didn't send them as of yet, because I'm

Re: [PATCH] usb: ehci: initialize ehci_data

2013-03-07 Thread Antony Pavlov
On 4 March 2013 20:00, Sascha Hauer s.ha...@pengutronix.de wrote: Without it fields of ehci_data may be unitialized and the driver crashes. Sascha! Please apply a patch like this! Without it the 'usb' command on my Tegra board hangs. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de ---

Re: [PATCH v2 2/5] tegra: switch to ARMv7 cpu type

2013-03-07 Thread Antony Pavlov
Hi! This commit breaks usb ethernet card on my board. toshiba ac100 / usb USB: scanning bus for devices... Bus 001 Device 003: ID 0bdb:190a F3307 Bus 001 Device 004: ID 0bda:58f2 USB Camera Bus 001 Device 005: ID 2001:3c05 DUB-E100 mdio_bus: miibus0: probed eth0: got preset MAC address:

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

2013-03-07 Thread Steffen Trumtrar
On Thu, Mar 07, 2013 at 04:46:25PM -0600, Josh Cartwright wrote: On Wed, Mar 06, 2013 at 06:28:50PM +0100, Steffen Trumtrar wrote: On Tue, Mar 05, 2013 at 11:09:29AM -0600, Josh Cartwright wrote: [..] I have some patches laying around, that have support for booting first stage

Re: [PATCH] usb: ehci: initialize ehci_data

2013-03-07 Thread Sascha Hauer
Hi Antony, On Fri, Mar 08, 2013 at 09:57:10AM +0400, Antony Pavlov wrote: On 4 March 2013 20:00, Sascha Hauer s.ha...@pengutronix.de wrote: Without it fields of ehci_data may be unitialized and the driver crashes. Sascha! Please apply a patch like this! Without it the 'usb' command on

Re: [PATCH 1/1] beagle: add missing mmc twl and control init

2013-03-07 Thread Sascha Hauer
On Thu, Mar 07, 2013 at 12:45:18AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: take from xloader with this the mmc work even when booting from nand Which beagle board revision do you have? With this patch the MMC doesn't work at all anymore, even when booting from it. Sascha