[U-Boot] [PATCH] OMAP3 MMC: Fix warning dereferencing type-punned pointer

2009-09-13 Thread Dirk Behme
Fix warning dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Dirk Behme --- Patch against recent u-boot-ti git f4f92c81835ccc43f74925737dfd478edb0182f2 "TI: OMAP3: Overo Tobi ethernet support" Compile tested only ./MAKEALL ARM_CORTEX_A8 drivers/mmc/omap3_mmc

[U-Boot] [PATCH] OMAP3 Overo: Fix ethernet related warnings

2009-09-13 Thread Dirk Behme
Fix warning 'setup_net_chip' declared 'static' but never defined with CONFIG_OMAP3_OVERO_TOBI disabled and implicit declaration of function 'smc911x_initialize' with CONFIG_OMAP3_OVERO_TOBI enabled. Signed-off-by: Dirk Behme --- Patch against recent u-boot-ti git f4f92c81835ccc43f74925737df

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-13 Thread Felix Radensky
Hi, Roy Does this mean that USB mass storage devices are actually usable on P2020DS ? Similar patch for MPC8536DS was added during 2008.08 merge window, but USB mass storage devices are not recognized by u-boot. Since I don't see any FSL ehici driver changes, I suspect situation may be similar on

[U-Boot] Any Sa1100 users of uboot out there

2009-09-13 Thread Kristoffer Ericson
Greetings, Doing some hard bugsearching on my sa1100 based board. Currently getting zero output through serial. so in order to focus on the right areas Im looking for anyone else with an sa1100 based board thats currently working with uboot. Best wishes Kristoffer -- Kristoffer Ericson ___

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-13 Thread Ben Warren
On Sat, Sep 12, 2009 at 10:33 AM, Paulraj, Sandeep wrote: > > > > > >> Olof Johansson wrote: > > >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > > >>> over tftp. > > >>> > > >>> Based on the omap3 evm code. I added a new highlevel define for Tobi > > >>> to avoid having

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-13 Thread Paulraj, Sandeep
> I always use 'git am -s', which adds the SOB. My understanding is that > maintainers should do this as an indication of approval and help in > traceability. > regards, > Ben OK Thanks. Shall do so henceforth. Regards, Sandeep ___ U-Boot maili

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-13 Thread Steve Sakoman
On Fri, Sep 11, 2009 at 1:47 PM, Olof Johansson wrote: > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > over tftp. > > Based on the omap3 evm code. I added a new highlevel define for Tobi > to avoid having it dependent on CMD_NET (which would seem backward in > this case).

Re: [U-Boot] [PATCH v2 1/5] 85xx: add boot from NAND/eSDHC/eSPI support

2009-09-13 Thread Hu Mingkai-B21284
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Friday, September 11, 2009 9:37 PM > To: Hu Mingkai-B21284 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; Gala Kumar-B11780 > Subject: Re: [U-Boot] [PATCH v2 1/5] 85xx: add boot from > NAND/eSDHC/eSPI support > >

Re: [U-Boot] [PATCH v2 3/5] NAND boot: MPC8536DS support

2009-09-13 Thread Hu Mingkai-B21284
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Friday, September 11, 2009 10:49 PM > To: Hu Mingkai-B21284 > Cc: Wood Scott-B07421; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v2 3/5] NAND boot: MPC8536DS support > > > When I say match I jus

Re: [U-Boot] [PATCH v2 1/2] mkconfig: split the board make target to multiple config targets

2009-09-13 Thread Hu Mingkai-B21284
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Saturday, September 12, 2009 2:10 AM > To: Kumar Gala > Cc: Wood Scott-B07421; Hu Mingkai-B21284; u-boot@lists.denx.de > Subject: Re: [PATCH v2 1/2] mkconfig: split the board make > target to multiple config targe

Re: [U-Boot] [RFC][PATCH] NAND boot: MPC8536DS support

2009-09-13 Thread Hu Mingkai-B21284
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Saturday, September 12, 2009 3:22 AM > To: Hu Mingkai-B21284 > Cc: Wood Scott-B07421; U-Boot-Denx List > Subject: Re: [U-Boot] [RFC][PATCH] NAND boot: MPC8536DS support > > > On Sep 11, 2009, at 2:17 PM

[U-Boot] [help] is there anything wrong with my previously sent A320 patches?

2009-09-13 Thread Po-Yu Chuang
Dear Jean-Christophe PLAGNIOL-VILLARD and Wolfgang Denk, I sent the following patches two weeks ago and got no reply. Maybe you did not receive the mails? I wonder if there was something wrong with my mail server or if I messed up something. [U-Boot] [PATCH v6 1/2 resend] arm: A320: driver for FT

[U-Boot] [PATCH v2] ppc/85xx: PIO Support for FSL eSDHC Controller Driver

2009-09-13 Thread Dipen Dudhat
On some Freescale SoC Internal DMA of eSDHC controller has bug. So PIO Mode has introduced to do data transfer using CPU. In PIO mode data transfer performance will be degraded by a large extent. Note: In PIO mode multiple block read/write requires delay to complete the transfer. Signed-off-by:

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-13 Thread Zang Roy-R61911
> -Original Message- > From: Felix Radensky [mailto:fe...@embedded-sol.com] > Sent: Sunday, September 13, 2009 17:19 PM > To: Zang Roy-R61911 > Cc: U-Boot-Denx; Kumar Gala > Subject: Re: [U-Boot] [PATCH] Enable usb ehci support for > p2020ds board > > Hi, Roy > > Does this mean that