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 u...@atmel.com ./board/ronetix/pm9261/partition.c  * Ulf Samuelsson u...@atmel.com ./board/atmel/at91sam9261ek/partition.c  * Ulf Samuelsson u...@atmel.com

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. See

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

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

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 vap...@gentoo.org wrote: On Tuesday 03 November 2009 16:12:40 Paul Thomas wrote: From: Paul Thomas ptho...@black.(none) looks like you need to fix your git environment re-submit this patch -mike Mike, Yeah, I saw it does that in git send

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

2009-11-03 Thread Paul Thomas
) tny_a9g20 ARM926EJS (AT91SAM9G20 SoC) +Paul Thomas pthomas8...@gmail.com + + ls9260 ARM926EJS (AT91SAM9260 SoC) + Greg Ungerer greg.unge...@opengear.com cm4008 ks8695p diff --git a/MAKEALL b/MAKEALL index d63c5c2..5104607 100755 --- a/MAKEALL +++ b/MAKEALL

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 venkat.in...@tovyaautomation.com 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

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: device

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 pthomas8...@gmail.com 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 I get Device 0: NAND

[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 ___

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 pthomas8...@gmail.com 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/imx27lite Is this still

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 when I

[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

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 lilja.mag...@gmail.comwrote: 2009/6/4 alfred steele alfred.jaq...@gmail.com: 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

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 w...@denx.de wrote: Dear Paul, in message c785bba30905281246y62fa3556y4a2f8e6a9a044...@mail.gmail.com 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