Re: [PATCH 01/10] powerpc: Set up OF properties for ppc32 kexec

2009-02-26 Thread Liang Chai
I have looking for kexec support on pppc32. Where can I find and download all the patches for kernel the kexec-tools? Which kernel version should the patches apply to? Thanks Liang Chai ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

Re: [PATCH 01/10] powerpc: Set up OF properties for ppc32 kexec

2007-11-22 Thread Dale Farnsworth
On Fri, Nov 23, 2007 at 09:17:27AM +1100, Stephen Rothwell wrote: > Hi Dale, > > Just a nit ... > > On Thu, 22 Nov 2007 08:45:17 -0700 Dale Farnsworth <[EMAIL PROTECTED]> wrote: > > +static struct property crashk_base_prop = { > > + .name = "linux,crashkernel-base", > > + .length = sizeof(uns

Re: [PATCH 01/10] powerpc: Set up OF properties for ppc32 kexec

2007-11-22 Thread Stephen Rothwell
Hi Dale, Just a nit ... On Thu, 22 Nov 2007 08:45:17 -0700 Dale Farnsworth <[EMAIL PROTECTED]> wrote: > > +static struct property crashk_base_prop = { > + .name = "linux,crashkernel-base", > + .length = sizeof(unsigned long), > + .value = &crashk_res.start, };