Re: [U-Boot] [PATCH] Adding support for Linuxstamp II 9260

2009-11-03 Thread Paul Thomas
>> +#ifdef CONFIG_RESET_PHY_R >> +void reset_phy(void) >> +{ >> +#ifdef CONFIG_MACB >> +     /* >> +      * Initialize ethernet HW addr prior to starting Linux, >> +      * needed for nfsroot >> +      */ >> +     eth_init(gd->bd); >> +#endif >> +} > > NAK. Please fix your Linux drivers instead. Se

[U-Boot] [PATCH] Adding support for Linuxstamp II 9260

2009-11-03 Thread Paul Thomas
From: Paul Thomas --- Makefile |3 + board/linuxstamp/at91sam9260ls/Makefile| 56 ++ board/linuxstamp/at91sam9260ls/at91sam9260ls.c | 203 + board/linuxstamp/at91sam9260ls/config.mk |1 + board/linuxstamp

Re: [U-Boot] [PATCH] Adding support for Linuxstamp II 9260

2009-11-03 Thread Paul Thomas
On Tue, Nov 3, 2009 at 2:21 PM, Mike Frysinger wrote: > On Tuesday 03 November 2009 16:12:40 Paul Thomas wrote: >> From: Paul Thomas > > looks like you need to fix your git environment & re-submit this patch > -mike > Mike, Yeah, I saw it does that in git send-email,

[U-Boot] [PATCH] v2 Linuxstamp II 9260 support

2009-11-03 Thread Paul Thomas
SoC) +Paul Thomas + + ls9260 ARM926EJS (AT91SAM9260 SoC) + Greg Ungerer cm4008 ks8695p diff --git a/MAKEALL b/MAKEALL index d63c5c2..5104607 100755 --- a/MAKEALL +++ b/MAKEALL @@ -653,6 +653,7 @@ LIST_at91=" \ SBC35_

Re: [U-Boot] u-boot for iMX27 board

2009-11-03 Thread Paul Thomas
On Tue, Nov 3, 2009 at 10:26 PM, Intur Venkatesulu wrote: > Hi, > > > > Please clarify the following regarding u-boot. > > > > Will u-boot imx27 Target board, if yes pl send me this link for down loading > u-boot > > > > Regards, > > Venkatesulu Venkatesulu, There is support for the imx27 in u-b

Re: [U-Boot] [PATCH] v2 Linuxstamp II 9260 support

2009-11-04 Thread Paul Thomas
> > Another partition.c... > Looking for > > ugrep Ulf > ./board/ronetix/pm9263/partition.c >  * Ulf Samuelsson > ./board/ronetix/pm9261/partition.c >  * Ulf Samuelsson > ./board/atmel/at91sam9261ek/partition.c >  * Ulf Samuelsson > ./board/atmel/at91sam9260ek/partition.c >  * Ulf Samuelsson >

Re: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

2009-05-19 Thread Paul Thomas
On Wed, May 6, 2009 at 11:30 AM, Ilya Yanok wrote: > This patch adds support for i.MX27-LITEKIT development board from > LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND > flash, FEC ethernet controller integrated into i.MX27. > > Signed-off-by: Ilya Yanok > --- > MAKEALL

Re: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

2009-05-20 Thread Paul Thomas
On Wed, May 20, 2009 at 11:49 AM, Ilya Yanok wrote: > Hello Paul, > > > I was trying to test out this patch, and I'm having some trouble. I > > did a git pull on the u-boot tree, and then I saved this patch to a > > text file. I was able to apply the patch just fine. The first thing > > that happ

Re: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

2009-05-28 Thread Paul Thomas
On Wed, May 20, 2009 at 11:49 AM, Ilya Yanok wrote: > Hello Paul, > > > I was trying to test out this patch, and I'm having some trouble. I > > did a git pull on the u-boot tree, and then I saved this patch to a > > text file. I was able to apply the patch just fine. The first thing > > that happ

Re: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

2009-05-28 Thread Paul Thomas
On Thu, May 28, 2009 at 2:45 PM, Wolfgang Denk wrote: > Dear Paul, > > in message > you wrote: > > > > Where do I find these patches? Does anyone have an ETA when the imx27 > stuff > > will show up in git? > > The patches have been posted here on this mailing list. > > It's primarily up to Jean-

Re: [U-Boot] MMU init code in uboot for MX31 PDK

2009-06-04 Thread Paul Thomas
On Thu, Jun 4, 2009 at 10:51 AM, Magnus Lilja wrote: > 2009/6/4 alfred steele : > >> The MMU is not used in ARM/U-boot, at least not on the i.MX31. > > I was thinking there has to be a mechnism which defines the > > phystovirtual mapping table before the kernel starts running in the > > virtual sp

Re: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

2009-06-11 Thread Paul Thomas
> Note that the old version of that code is available in the "imx27lite" > branch of the u-boot-testing repository; see > > http://git.denx.de/?p=u-boot/u-boot-testing.git;a=shortlog;h=refs/heads/imx27lite Is this still the best branch for imx27lite? I'm not getting anything on the serial port wh

[U-Boot] 34704 PMIC

2009-06-11 Thread Paul Thomas
Well, I finally have u-boot-v2 booting on my open source imx27 board. This brings me to the next step of enabling the 3.3v supply on the freescale mc34704 power management IC. I see that there is an SPI driver for the mc13783 PMIC. One big difference is that the mc34704 communicates with i2c wherea

Re: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

2009-06-13 Thread Paul Thomas
On Thu, Jun 11, 2009 at 3:38 PM, Paul Thomas wrote: > > Note that the old version of that code is available in the "imx27lite" >> branch of the u-boot-testing repository; see >> >> http://git.denx.de/?p=u-boot/u-boot-testing.git;a=shortlog;h=refs/heads/imx2

[U-Boot] u-boot & gdb

2009-06-19 Thread Paul Thomas
I've been using gdb with u-boot via openocd. I'm sure others are doing something similar, but I did a quick entry on what I'm doing. Maybe someone else will find it usefull. http://openhardware.wordpress.com/2009/06/19/u-boot-gdb/ thanks, Paul ___ U-Boo

Re: [U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3

2009-07-03 Thread Paul Thomas
Hello, I'm using the imx27lite-v2 branch for our opensource imx27 board. Right now I'm trying to get the nand to work. I'm using a Micron 2Gb x8 part (p/n MT29F2G08ABDHC). When I do "nand info" I get "Device 0: NAND 256MiB 1,8V 8-bit, sector size 128 KiB" which is correct. mtdparts returns: devic

Re: [U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3

2009-07-03 Thread Paul Thomas
On Fri, Jul 3, 2009 at 12:03 PM, Paul Thomas wrote: > Hello, > > I'm using the imx27lite-v2 branch for our opensource imx27 board. Right now > I'm trying to get the nand to work. I'm using a Micron 2Gb x8 part (p/n > MT29F2G08ABDHC). When I do "nand info&quo