Re: [PATCH 1/1] NDFC: add support for alternate ECC format for ndfc

2010-02-20 Thread Sean MacLennan
On Thu, 18 Feb 2010 15:11:18 -0800 Feng Kan wrote: > This is to lock down the ordering in the correction routine against > the calculate routine. Otherwise, incorrect define would cause ECC > errors. Did you actually find a 44x PPC core that is not NAND_ECC_SMS format? Cheers, Sean _

Re: [Patch 1/1] PPC64-HWBKPT: Implement hw-breakpoints for PPC64

2010-02-20 Thread Frederic Weisbecker
On Mon, Feb 15, 2010 at 11:29:14AM +0530, K.Prasad wrote: > +struct arch_hw_breakpoint { > + u8 len; /* length of the target symbol */ > + int type; > + char*name; /* Contains name of the symbol to set bkpt */ > + unsigned long address; > +};

Re: i need to patch form powerpc405

2010-02-20 Thread David Baird
2010/2/20 ahmed zemoji : > help me > i like emmbedded a kernel linux 2.6 to processor powerpc405 of card ML403 > please Have you seen these two resources yet? http://xilinx.wikidot.com/ http://git.xilinx.com/cgi-bin/gitweb.cgi (these kind of assume that you have EDK too...) -David ___

i need to patch form powerpc405

2010-02-20 Thread ahmed zemoji
help me i like emmbedded a kernel linux 2.6 to processor powerpc405 of card ML403 please please .. help me _ Hotmail : une messagerie fiable avec une protection anti-spam perform

Re: hrtimers in powerpc arch?

2010-02-20 Thread Benjamin Herrenschmidt
On Fri, 2010-02-19 at 17:16 -0800, Xiaogeng Jin wrote: > Is hrtimers supported in the powerpc arch and used in embedded powerpc > drivers? I greped ktime_t and hrtimer_start() under arch/powerpc and > found not two many calls. Does it indicate the powerpc world doesn't > use hrtimers? They are th