Re: [U-Boot] Request pull: u-boot-sh

2009-07-11 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <29ab51dc0907101700y10f5a0a5sb6ba10c0cf3ad...@mail.gmail.com> you wrote: > > Sorry, I wll merge "sh: Add espt-gita board to MAKEALL" and resend > "request-pull". Thanks a lot. I appreciate your help. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot] ENV_IS_EMBEDDED vs CONFIG_ENV_IS_EMBEDDED

2009-07-11 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200907102250.57311.vap...@gentoo.org> you wrote: > > > Yes. It's IMHO silly to have to configure something manually (and > > keep it in sync with potential changes of some other defines) when it > > is as well possible to have that same value computed automatically

[U-Boot] [PATCH] MTD: OneNAND: Increase the environment size to 4KiB

2009-07-11 Thread Kyungmin Park
Also use mtd operatoin instead of onenand functions Signed-off-by: Kyungmin Park --- diff --git a/common/env_onenand.c b/common/env_onenand.c index 48089a9..476fdbc 100644 --- a/common/env_onenand.c +++ b/common/env_onenand.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2005-2007 Samsung Electronics + *

[U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-11 Thread Kyungmin Park
Use the common OneNAND linker script. Signed-off-by: Kyungmin Park --- diff --git a/onenand_ipl/board/apollon/u-boot.onenand.lds b/onenand_ipl/u-boot-onenand.lds similarity index 100% rename from onenand_ipl/board/apollon/u-boot.onenand.lds rename to onenand_ipl/u-boot-onenand.lds __

[U-Boot] [PATCH] Apollon board use common OneNAND IPL linker

2009-07-11 Thread Kyungmin Park
Use common OneNAND IPL linker script. Signed-off-by: Kyungmin Park --- diff --git a/onenand_ipl/board/apollon/Makefile b/onenand_ipl/board/apollon/Makefile index 49a8e90..f0744f6 100644 --- a/onenand_ipl/board/apollon/Makefile +++ b/onenand_ipl/board/apollon/Makefile @@ -2,7 +2,7 @@ include $(T

[U-Boot] [PATCHv2 3/3] 83xx, kmeter1: added NAND support

2009-07-11 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- - changes since v1: moved the nand driver to drivers/mtd/nand/kmeter1_nand.c as Stefan Roese suggested drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/kmeter1_nand.c | 153 +++ include/configs/kmeter1.h |

Re: [U-Boot] [PATCHv2 1/3] A320: driver for FTMAC100 ethernet controller

2009-07-11 Thread Wolfgang Denk
Dear Ben Warren, In message <4a56d27b.5050...@gmail.com> you wrote: > > >>> +COBJS-$(CONFIG_DRIVER_FTMAC100) += ftmac100.o > >>> > >> please remove the DRIVER_ > > > > OK, but some recent patches use DRIVER_ naming. > > > > CONFIG_DRIVER_TI_EMAC > > CONFIG_DRIVER_AX88180 > > > > Is it not

Re: [U-Boot] [PATCH 1/4]: arm: Kirkwood: Set MAC address during registration for kirkwood egiga

2009-07-11 Thread Wolfgang Denk
Dear Ben Warren, In message <4a56d52a.8010...@gmail.com> you wrote: > Simon Kagstrom wrote: > > This patch sets the MAC address during registration in addition to > > during device init. Since U-boot might not access the ethernet device, > > Linux might end up with the MAC address unset. > > >

Re: [U-Boot] [PATCH 1/4]: arm: Kirkwood: Set MAC address during registration for kirkwood egiga

2009-07-11 Thread Wolfgang Denk
Dear Simon Kagstrom, In message <20090710092452.492df...@marrow.netinsight.se> you wrote: > > OK, I've tried looking around at how other boards do it, and at least > the most similar (mv6436x_eth_initialize() for other Marvell boards) do > it the same way as well as some others (ax88180.c). Then

Re: [U-Boot] [PATCH] usb: Fix compiler warning with gcc4.4

2009-07-11 Thread Remy Bohmer
Hello, 2009/7/7 Kumar Gala : > ehci-hcd.c: In function 'ehci_submit_root': > ehci-hcd.c:719: warning: value computed is not used > ehci-hcd.c:748: warning: value computed is not used > > Signed-off-by: Kumar Gala > --- >  drivers/usb/host/ehci-hcd.c |    4 ++-- >  1 files changed, 2 insertions(+)

Re: [U-Boot] [PATCH 1/2][repost] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-07-11 Thread Remy Bohmer
Hello Michael, 2009/7/10 Michael Trimarchi : > Hi, > > cc: Remy Bohmer > > Prafulla Wadaskar wrote: >> >> This patch is tested for USB host interface on Kirkwood based >> Sheevaplug platform (i.e arm little-endian machine) >> >> Signed-off-by: Prafulla Wadaskar >> --- >>  drivers/usb/host/ehci-hc

Re: [U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board 1/7

2009-07-11 Thread Remy Bohmer
Hi Kevin, 2009/7/9 kevin.morf...@fearnside-systems.co.uk : > Hi Remy > >>> This patch re-formats the code in cpu/arm920t and cpu/arm920t/23c24x0 in >>> preparation for changes to add support for the Embest SBC2440-II Board. >>> >>> The changes are as follows: >>> >>> - re-indent the code using Lin

[U-Boot] Some puzzles about u-boot.lds

2009-07-11 Thread Peter Chen
Dear lists, I met some problems about integrate our bootloader to u-boot, my working CPU is ARM1136EJ-S. Our boot routine likes below: 1. Rom code, and copy the first 4KB u-boot to ITCM (0x7000), switch to u-boot. ( cpu/arm1136/start.S) 2. u-boot running at ITCM, and config PLL, and memory,

[U-Boot] [PATCH] ppc4xx: Fixed compilation warning in 4xx_enet.c

2009-07-11 Thread Alessio Centazzo
This patch fixes a compilation warning for some Ethernet PHY-less PPC4xx platforms (440SPE based ones) and a potential compilation error for 440SP platforms (use of undefined 'ethgroup' variable). In the original code and in case of 440SPE platforms, 'ethgroup' is initialized to -1 and never modifi

Re: [U-Boot] [PATCH 1/2][repost] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-07-11 Thread Michael Trimarchi
Hello Stefan and Remy Remy Bohmer wrote: > Hello Michael, > > 2009/7/10 Michael Trimarchi : > >> Hi, >> >> cc: Remy Bohmer >> >> Prafulla Wadaskar wrote: >> >>> This patch is tested for USB host interface on Kirkwood based >>> Sheevaplug platform (i.e arm little-endian machine) >>> >>> Sig

[U-Boot] macb: get mac address from environment

2009-07-11 Thread Andrzej Wolski
This fix macb driver broken by commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5 Signed-off-by: Andrzej Wolski --- diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 6de0a04..0d2ef5e 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -408,8 +408,7 @@ static int macb_init(struct et

Re: [U-Boot] macb: get mac address from environment

2009-07-11 Thread Mike Frysinger
On Saturday 11 July 2009 19:05:40 Andrzej Wolski wrote: > This fix macb driver broken by commit > 56b555a644f3cbb1b3929cb52b61d3ce483885f5 what exactly broke ? drivers that are ported to NET_MULTI should *not* be getting the mac from the environment. and from what i can see, the macb driver is

[U-Boot] [PATCH] ubi: help message correction

2009-07-11 Thread Andrzej Wolski
Fix incorrect information about size units. Signed-off-by: Andrzej Wolski --- diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index bbca389..d1653b1 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -608,6 +608,6 @@ U_BOOT_CMD(ubi, 6, 1, do_ubi, " - Remove volume\n"

Re: [U-Boot] macb: get mac address from environment

2009-07-11 Thread Andrzej Wolski
> On Saturday 11 July 2009 19:05:40 Andrzej Wolski wrote: >> This fix macb driver broken by commit >> 56b555a644f3cbb1b3929cb52b61d3ce483885f5 > > what exactly broke ? drivers that are ported to NET_MULTI should *not* be > getting the mac from the environment. and from what i can see, the macb

Re: [U-Boot] macb: get mac address from environment

2009-07-11 Thread Mike Frysinger
On Saturday 11 July 2009 22:27:36 Andrzej Wolski wrote: > > On Saturday 11 July 2009 19:05:40 Andrzej Wolski wrote: > >> This fix macb driver broken by commit > >> 56b555a644f3cbb1b3929cb52b61d3ce483885f5 > > > > what exactly broke ? drivers that are ported to NET_MULTI should *not* > > be getting

Re: [U-Boot] [PATCH] ubi: help message correction

2009-07-11 Thread Wolfgang Denk
Dear Andrzej Wolski, In message you wrote: > Fix incorrect information about size units. > > Signed-off-by: Andrzej Wolski > --- > diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c > index bbca389..d1653b1 100644 > --- a/common/cmd_ubi.c > +++ b/common/cmd_ubi.c > @@ -608,6 +608,6 @@ U_BOOT_CMD(