Re: [U-Boot] [PATCH 1/3] omap4: panda: disable uart2 pads during boot

2012-05-05 Thread R, Sricharan
Hi Tero, On Wed, Apr 25, 2012 at 9:35 PM, Tero Kristo wrote: > If uart2 is enabled during boot, spurious wifi chip transmission will > hang the module and it is impossible to recover from this situation > without hard reset. This will prevent any l4_per domain idle > transitions. > > Signed-off-b

Re: [U-Boot] [PATCH 2/3] omap4: do not enable fs-usb module

2012-05-05 Thread R, Sricharan
Hi Tero, [snip] > @@ -378,7 +378,6 @@ void enable_basic_clocks(void) >                &prcm->cm_l4per_gptimer2_clkctrl, >                &prcm->cm_wkup_wdtimer2_clkctrl, >                &prcm->cm_l4per_uart3_clkctrl, > -               &prcm->cm_l3init_fsusb_clkctrl, >                &prcm->cm_l3i

Re: [U-Boot] [PATCH 2/3] omap4: do not enable fs-usb module

2012-05-05 Thread R, Sricharan
Hi Tero, Sorry my mailer thrashed my earlier email. resending it again. On Wed, Apr 25, 2012 at 9:35 PM, Tero Kristo wrote: > If this is done in the bootloader, the FS-USB will later be stuck into > intransition state, which will prevent the device from entering idle. > > Signed-off-by: Tero Kr

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-05-05 Thread Marek Vasut
Dear Troy Kisky, > On 4/24/2012 8:33 PM, Troy Kisky wrote: > > Other then being very weird, this code was also wrong. > > For example, say I set speed to 100K. I'll read back the speed > > as 85937. But the speed is really 85937.5, so we I reset > > the speed to 85937, I'll get 73660.7. After a co

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-05-05 Thread Marek Vasut
Dear Troy Kisky, > On 4/24/2012 8:33 PM, Troy Kisky wrote: > > Other then being very weird, this code was also wrong. > > For example, say I set speed to 100K. I'll read back the speed > > as 85937. But the speed is really 85937.5, so we I reset > > the speed to 85937, I'll get 73660.7. After a co

Re: [U-Boot] uboot and ZFS

2012-05-05 Thread Marek Vasut
Dear Jorgen Lundman, > >> At first glance, it would suggest that it should be feasible to add ZFS > >> to uboot. But since I only have 'usage-level knowledge' of both boot > >> systems, I am unaware of any show-stoppers. > > > > Oh please study this and submit a patch, I believe at least Pavel (C

Re: [U-Boot] [PATCH] tegra: override compiler flags for cmd_nvedit

2012-05-05 Thread Wolfgang Denk
Dear Allen Martin, In message <1336163380-29679-1-git-send-email-amar...@nvidia.com> you wrote: > Override -march setting for tegra to -march=armv4t for cmd_nvedit.c > > The recent change to use -march=armv7-a for armv7 caused a regression > on tegra because tegra starts boot on a arm7tdmi proces

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-05-05 Thread Troy Kisky
On 5/5/2012 6:08 AM, Marek Vasut wrote: Dear Troy Kisky, On 4/24/2012 8:33 PM, Troy Kisky wrote: Other then being very weird, this code was also wrong. For example, say I set speed to 100K. I'll read back the speed as 85937. But the speed is really 85937.5, so we I reset the speed to 85937, I'

Re: [U-Boot] USB on mx53loco

2012-05-05 Thread Fabio Estevam
Hi Stefano and Wolfgang, On Wed, May 2, 2012 at 5:56 PM, stefano babic wrote: > Am 02/05/2012 20:48, schrieb Fabio Estevam: >> Hi Wolfgang, >> >> Have you tested USB host functionality on a mx53loco with a Freescale >> MC34708 PMIC ? > > No, I tested on a board with the Dialog PMIC, and it worked

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-05-05 Thread Marek Vasut
Dear Troy Kisky, > On 5/5/2012 6:08 AM, Marek Vasut wrote: > > Dear Troy Kisky, > > > >> On 4/24/2012 8:33 PM, Troy Kisky wrote: > >>> Other then being very weird, this code was also wrong. > >>> For example, say I set speed to 100K. I'll read back the speed > >>> as 85937. But the speed is reall

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-05-05 Thread Troy Kisky
On 5/5/2012 2:36 PM, Marek Vasut wrote: Dear Troy Kisky, On 5/5/2012 6:08 AM, Marek Vasut wrote: Dear Troy Kisky, On 4/24/2012 8:33 PM, Troy Kisky wrote: Other then being very weird, this code was also wrong. For example, say I set speed to 100K. I'll read back the speed as 85937. But the s

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-05-05 Thread Marek Vasut
Dear Troy Kisky, > On 5/5/2012 2:36 PM, Marek Vasut wrote: > > Dear Troy Kisky, > > > >> On 5/5/2012 6:08 AM, Marek Vasut wrote: > >>> Dear Troy Kisky, > >>> > On 4/24/2012 8:33 PM, Troy Kisky wrote: > > Other then being very weird, this code was also wrong. > > For example, say I s

Re: [U-Boot] [PATCH v3] Allow for parallel builds and saved output

2012-05-05 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Andy Fleming, > > In message <1335332031-24138-1-git-send-email-aflem...@freescale.com> you wrote: > > The MAKEALL script cleverly runs make with the appropriate options > > to use all of the cores on the system, but your average U-Boot build > > can't make much use of