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

2013-06-12 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com 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 rob.herr...@calxeda.com --- v2: no change, resend include/configs/highbank.h | 2

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

2013-06-12 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com 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 rob.herr...@calxeda.com --- v2: - Add proper defines for register

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 s...@chromium.org wrote: Hi Jagan, On Tue, Jun 11, 2013 at 12:23 PM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: Flag status register polling is required for micron 512Mb flash devices onwards, for

[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 h...@denx.de Cc: Tom Rini tr...@ti.com Cc: Matt Porter mpor...@ti.com Cc: Lars Poeschel poesc...@lemonage.de Cc: Tom Rini tr...@ti.com Cc: Enric Balletbo i Serra eballe...@iseebcn.com --- This patch is based on

[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 shigeru.yosh...@miraclelinux.com --- board/wandboard/README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/wandboard/README b/board/wandboard/README index e0b0b33..8bf646d

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

2013-06-12 Thread Wolfgang Denk
Dear Shigeru Yoshida, In message camqom_0gl2czu_xm-c9_zonmgmyi1m6w_ysxuv2etaebuvr...@mail.gmail.com 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] [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 prabha...@freescale.com --- changes for v2: Fixed checkpatch warning. arch/powerpc/cpu/mpc85xx/cpu_init_early.c |4 1

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

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 Schocher wrote:

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 Tom Rini: On Wed,

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 judge.pack...@gmail.com wrote: On Thu, Jun 13, 2013 at 12:02 PM, Chris Packham judge.pack...@gmail.com wrote: Hi, I've just found a crash in usb_stor_get_info (actually usb_inquiry which gets auto-inlined). The cause seems 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

<    1   2