Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-27 Thread Stephen Warren
On 10/26/2012 05:33 AM, Vikram Narayanan wrote: > Some nitpicks. > > On 10/24/2012 10:20 AM, Stephen Warren wrote: >> This adds a simple driver for the BCM2835's SD controller. >> >> Workarounds are implemented for: >> * Register writes can't be too close to each-other in time, or they will >>

Re: [U-Boot] [PATCH V3 5/5] ARM: tegra: don't request GPIO from Seaboard's SPL

2012-10-27 Thread Stephen Warren
On 10/27/2012 03:15 AM, Albert ARIBAUD wrote: > Hi Stephen, > > On Mon, 22 Oct 2012 10:19:36 -0600, Stephen Warren > wrote: > >> From: Stephen Warren >> >> Seaboard has a GPIO that switches an external mux between Tegra's debug >> UART and SPI flash. This is initialized from the SPL so that SPL

Re: [U-Boot] [PATCH v3 08/24] pmic: Move pmic related code to ./drivers/power directory

2012-10-27 Thread Lukasz Majewski
Hi Tom, > On Fri, Oct 19, 2012 at 05:43:55PM +0200, Lukasz Majewski wrote: > > > The PMIC framework has been moved to its more natural place > > ./drivers/power from ./drivers/misc directory. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > --- > > Changes for v2: >

Re: [U-Boot] [PATCH v4 2/5] arm bootm: Do not append zero ATAG_MEM

2012-10-27 Thread Marek Vasut
Dear Tom Rini, > On Fri, Oct 19, 2012 at 02:00:05PM +0200, Pali Roh??r wrote: > > If dram bank size is calculated at runtime, it can be zero on some > > boards. This patch added code which ignore these zero bank size in > > ATAG_MEM. > > > > Signed-off-by: Pali Roh??r > > My reading of the kern

Re: [U-Boot] ping failed; host 192.168.1.101 is not alive

2012-10-27 Thread Anatolij Gustschin
Hi, On Fri, 26 Oct 2012 22:29:32 -0700 (PDT) akdas75 wrote: > > Hi http://old.nabble.com/file/p34608548/uboot-log.rtf uboot-log.rtf > > I am using beagle board C4 with zippy expansion board. > I am able to do NFS at the kernel level. > I want to o tftp at the u-boot level. > my beagle board i

Re: [U-Boot] [PATCH 3/6] serial: Reorder serial_assign()

2012-10-27 Thread Marek Vasut
Dear Allen Martin, > On Fri, Oct 26, 2012 at 11:39:48AM -0700, Joe Hershberger wrote: > > Hi Marek, > > > > On Fri, Oct 26, 2012 at 5:22 AM, Marek Vasut wrote: > > > Dear Joe Hershberger, > > > > > >> Hi Allen, > > >> > > >> On Thu, Oct 25, 2012 at 4:19 PM, Allen Martin wrote: > > >> > On Thu

Re: [U-Boot] [PATCH v2 2/2] ARM: lacie_kw: add support for WIRELESS_SPACE

2012-10-27 Thread Albert ARIBAUD
Hi Simon, On Sat, 20 Oct 2012 02:17:23 +0200, Simon Guinot wrote: > I think you missed here a couple of 'defined()' for the boards ns2lite > and ns2mini. Correct. However: > Moreover, don't you think that the Wireless Space could have his own > board files ? I mean, there is almost no common h

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2012-10-27 Thread Albert ARIBAUD
Hi Stefano, On Fri, 26 Oct 2012 16:30:53 +0200, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx, thanks. > > The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39: > > Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging > (2012-10-15

[U-Boot] ping failed; host 192.168.1.101 is not alive

2012-10-27 Thread akdas75
Hi http://old.nabble.com/file/p34608548/uboot-log.rtf uboot-log.rtf I am using beagle board C4 with zippy expansion board. I am able to do NFS at the kernel level. I want to o tftp at the u-boot level. my beagle board is connected to the host via cross ethernet cable. the phy chip is enc28j60.

[U-Boot] Current u-boot memory mapping

2012-10-27 Thread RgC
Hi All, Last week I got a weird problem on an ARM platfrom. It is using an old version of u-boot because of our design/implementation cycle, but let's not talk about upgrading the u-boot version that I use please. My understanding of the u-boot memory mapping is in question :-) I've dealt with

Re: [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk

2012-10-27 Thread Stefano Babic
Am 27/10/2012 10:45, schrieb Albert ARIBAUD: > Hi Stefano, > > On Fri, 26 Oct 2012 16:32:54 +0200, Stefano Babic > wrote: > >> Recent patches adding FSL_PMIC_I2C_LENGTH require >> that the PMIC model is defined. >> >> Signed-off-by: Stefano Babic >> CC: Jason Liu >> --- >> include/configs/mx5

Re: [U-Boot] [PATCH V3 5/5] ARM: tegra: don't request GPIO from Seaboard's SPL

2012-10-27 Thread Albert ARIBAUD
Hi Stephen, On Mon, 22 Oct 2012 10:19:36 -0600, Stephen Warren wrote: > From: Stephen Warren > > Seaboard has a GPIO that switches an external mux between Tegra's debug > UART and SPI flash. This is initialized from the SPL so that SPL debug > output can be seen. Simplify the code that does th

Re: [U-Boot] [PATCH] MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk

2012-10-27 Thread Albert ARIBAUD
Hi Stefano, On Fri, 26 Oct 2012 16:32:54 +0200, Stefano Babic wrote: > Recent patches adding FSL_PMIC_I2C_LENGTH require > that the PMIC model is defined. > > Signed-off-by: Stefano Babic > CC: Jason Liu > --- > include/configs/mx53evk.h |1 + > 1 file changed, 1 insertion(+) > > diff -