From: Tony Breeds Date: Tue, 24 Jun 2008 04:20:29 +0000 (+1000) Subject: powerpc: Change the default link address for pSeries zImage kernels X-Git-Tag: v2.6.27-rc1~1058^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b09c6d909dfd8de96b99b9b9c808b94b0a71614;p=pandora-kernel.git powerpc: Change the default link address for pSeries zImage kernels Currently we set the start of the .text section to be 4Mb for pSeries. In situations where the zImage is > 8Mb we'll fail to boot (due to overlapping with OF). Move .text in a zImage from 4MB to 64MB (well past OF). We still will not be able to load large zImage unless we also move OF, to that end, add a note to the zImage ELF to move OF to 32Mb. If this is the very first kernel booted then we'll need to move OF manually by setting real-base. Signed-off-by: Tony Breeds Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed