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
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
---
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
(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
---
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
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
---
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 |
---
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
--
(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..
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
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
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
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
---
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
--
(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..
---
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 |
---
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
*/
#
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
---
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 |
---
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
--
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>
---
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
*/
#
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
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
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
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
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
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
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
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
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
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
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
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
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.
___
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
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
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
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
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
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
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
---
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
(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
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
---
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
(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
---
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
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
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
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/
51 matches
Mail list logo