Re: [PATCH] ARM: AM335x: Beaglebone: Fix memory setup for Beaglebone black

2014-06-18 Thread Antony Pavlov
On Tue, 17 Jun 2014 20:30:40 +0200 Sascha Hauer s.ha...@pengutronix.de wrote: On Tue, Jun 17, 2014 at 09:35:17AM +0400, Antony Pavlov wrote: On Mon, 16 Jun 2014 23:35:13 +0200 Sascha Hauer s.ha...@pengutronix.de wrote: Hi Antony, On Mon, Jun 16, 2014 at 09:08:59PM +0400, Antony

i.MX6 frame buffer inside barebox?

2014-06-18 Thread Holger Schurig
Hi, I'm a bit puzzled. I compiled my barebox with CONFIG_CMD_SPLASH=y CONFIG_VIDEO=y CONFIG_DRIVER_VIDEO_IMX_IPUV3=y CONFIG_DRIVER_VIDEO_IMX_IPUV3_LVDS=y CONFIG_DRIVER_VIDEO_SIMPLEFB=y and some entries in the device tree about it (see below). And when I boot barebox, I see /dev/fb0. However,

[PATCH] commands: ls: add ll as an alias for ls -l

2014-06-18 Thread Jan Luebbe
This saves one second of user time on every interactive boot. Signed-off-by: Jan Luebbe j...@pengutronix.de --- commands/ls.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/commands/ls.c b/commands/ls.c index 3440790..f8144ae 100644 --- a/commands/ls.c +++ b/commands/ls.c @@

[PATCH 2/2] ARM: AM335x: beaglebone: add simple script to change usb current limit

2014-06-18 Thread Jan Luebbe
Signed-off-by: Jan Luebbe j...@pengutronix.de --- arch/arm/boards/beaglebone/defaultenv-beaglebone/init/usb-limit-1300 | 5 + 1 file changed, 5 insertions(+) create mode 100644 arch/arm/boards/beaglebone/defaultenv-beaglebone/init/usb-limit-1300 diff --git

Re: i.MX6 frame buffer inside barebox?

2014-06-18 Thread Sascha Hauer
On Wed, Jun 18, 2014 at 04:26:48PM +0200, Holger Schurig wrote: Hi, I'm a bit puzzled. I compiled my barebox with CONFIG_CMD_SPLASH=y CONFIG_VIDEO=y CONFIG_DRIVER_VIDEO_IMX_IPUV3=y CONFIG_DRIVER_VIDEO_IMX_IPUV3_LVDS=y CONFIG_DRIVER_VIDEO_SIMPLEFB=y and some entries in the device tree

Re: atmel_nand pmecc on 8k page [RFC]

2014-06-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:19 Mon 16 Jun , Bo Shen wrote: Hi Matteo, On 06/13/2014 08:48 PM, Matteo Fortini wrote: Hi all, glad you found my patch useful. Sascha rejected it because he sees it more fit to separate the initialization of sama5d3 and sam9 since they are quite different. I started, as

Re: atmel_nand pmecc on 8k page [RFC]

2014-06-18 Thread Bo Shen
Hi Jean-Christophe PLAGNIOL-VILLARD, On 06/19/2014 12:31 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:19 Mon 16 Jun , Bo Shen wrote: Hi Matteo, On 06/13/2014 08:48 PM, Matteo Fortini wrote: Hi all, glad you found my patch useful. Sascha rejected it because he sees it more fit to