[U-Boot] [PATCH v2 10/10] highbank: enable keyed autoboot stop

2013-06-12 Thread Rob Herring
From: Rob Herring Restrict autoboot interruption to "s" or "d" keys. This will prevent some unwanted stopping and also allow disabling the reset on command timeout. Signed-off-by: Rob Herring --- v2: no change, resend include/configs/highbank.h | 2 ++ 1 file changed, 2 insertions(+) diff --

[U-Boot] [PATCH v2 08/10] ARM: highbank: setup peripherals based on power domain status

2013-06-12 Thread Rob Herring
From: Rob Herring Accessing powered down peripherals will hang the bus, so check power domain status before initializing SATA and fixup the FDT to disable unused peripherals. Signed-off-by: Rob Herring --- v2: - Add proper defines for register addresses. board/highbank/highbank.c | 31 ++

Re: [U-Boot] [PATCH v3 17/17] sf: Add Flag status register polling support

2013-06-12 Thread Jagan Teki
Hi Simon, On Thu, Jun 13, 2013 at 4:12 AM, Simon Glass wrote: > Hi Jagan, > > On Tue, Jun 11, 2013 at 12:23 PM, Jagannadha Sutradharudu Teki > wrote: >> >> Flag status register polling is required for micron 512Mb flash >> devices onwards, for performing erase/program operations. >> >> Like poll

[U-Boot] [PATCH] arm, am33xx: move s_init to a common place

2013-06-12 Thread Heiko Schocher
move s_init from every board code to a common place. Signed-off-by: Heiko Schocher Cc: Tom Rini Cc: Matt Porter Cc: Lars Poeschel Cc: Tom Rini Cc: Enric Balletbo i Serra --- This patch is based on the following patches: - [U-Boot,v2] arm, am33xx: move rtc32k_enable() to common place http

[U-Boot] [PATCH] wandboard: Fix typo in README

2013-06-12 Thread Shigeru Yoshida
Fix configuration make target to use uppercase letters. Signed-off-by: Shigeru Yoshida --- board/wandboard/README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/wandboard/README b/board/wandboard/README index e0b0b33..8bf646d 100644 --- a/board/wandboard/README

Re: [U-Boot] [PATCH] wandboard: Fix typo in README

2013-06-12 Thread Wolfgang Denk
Dear Shigeru Yoshida, In message you wrote: > > diff --git a/board/wandboard/README b/board/wandboard/README > index e0b0b33..8bf646d 100644 > --- a/board/wandboard/README > +++ b/board/wandboard/README > @@ -14,12 +14,12 @@ Building U-boot for Wandboard > > To build U-Boot for the Wandboard D

[U-Boot] [PATCH][v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-12 Thread Prabhakar Kushwaha
init_tlbs() initialize all the TLB entries required for the system. So disable DEBUG TLB entry before TLB entries initialization. Signed-off-by: Prabhakar Kushwaha --- changes for v2: Fixed checkpatch warning. arch/powerpc/cpu/mpc85xx/cpu_init_early.c |4 1 file changed, 4 insertions

Re: [U-Boot] arm, arm335x: save_omap_boot_params question

2013-06-12 Thread Sricharan R
On Wednesday 12 June 2013 06:19 PM, Tom Rini wrote: > On Wed, Jun 12, 2013 at 02:39:13PM +0200, Heiko Schocher wrote: >> Hello Tom, >> >> Am 12.06.2013 14:28, schrieb Tom Rini: >>> On Wed, Jun 12, 2013 at 10:56:01AM +0200, Heiko Schocher wrote: Hello tom, your commit 4596dc

Re: [U-Boot] arm, arm335x: save_omap_boot_params question

2013-06-12 Thread Heiko Schocher
Hello Sricharan, Am 13.06.2013 07:08, schrieb Sricharan R: > On Wednesday 12 June 2013 06:19 PM, Tom Rini wrote: >> On Wed, Jun 12, 2013 at 02:39:13PM +0200, Heiko Schocher wrote: >>> Hello Tom, >>> >>> Am 12.06.2013 14:28, schrieb Tom Rini: On Wed, Jun 12, 2013 at 10:56:01AM +0200, Heiko Sch

Re: [U-Boot] arm, arm335x: save_omap_boot_params question

2013-06-12 Thread Sricharan R
On Thursday 13 June 2013 10:49 AM, Heiko Schocher wrote: > Hello Sricharan, > > Am 13.06.2013 07:08, schrieb Sricharan R: >> On Wednesday 12 June 2013 06:19 PM, Tom Rini wrote: >>> On Wed, Jun 12, 2013 at 02:39:13PM +0200, Heiko Schocher wrote: Hello Tom, Am 12.06.2013 14:28, schrieb

Re: [U-Boot] crash in usb_stor_get_info using pre-relocation address for ss->transport

2013-06-12 Thread Albert ARIBAUD
Hi Chris, On Thu, 13 Jun 2013 13:16:17 +1200, Chris Packham wrote: > On Thu, Jun 13, 2013 at 12:02 PM, Chris Packham > wrote: > > Hi, > > > > I've just found a crash in usb_stor_get_info (actually usb_inquiry > > which gets auto-inlined). The cause seems to be that ss->transport is > > set to

[U-Boot] UbiFS recovery

2013-06-12 Thread Karsten Jeppesen
Hi there, I have a (to me) serious problem. When U-Boot encounters a UbiFS system that needs cleaning, then it is not always capable of it despite the kernel (I understand it's the same code) having no problems cleaning the filesystem. I think I have traced it to super.c where U-Boot only opens

<    1   2