Re: [v2 PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-22 Thread tiejun.chen
This subject should be [v1 PATCH 2/2] ... Best Regards Tiejun Tiejun Chen wrote: > To support cuImage, we need to initialize the required sections and > ensure that it is built. > > Signed-off-by: Tiejun Chen > --- > arch/powerpc/boot/Makefile |2 +- > arch/powerpc/boot/cuboot-kila

[v2 PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-22 Thread Tiejun Chen
To support cuImage, we need to initialize the required sections and ensure that it is built. Signed-off-by: Tiejun Chen --- arch/powerpc/boot/Makefile |2 +- arch/powerpc/boot/cuboot-kilauea.c | 49 2 files changed, 50 insertions(+), 1 deletions

Re: [PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-21 Thread Josh Boyer
On Fri, Aug 21, 2009 at 01:41:42PM +0800, tiejun.chen wrote: >Josh Boyer wrote: >> On Tue, Aug 18, 2009 at 10:28:04AM +0800, Tiejun Chen wrote: >>> To support cuImage, we need to initialize the required sections and >>> ensure that it is built. >>> >>> - cuboot-acadia.c cuboot-amigaone.c

Re: [PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-20 Thread tiejun.chen
Stefan Roese wrote: > On Friday 21 August 2009 07:41:42 tiejun.chen wrote: +static void kilauea_fixups(void) +{ + /*TODO: Please change this as the real. Note that should be 33MHZ~100MHZ.*/ >>> What does that mean? >> It's difficult to check the sysclk value on all revision Kil

Re: [PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-20 Thread Stefan Roese
On Friday 21 August 2009 07:41:42 tiejun.chen wrote: > >> +static void kilauea_fixups(void) > >> +{ > >> + /*TODO: Please change this as the real. Note that should be > >> 33MHZ~100MHZ.*/ > > > > What does that mean? > > It's difficult to check the sysclk value on all revision Kilauea board for >

Re: [PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-20 Thread tiejun.chen
Josh Boyer wrote: > On Tue, Aug 18, 2009 at 10:28:04AM +0800, Tiejun Chen wrote: >> To support cuImage, we need to initialize the required sections and >> ensure that it is built. >> >> -cuboot-acadia.c cuboot-amigaone.c >> +cuboot-acadia.c cuboot-amigaone.c cuboot-kilauea.

Re: [PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-20 Thread Josh Boyer
On Tue, Aug 18, 2009 at 10:28:04AM +0800, Tiejun Chen wrote: >To support cuImage, we need to initialize the required sections and >ensure that it is built. > >- cuboot-acadia.c cuboot-amigaone.c >+ cuboot-acadia.c cuboot-amigaone.c cuboot-kilauea.c > src-boot := $(src-wli

[PATCH 2/2] powerpc/405ex: support cuImage via included dtb

2009-08-17 Thread Tiejun Chen
To support cuImage, we need to initialize the required sections and ensure that it is built. Signed-off-by: Tiejun Chen --- arch/powerpc/boot/Makefile |3 +- arch/powerpc/boot/cuboot-kilauea.c | 50 2 files changed, 52 insertions(+), 1 deletion