Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Clint Adams
On Fri, Sep 10, 2010 at 07:54:40PM +0200, Wolfgang Denk wrote: > Please help testing, and check if all your relevant patches have been > included. In arch/i386/lib/board.c, the declaration of do_go_exec() has changed, thus leading to the following build failure[0]: board.c: In function 'do_go_exe

Re: [U-Boot] [PATCH 2/3] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

2011-04-12 Thread Clint Adams
On Tue, Apr 12, 2011 at 11:38:13AM -0700, Julian Pidancet wrote: > This part only initialize second PHY for the OpenRD-Client board and not > the OpenRD-Ultimate. > I would do something like: > > #if defined(CONFIG_BOARD_IS_OPENRD_CLIENT) || > defined(CONFIG_BOARD_IS_OPENRD_ULTIMATE) > #if defined

[U-Boot] [PATCH 1/3] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-12 Thread Clint Adams
--- MAKEALL |2 ++ board/Marvell/openrd_base/openrd_base.c |6 ++ boards.cfg |4 +++- include/configs/openrd_base.h | 14 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/MAKEALL

[U-Boot] [PATCH 2/3] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

2011-04-12 Thread Clint Adams
(rework of Julian Pidancet's patch) --- board/Marvell/openrd_base/openrd_base.c | 24 include/configs/openrd_base.h | 14 -- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/board/Marvell/openrd_base/openrd_base.c b/board/Marvell/o

[U-Boot] [PATCH 3/3] Rename openrd_base files to openrd.

2011-04-12 Thread Clint Adams
--- board/Marvell/openrd/Makefile | 56 ++ board/Marvell/openrd/kwbimage.cfg | 168 + board/Marvell/openrd/openrd.c | 175 +++ board/Marvell/openrd/openrd.h | 46 board/Marvell/openrd

[U-Boot] [V1 0/3] OpenRD-Client and OpenRD-Ultimate support

2011-04-13 Thread Clint Adams
This moves the renames to the begining, removes the unsightly periods from the commit logs, puts "V1" in the Subject headers, breaks up the >80-character line, and hopefully addresses all complaints except for Detlev Zundel's. Clint Adams (3): Rename openrd_base fil

[U-Boot] [V1 1/3] Rename openrd_base files to openrd

2011-04-13 Thread Clint Adams
--- board/Marvell/{openrd_base => openrd}/Makefile |2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0 .../{openrd_base/openrd_base.c => openrd/openrd.c} |2 +- .../{openrd_base/openrd_base.h => openrd/openrd.h} |0 boards.cfg |

[U-Boot] [V1 2/3] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-13 Thread Clint Adams
--- MAKEALL |2 ++ board/Marvell/openrd/openrd.c |6 ++ boards.cfg|2 ++ include/configs/openrd.h | 14 +- 4 files changed, 23 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index e1b928f..011cead 100755 --

[U-Boot] [V1 3/3] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-04-13 Thread Clint Adams
(rework of Julian Pidancet's patch) --- board/Marvell/openrd/openrd.c | 25 + include/configs/openrd.h | 14 -- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/board/Marvell/openrd/openrd.c b/board/Marvell/openrd/openrd.c index 14ca88e..

[U-Boot] MV SDIO

2011-04-13 Thread Clint Adams
Gérald, your mvsdio patch seems to work perfectly on OpenRD-Ultimate as well. Are you planning to resubmit it anytime soon? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [V1 0/3] OpenRD-Client and OpenRD-Ultimate support

2011-04-13 Thread Clint Adams
On Wed, Apr 13, 2011 at 09:57:19PM +0200, Albert ARIBAUD wrote: > If you can rework according to Detlev's suggestion before the end of > the merge window, that would be perfect. If not, and unless Prafulla > or Wolfgang objects, I will pull this in u-boot-arm, because it > works and at last provide

Re: [U-Boot] [V1 0/3] OpenRD-Client and OpenRD-Ultimate support

2011-04-18 Thread Clint Adams
On Wed, Apr 13, 2011 at 09:57:19PM +0200, Albert ARIBAUD wrote: > If you can rework according to Detlev's suggestion before the end of > the merge window, that would be perfect. If not, and unless Prafulla > or Wolfgang objects, I will pull this in u-boot-arm, because it > works and at last provide

[U-Boot] [PATCH v2 0/4] support for OpenRD-Client and OpenRD-Ultimate

2011-04-18 Thread Clint Adams
v2: define CONFIG_SYS_MVFS Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards MAKEALL

[U-Boot] [PATCH v2 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-18 Thread Clint Adams
--- MAKEALL |2 ++ board/Marvell/openrd/openrd.c |6 ++ boards.cfg|2 ++ include/configs/openrd.h | 14 +- 4 files changed, 23 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 6acece7..9e7fd02 100755 --

[U-Boot] [PATCH v2 3/4] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-04-18 Thread Clint Adams
(rework of Julian Pidancet's patch) --- board/Marvell/openrd/openrd.c | 25 + include/configs/openrd.h | 14 -- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/board/Marvell/openrd/openrd.c b/board/Marvell/openrd/openrd.c index 14ca88e..

[U-Boot] [PATCH v2 1/4] Rename openrd_base files to openrd

2011-04-18 Thread Clint Adams
--- board/Marvell/{openrd_base => openrd}/Makefile |2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0 .../{openrd_base/openrd_base.c => openrd/openrd.c} |2 +- .../{openrd_base/openrd_base.h => openrd/openrd.h} |0 boards.cfg |

[U-Boot] [PATCH v2 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards

2011-04-18 Thread Clint Adams
--- include/configs/openrd.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 8d86067..3256cb3 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -60,6 +60,7 @@ * Commands configuration */ #

[U-Boot] [PATCH v3 0/4] support for OpenRD-Client and OpenRD-Ultimate

2011-04-23 Thread Clint Adams
This patchset introduces support for Marvell OpenRD-Client and OpenRD-Ultimate boards. Changes for v3: - lengthen commit log for second PHY initialization patch Changes for v2: - define CONFIG_SYS_MVFS Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client

[U-Boot] [PATCH v3 1/4] Rename openrd_base files to openrd

2011-04-23 Thread Clint Adams
--- board/Marvell/{openrd_base => openrd}/Makefile |2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0 .../{openrd_base/openrd_base.c => openrd/openrd.c} |2 +- .../{openrd_base/openrd_base.h => openrd/openrd.h} |0 boards.cfg |

[U-Boot] [PATCH v3 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-23 Thread Clint Adams
--- MAKEALL |2 ++ board/Marvell/openrd/openrd.c |6 ++ boards.cfg|2 ++ include/configs/openrd.h | 14 +- 4 files changed, 23 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 6acece7..9e7fd02 100755 --

[U-Boot] [PATCH v3 3/4] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-04-23 Thread Clint Adams
Though the OpenRD-Base only has one gigabit Ethernet port, both the OpenRD-Client and OpenRD-Ultimate each have two. On the Ultimate, the PHY addresses are consecutive, but on the Client they are not. (based on <62a0952ce368acc725063a00a5ec680a639d6c27.1301040318.git.julian.pidan...@citrix.com>

[U-Boot] [PATCH v3 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards

2011-04-23 Thread Clint Adams
--- include/configs/openrd.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 8d86067..3256cb3 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -60,6 +60,7 @@ * Commands configuration */ #

Re: [U-Boot] [PATCH v2 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Clint Adams
On Tue, Apr 26, 2011 at 12:12:36AM +0200, Wolfgang Denk wrote: > Please fix globally, and use checkpatch to verify result. Thanks, that appears to be this: http://kernel.org/pub/linux/kernel/people/apw/checkpatch/ ___ U-Boot mailing list U-Boot@lists.den

[U-Boot] [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support

2011-04-25 Thread Clint Adams
Changes for v4: - Various commit log and whitespace tweaks Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD

[U-Boot] [PATCH v4 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- Changes for v4: - Added Signed-off-by: line to commit message --- MAKEALL |2 ++ board/Marvell/openrd/openrd.c |6 ++ boards.cfg|2

[U-Boot] [PATCH v4 3/4] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Clint Adams
com> ) Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet -- Changes for v3: - lengthened commit message Changes for v4: - Added Signed-off-by: line to commit message - Changed whitespace to TABs --- board/Marvell/openrd/openrd.c

[U-Boot] [PATCH v4 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards

2011-04-25 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- Changes for v4: - Added Signed-off-by: line to commit message --- include/configs/openrd.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/openrd.h b/include

[U-Boot] [PATCH v4 1/4] Rename openrd_base files to openrd

2011-04-25 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- Changes for v4: - Added Signed-off-by: line to commit message --- board/Marvell/{openrd_base => openrd}/Makefile |2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg

[U-Boot] [PATCH v5 0/4] OpenRD-Client and OpenRD-Ultimate support

2011-05-03 Thread Clint Adams
Changes for v5: - rebase against current u-boot-marvell.git/master Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on

[U-Boot] [PATCH v5 1/4] Rename openrd_base files to openrd

2011-05-03 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- board/Marvell/{openrd_base => openrd}/Makefile |2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0 .../{openrd_base/openrd_base.c => openrd/openrd.c} |2 +- .../{op

[U-Boot] [PATCH v5 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-05-03 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- MAKEALL |2 ++ board/Marvell/openrd/openrd.c |6 ++ boards.cfg|2 ++ include/configs/openrd.h | 14 +- 4 files changed, 23

[U-Boot] [PATCH v5 3/4] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-05-03 Thread Clint Adams
com> ) Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet -- Changes for v3: - lengthened commit message Changes for v4: - Added Signed-off-by: line to commit message - Changed whitespace to TABs --- board/Marvell/openrd/openrd.c

[U-Boot] [PATCH v5 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards

2011-05-03 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- include/configs/openrd.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 8d86067..3256cb3 100644 --- a/include/configs

[U-Boot] leon2/leon3 build failure with O

2011-06-25 Thread Clint Adams
arch/sparc/cpu/leon[23]/Makefile do not tolerate the use of an external object directory because it looks for start.S in the obj directory. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/1 v4] RFC: dreamplug: Initial support.

2011-07-21 Thread Clint Adams
On Mon, Jun 13, 2011 at 12:51:30PM -0400, Jason wrote: > Ahhh, thanks for the clarification. I'll make sure to do that if there > needs to be another revision, or once Linux support is mainlined and I'm > submitting for inclusion. What's the current state of this? Thanks. ___

Re: [U-Boot] [PATCH 1/1 v4] RFC: dreamplug: Initial support.

2011-07-21 Thread Clint Adams
On Thu, Jul 21, 2011 at 04:26:29PM -0400, Jason wrote: > I've had it working, but suffering random oopses and crashes. I believe > this is due to me guessing at the MPP config (based on other Marvell > boards with same processor / flash chip). But I'm shooting in the dark > unless I see the sourc

Re: [U-Boot] [PATCH] drivers/rtc: add Marvell Integrated RTC.

2011-07-24 Thread Clint Adams
On Sun, Jul 24, 2011 at 01:12:01AM +, u-b...@lakedaemon.net wrote: > rewrite of the not-merged code from Globalscale Technologies. This RTC is > known to exist in the DreamPlug platform and is accessed via two registers. If I apply this on top of your v4 patch on top of 2011.06, I only need t

Re: [U-Boot] [PATCH RFC] drivers/rtc: add Marvell Integrated RTC.

2011-07-28 Thread Clint Adams
On Tue, Jul 26, 2011 at 02:51:26PM -0400, Jason wrote: > btw - I have everything else tested and working. RTC, spi flash, cpu > speed, etc. This issue is the last holdout before I resubmit v5. Hi Jason, We same to be having some issues with USB support with your v4 set, particularly that it's u

[U-Boot] OpenRD-{Client,Ultimate}

2011-03-24 Thread Clint Adams
What is the status of the OpenRD-Ultimate support discussed last summer? Is there no way to detect the board type and use a single U-Boot image for all three variants? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-b

Re: [U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2011-03-25 Thread Clint Adams
Julian Pidancet wrote: > A nice future improvement would be to add variant detection and configuration > at run-time as suggested on the mailing-list in a recent email. So one could > use the same binary for all board variants. Does anyone know offhand how to do this? I have heard rumors of a GPI

Re: [U-Boot] [STATUS] U-Boot v2011.03 released - Merge Window OPEN

2011-04-02 Thread Clint Adams
On Fri, Apr 01, 2011 at 10:12:07PM +0200, Wolfgang Denk wrote: > KNOWN ISSUES: eNET fails to build. drivers/mtd/libmtd.o: In function `flash_init': /build/buildd-u-boot_2011.03-1-i386-gvfrZa/u-boot-2011.03/drivers/mtd/cfi_flash.c:2177: undefined reference to `monitor_flash_len' make[1]: *** [/b

Re: [U-Boot] [PATCH v2 1/4] Kirkwood: Rename openrd_base board files to openrd.

2011-04-06 Thread Clint Adams
On Tue, Mar 29, 2011 at 05:53:14AM -0700, Prafulla Wadaskar wrote: > You can pass additional options here to identify your board uniquely out of > several supported boards (to be coming) > For ex: > +openrd_base arm arm926ejs openrd > +MarvellKirkwood openrd

[U-Boot] [PATCH 1/2] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-06 Thread Clint Adams
--- MAKEALL |2 ++ boards.cfg|4 +++- include/configs/openrd_base.h | 14 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index e1b928f..011cead 100755 --- a/MAKEALL +++ b/MAKEALL @@ -361,6 +361,8

[U-Boot] [PATCH 2/2] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

2011-04-06 Thread Clint Adams
(rework of Julian Pidancet's patch) --- board/Marvell/openrd_base/openrd_base.c | 22 ++ include/configs/openrd_base.h | 14 -- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/board/Marvell/openrd_base/openrd_base.c b/board/Marvell/ope

Re: [U-Boot] [PATCH 2/2] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

2011-04-12 Thread Clint Adams
On Mon, Apr 11, 2011 at 05:03:32AM -0700, Prafulla Wadaskar wrote: > I have tested these patches and works for openRD-Base, certainly it may not > work for ultimate and client since respective machine ids are not programmed. I can't believe I forgot this part. > May you please provide tuned vers

[U-Boot] [PATCH 1/3] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-12 Thread Clint Adams
--- MAKEALL |2 ++ board/Marvell/openrd_base/openrd_base.c |6 ++ boards.cfg |4 +++- include/configs/openrd_base.h | 14 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/MAKEALL

[U-Boot] [PATCH 2/3] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

2011-04-12 Thread Clint Adams
(rework of Julian Pidancet's patch) --- board/Marvell/openrd_base/openrd_base.c | 22 ++ include/configs/openrd_base.h | 14 -- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/board/Marvell/openrd_base/openrd_base.c b/board/Marvell/ope

[U-Boot] [PATCH 3/3] Rename openrd_base files to openrd.

2011-04-12 Thread Clint Adams
--- board/Marvell/openrd/Makefile | 56 ++ board/Marvell/openrd/kwbimage.cfg | 168 ++ board/Marvell/openrd/openrd.c | 173 +++ board/Marvell/openrd/openrd.h | 46 board/Marvell/openr

Re: [U-Boot] [PATCH v1] add mv_sdio driver for sheevaplug

2010-11-17 Thread Clint Adams
On Sun, Aug 29, 2010 at 12:37:16AM +0200, Gérald Kerma wrote: > Add mvsdio driver to Kirkwood SoC > Add SDIO support to SHEEVAPLUG Gérald, can this be adapted for GuruPlug? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

[U-Boot] PATCH: enable ext2 on GuruPlug

2010-12-04 Thread Clint Adams
ext2 is just as useful on the guru as on the sheeva >From cc232be56fa7e62a4bcdec7a9061a1ed4437eeb4 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 4 Dec 2010 15:44:15 -0500 Subject: [PATCH] Enable ext2 support on GuruPlug --- include/configs/guruplug.h |1 + 1 files changed

[U-Boot] failure to boot GuruPlug with v2010.12-rc2 .kwb

2010-12-04 Thread Clint Adams
Loading the ELF v2010.12-rc2 into RAM with OpenOCD works to boot my GuruPlug, but flashing the u-boot.kwb to /dev/mtd0 results in a brick. What might be the problem here? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/