Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-03-01 Thread Wolfgang Denk
Dear "Lv Terry-R65388", In message <1ae74f652ecb1440b73dd7c2c20842d1ac6...@zch01exm27.fsl.freescale.net> you wrote: > > It seems that "git am" doesn't work for me. Well, I'm afraid there is little we can do to help you with that. Setting up a basic working tool chain is something you have

[U-Boot] [PATCH] POST progress API

2010-03-01 Thread Michael Zaidman
Added POST progress API implemented as weak calls before and after each call to the POST test callback in the post_run_single routine of the post.c file. Signed-off-by: Michael Zaidman --- include/post.h |5 + post/post.c| 17 +++-- 2 files changed, 20 insertions(+), 2

Re: [U-Boot] [PATCH V4 10/11] fsl_esdhc: add support for mx51 processor

2010-03-01 Thread Stefano Babic
Lv Terry-R65388 wrote: > Hi Stefano, > Hi Terry, > Have you tested mmc on mx51 board? Yes, of course. The whole patchset for mx51evk was tested on two different releases of the board, with respectively a TO2 and a TO3 processor. And the driver was tested with both MMC slots on the mx51evk (bot

Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-03-01 Thread Stefano Babic
Lv Terry-R65388 wrote: > Hi Denk, > Hi Terry, > It seems that "git am" doesn't work for me. > > The steps are: > > 1. Save the patch as txt file in outlook and copy to u-boot > directory. Do not do it. Even if it for some strange seems working (it could be for an easy patch), you apply a patc

Re: [U-Boot] Pull request u-boot-marvell.git

2010-03-01 Thread Tom
Heiko Schocher wrote: > Hello Tom, > > Tom wrote: >> Prafulla Wadaskar wrote: >>> Hi Tom >>> >>> Pls pull the following >>> >>> The following changes since commit >>> 1b063b552e815f90a6a880e78fc40cc309dd52ad: >>> Anders Darander (1): >>> Add bootcount to AT91 >>> >>> are available in the

Re: [U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board

2010-03-01 Thread Semih Hazar
On 2/4/10 7:13 PM, Semih Hazar wrote: > Please find the revised patch in a separate email, which also includes a > new header file per your comments in the other email. > > Dear Wolfgang, It's been a while over this issue, so I wanted to ask. Did you have time to look at this? Regards, Semih

[U-Boot] [PATCH] arm, suen3: fix compile error, if doing not a local build

2010-03-01 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- Patch against current git://git.denx.de/u-boot-marvell.git board/keymile/km_arm/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/board/keymile/km_arm/Makefile b/board/keymile/km_arm/Makefile index fffc6a3..c5b0be1 100644 --- a

[U-Boot] Can u-boot access Linux's mtd partition?

2010-03-01 Thread Joe Culler
Hi, If I've already created some configuration files such as mac address in mtd2 partition. For example: 0x-0x0004 : "Bootloader" 0x0004-0x0200 : "User config" Does u-boot can access mtd2 partition and read the mac address from the configure file? If so, would anyone tell me h

[U-Boot] [PATCH] mpc83xx: fix out-of-tree mpc8315 nand build

2010-03-01 Thread Kim Phillips
commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2 "mpc83xx: Add NAND boot support for MPC8315E-RDB boards" symlinked nand_spl/board/freescale/mpc8315erdb to mpc8313erdb in order to not duplicate code. Since the main makefile builds nand_spl/board/$(BOARDDIR) (which makes sense), and the board Makefi

Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-03-01 Thread Ben Warren
Terry, On 2/28/2010 8:48 PM, Lv Terry-R65388 wrote: > Hi Denk, > > It seems that "git am" doesn't work for me. > > The steps are: > > 1. Save the patch as txt file in outlook and copy to u-boot directory. > 2. Use git am to apply the patch. > > r65...@szx32-17[/home/r

Re: [U-Boot] [PATCH 4/4] EHCI: add NEC PCI ID

2010-03-01 Thread Remy Bohmer
Hi, 2010/2/27 Sergei Shtylyov : > Add NEC EHCI controller to the list of the supported devices. > > Signed-off-by: Sergei Shtylyov > >  drivers/usb/host/ehci-pci.c |    1 + >  1 file changed, 1 insertion(+) Applied to u-boot-usb Thanks! Remy > > Index: u-boot/drivers/usb/host/ehci-pci.c >

Re: [U-Boot] [PATCH 2/4] EHCI: fix off-by-one error in ehci_submit_root()

2010-03-01 Thread Remy Bohmer
Hi, 2010/2/27 Sergei Shtylyov : > USB devices on the 2nd port are not detected and I get the following message: > > The request port(1) is not configured > > That's with default CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS value of 2. > 'req->index' > is 1-based, so the comparison in ehci_submit_root() can

Re: [U-Boot] [PATCH 1/4] EHCI: fix root hub device descriptor

2010-03-01 Thread Remy Bohmer
Hi, 2010/2/27 Sergei Shtylyov : > On little endian machines, EHCI root hub's USB revision is reported as 0.2 -- > cpu_to_le16() was missed in the initializer for the 'bcdUSB' descriptor field. > The same should be done for the 'bcdDevice' field. > > Signed-off-by: Sergei Shtylyov Applied to u-bo

Re: [U-Boot] Can u-boot access Linux's mtd partition?

2010-03-01 Thread Wolfgang Denk
Dear Joe Culler, In message <67a3f13e1003010713y432d5ee2y17a7962b15e89...@mail.gmail.com> you wrote: > > If I've already created some configuration files such as mac address > in mtd2 partition. > For example: > 0x-0x0004 : "Bootloader" > 0x0004-0x0200 : "User config" > > Do

Re: [U-Boot] [PATCH 3/3 v6] SAMSUNG: SMDKC100: Adds ethernet support.

2010-03-01 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 1 March 2010 14:05, Naveen Krishna Ch wrote: > Hi kang, > > On 26 February 2010 21:21, Minkyu Kang wrote: >> >> Dear Naveen Krishna CH, >> >> On 26 February 2010 20:47,   wrote: >> > From: Naveen Krishna CH >> > >> > Add setup for ethernet on SMDKC100, allowing kernel

[U-Boot] [PATCH 1/2] SPEAr : Adding maintainer name for spear SoCs

2010-03-01 Thread Vipin KUMAR
From: Vipin Kumar Signed-off-by: Vipin Kumar --- MAINTAINERS |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index dd1579e..49a3762 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -771,6 +771,13 @@ Minkyu Kang SMDKC100ARM

[U-Boot] [PATCH 0/2] New mach ids and maintainer name added

2010-03-01 Thread Vipin KUMAR
From: Vipin Kumar The subpatches do the following 1. Add the maintainer name for SPEAr support in MAINTAINERS file 2. Support for new mach ids for spear310 and spear320 added Note : include/asm-arm/mach-types.h has to be updated before applying this patch. Vipin Kumar (2): SPEAr : Adding main

[U-Boot] [PATCH 2/2] SPEAr : Supporting new mach ids for spear310 and spear320

2010-03-01 Thread Vipin KUMAR
From: Vipin Kumar Supporting new machine ids for SoCs spear310 and spear320 include/asm-arm/mach-types.h has to be updated before applying this patch for build to work Signed-off-by: Vipin Kumar --- board/spear/spear310/spear310.c |2 +- board/spear/spear320/spear320.c |2 +- 2 files

[U-Boot] U-boot compilation for little endian

2010-03-01 Thread Ronny D
Hi Stefan, I am using customized ppc440 based board. We need u-boot in little endian. Will it possible to compile the u-boot source in little endian for ppc440? Regards, Ronny D  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/_

Re: [U-Boot] U-boot compilation for little endian

2010-03-01 Thread Wolfgang Denk
Dear Ronny D, In message <143206.74847...@web46114.mail.sp1.yahoo.com> you wrote: > > I am using customized ppc440 based board. We need u-boot in little endian. > Will it possible to compile the u-boot source in little endian for ppc440? The natural byte order for the Power Architecture is Big E