Re: [U-Boot] [U-BOot] new cpu(Ingenic), new board(PI)

2009-05-30 Thread xiangfu
Hi Wolfgang Denk wrote: > > Dear xiangfu_gmail, > > > > In message <49e5a2ed.2060...@gmail.com> you wrote: >> >> there is a device name PI, >> >> the CPU is Ingenic 4740 [1], >> >> now we have the u-boot-1.1.6 patch.[2] >> >> >> >> I want the u-boot Integrate with 'upstream' >> >> what am I got do.

Re: [U-Boot] Reply:Re: hi,guys,about the nand flash driver

2009-05-30 Thread xiangfu
lanmanck wrote: > hi scott: > thank you for replying. > because i am not familiar with the framework of uboot's nand driver ,do you > think i should read all of the source code about the nand driver? > BTW,i have not found the diretory "drivers/mtd/nand/fsl_elbc.c",is it the > latest version? > b

[U-Boot] [PATCH V2] board support patch for phyCORE-MPC5200B-tiny

2009-05-30 Thread Jon Smirl
Add support for the Phytec phyCORE-MPC5200B-tiny. Code originally from Pengutronix.de. Added MAKEALL and MAINTAINER entry per last posting. Signed-off-by: Jon Smirl --- MAINTAINERS |4 MAKEALL |1 Makefile

[U-Boot] USB gadget interface from cdc branch into mainline

2009-05-30 Thread Ragha
Hello, The gadget interface at cdc branch [1] sounds good. Any plans for merging it into mainline? Regards, -Ragha [1] http://git.denx.de/?p=u-boot/u-boot-usb.git;a=shortlog;h=refs/heads/cdc ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] [PATCH] Marvell MV88E1116 PHY Driver support

2009-05-30 Thread Ben Warren
Hi Prafulla, On Fri, May 29, 2009 at 11:34 PM, Prafulla Wadaskar wrote: > Hi Ben > Thanks for accepting MV88E61xx driver code. > Ping for mv88f1116 driver... :-) > This is dependency for sheevaplug board support. I've already commented on this one. We don't currently have a framework for PH

Re: [U-Boot] [PATCH] Move L2-cache enable/disable function to soc dependent code

2009-05-30 Thread HeungJun, Kim
Ok. Jean. Very thanks to review. I have a question about one thing you pointed out. === as it's nearly only in asm implement it in assembly olny will be better > + /* ES2 onwards we can disable/enable L2 ourselves */ > + if (get_cpu_rev() >= CPU_3XX_ES20) { > + __asm__ __volat

Re: [U-Boot] [PATCH v2 1/3] MX31: Add NAND SPL for i.MX31.

2009-05-30 Thread Magnus Lilja
2009/5/29 Scott Wood : > On Sun, May 03, 2009 at 09:56:57PM +0200, Magnus Lilja wrote: >> This patch adds the NAND SPL framework needed to boot i.MX31 boards >> from NAND. > > Sorry for the delay... Well, better now than the next time I post these patches. >> diff --git a/include/asm-arm/arch-mx3

[U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-05-30 Thread Dirk Behme
Reset is SoC specific and not ARM Cortex A8 generic. Move it from generic code to OMAP3 SoC specific file. CC: "Kim, Heung Jun" Signed-off-by: Dirk Behme --- This patches fixes the second issue found by riverful in http://lists.denx.de/pipermail/u-boot/2009-May/053433.html The first issue is

Re: [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support

2009-05-30 Thread Prafulla Wadaskar
> -Original Message- > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > Sent: Saturday, May 30, 2009 3:52 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Manas Saksena; Ronen Shitrit; > Nicolas Pitre; Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek