[v1 PATCH 1/2] powerpc/405ex: provide necessary fixup function to support cuImage

2009-08-22 Thread Tiejun Chen
For cuImage format it's necessary to provide clock fixups since u-boot will not pass necessary clock frequency into the dtb included into cuImage so we implement the clock fixups as defined in the technical documentation for the board and update header file with the basic register definitions. Sig

Re: [PATCH 1/2] powerpc/405ex: provide necessary fixup function to support cuImage

2009-08-21 Thread Josh Boyer
On Fri, Aug 21, 2009 at 02:00:20PM +0800, tiejun.chen wrote: >as I know. So I prefer to prefix with ibm405ex as you suggestion. > >>> diff --git a/arch/powerpc/boot/dcr.h b/arch/powerpc/boot/dcr.h >>> index 95b9f53..ba41624 100644 >>> --- a/arch/powerpc/boot/dcr.h >>> +++ b/arch/powerpc/boot/dcr.h

Re: [PATCH 1/2] powerpc/405ex: provide necessary fixup function to support cuImage

2009-08-20 Thread tiejun.chen
Josh Boyer wrote: > On Tue, Aug 18, 2009 at 10:28:03AM +0800, Tiejun Chen wrote: >> For cuImage format it's necessary to provide clock fixups since u-boot will >> not pass necessary clock frequency into the dtb included into cuImage so we >> implement the clock fixups as defined in the technical d

Re: [PATCH 1/2] powerpc/405ex: provide necessary fixup function to support cuImage

2009-08-20 Thread Josh Boyer
On Tue, Aug 18, 2009 at 10:28:03AM +0800, Tiejun Chen wrote: >For cuImage format it's necessary to provide clock fixups since u-boot will >not pass necessary clock frequency into the dtb included into cuImage so we >implement the clock fixups as defined in the technical documentation for the >boa

[PATCH 1/2] powerpc/405ex: provide necessary fixup function to support cuImage

2009-08-17 Thread Tiejun Chen
For cuImage format it's necessary to provide clock fixups since u-boot will not pass necessary clock frequency into the dtb included into cuImage so we implement the clock fixups as defined in the technical documentation for the board and update header file with the basic register definitions.