commit | dd189692d40948d6445bbaeb8cb9bf9d15f54dc6 | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Tue Dec 24 15:12:06 2013 +0800 |
committer | Scott Wood <scottwood@freescale.com> | Thu Jan 09 17:52:16 2014 -0600 |
tree | a52bf15f5aaa9cecb53efe0cd2bdf3bcc9c463ef | |
parent | 1c49abec677c7ff495837dbaafad8e12f09c29fc [diff] |
powerpc: enable the relocatable support for the fsl booke 32bit kernel This is based on the codes in the head_44x.S. The difference is that the init tlb size we used is 64M. With this patch we can only load the kernel at address between memstart_addr ~ memstart_addr + 64M. We will fix this restriction in the following patches. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Scott Wood <scottwood@freescale.com>