Re: [U-Boot] [ANN] U-Boot v2013.07 released

2013-07-22 Thread Albert ARIBAUD
Hi Tom, On Mon, 22 Jul 2013 16:20:58 -0400, Tom Rini wrote: > Hey all, > > I'm pleased to announce that v2013.07 has been tagged and pushed out, > and will be available shortly in the usual places. > > There's once again been a lot of great work done, and aside from the > usual rounds of clean

Re: [U-Boot] [PATCH v4] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-22 Thread Scott Wood
On 07/18/2013 11:32:14 PM, Heiko Schocher wrote: updating an ubi partition needs a completely erased mtd partition, see: http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html So, add partubi alt setting for the dfu_alt_info environment variable to mark this partition as an ubi part

[U-Boot] [ANN] U-Boot v2013.07 released

2013-07-22 Thread Tom Rini
Hey all, I'm pleased to announce that v2013.07 has been tagged and pushed out, and will be available shortly in the usual places. There's once again been a lot of great work done, and aside from the usual rounds of cleanups, bug fixes and new SoC/board support or improvements (your favorite vendo

[U-Boot] [PATCH] powerpc/mpc8xxx: Fix TIMING_CFG_3[EXT_ACTTOPRE]

2013-07-22 Thread York Sun
From: James Yang The TIMING_CFG_3[EXT_ACTTOPRE] register field is 2 bits wide, but the mask omitted the LSB. This patch provides a 2-bit wide mask. Signed-off-by: James Yang Signed-off-by: York Sun --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |2 +- 1 file changed, 1 insertion(+), 1 dele

Re: [U-Boot] [UBOOT] [PATCH V2 2/2] gpio: omap5-uevm: Configure the tca6424 gpio expander

2013-07-22 Thread Tom Rini
On Tue, Jul 09, 2013 at 12:26:15PM -0500, Dan Murphy wrote: > Configure the tca6424 gpio expander > This allows use of the debug and tri color LEDs. > > Signed-off-by: Dan Murphy Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH] am335x:Handle worst case scenario for Errata 1.0.24

2013-07-22 Thread Tom Rini
From: Steve Kipisz In Errata 1.0.24, if the board is running at OPP50 and has a warm reset, the boot ROM sets the frequencies for OPP100. This patch attempts to drop the frequencies back to OPP50 as soon as possible in the SPL. Then later the voltages and frequencies up set higher. Cc: Enric Bal

Re: [U-Boot] [U-boot] shell script syntax

2013-07-22 Thread James Chargin
Try something like => for i in a b c; do > echo $i > done a b c => Regards, Jim On 07/22/2013 04:44 AM, tiger...@viatech.com.cn wrote: Hi, Albert: Did you try the commands live in your U-Boot console? Did you make sure hush shell is enabled in your U-boot? I am sure I have enabled hush shell

Re: [U-Boot] [U-boot] shell script syntax

2013-07-22 Thread TigerLiu
Hi, Albert: >Did you try the commands live in your U-Boot console? >Did you make sure hush shell is enabled in your U-boot? I am sure I have enabled hush shell. I think "for" iteration syntax is error: "for(i=1;i<10;i++)" But I don't know how to write it correctly! Best wishes, _

Re: [U-Boot] [U-boot] shell script syntax

2013-07-22 Thread Albert ARIBAUD
Hi tiger...@viatech.com.cn, On Mon, 22 Jul 2013 19:06:33 +0800, wrote: > Hi, Albert: > >See the Denx U-Boot documentation, more precisely: > >http://www.denx.de/wiki/view/DULG/CommandLineParsing#Section_14.2.17. > From this web page, it seems hush-shell support "for" iteration. > So, i wrote a s

Re: [U-Boot] [U-boot] shell script syntax

2013-07-22 Thread Albert ARIBAUD
Hi tiger...@viatech.com.cn, On Mon, 22 Jul 2013 17:46:38 +0800, wrote: > Hi, experts: > > It seems u-boot script does not support "for / goto" etc syntax? > > So, I could not use script to let one cmd run many times? See the Denx U-Boot documentation, more precisely: http://www.denx.de/wiki/

Re: [U-Boot] [PATCH] usb: ehci-omap: Don't softreset USB High-speed Host (UHH) Module

2013-07-22 Thread Marek Vasut
Dear Roger Quadros, > Fixes NFS root problems with Beagle (3530 ES1.0) when used with > external USB-ethernet adapter and "USB start" command used within > u-boot. > > Soft resetting the UHH module causes instability issues on > all OMAPs so we just avoid it. > > See OMAP36xx Errata > i571: US

Re: [U-Boot] [PATCH] usb: ehci-omap: Don't softreset USB High-speed Host (UHH) Module

2013-07-22 Thread Stefan Roese
On 07/22/2013 10:14 AM, Roger Quadros wrote: > Fixes NFS root problems with Beagle (3530 ES1.0) when used with > external USB-ethernet adapter and "USB start" command used within > u-boot. > > Soft resetting the UHH module causes instability issues on > all OMAPs so we just avoid it. > > See OMAP

[U-Boot] [PATCH] usb: ehci-omap: Don't softreset USB High-speed Host (UHH) Module

2013-07-22 Thread Roger Quadros
Fixes NFS root problems with Beagle (3530 ES1.0) when used with external USB-ethernet adapter and "USB start" command used within u-boot. Soft resetting the UHH module causes instability issues on all OMAPs so we just avoid it. See OMAP36xx Errata i571: USB host EHCI may stall when entering sma

Re: [U-Boot] [Ac100] [PATCH 3/3] ARM: tegra: paz00: enable nveckeyboardsupport

2013-07-22 Thread Marc Dietrich
Am Samstag, 20. Juli 2013, 21:20:52 schrieb Stephen Warren: > On 07/20/2013 03:12 AM, Marc Dietrich wrote: > > On Friday 19 July 2013 13:14:13 Stephen Warren wrote: > ... > > > Let's skip how this may actually look like in software. Given the > > discussions we had in the past, I propose the follo