Re: [PATCH v2 3/8] powerpc: enable the relocatable support for the fsl booke 32bit kernel

2013-08-03 Thread Kevin Hao
On Fri, Jul 26, 2013 at 06:28:46PM -0500, Scott Wood wrote: > On 07/04/2013 07:54:09 AM, Kevin Hao wrote: > >This is based on the codes in the head_44x.S. Since we always align to > >256M before mapping the PAGE_OFFSET for a relocatable kernel, we also > >change the init tlb map to 256M size. > > >

Re: [PATCH v2 3/8] powerpc: enable the relocatable support for the fsl booke 32bit kernel

2013-07-26 Thread Scott Wood
On 07/04/2013 07:54:09 AM, Kevin Hao wrote: This is based on the codes in the head_44x.S. Since we always align to 256M before mapping the PAGE_OFFSET for a relocatable kernel, we also change the init tlb map to 256M size. Signed-off-by: Kevin Hao --- v2: Move the code to set kernstart_addr and

[PATCH v2 3/8] powerpc: enable the relocatable support for the fsl booke 32bit kernel

2013-07-04 Thread Kevin Hao
This is based on the codes in the head_44x.S. Since we always align to 256M before mapping the PAGE_OFFSET for a relocatable kernel, we also change the init tlb map to 256M size. Signed-off-by: Kevin Hao --- v2: Move the code to set kernstart_addr and virt_phys_offset to a c function. So we c