Re: [PATCH] Change the default link address for pSeries zImage kernels.

2008-04-28 Thread Tony Breeds
On Fri, Apr 25, 2008 at 04:12:50PM +1000, Benjamin Herrenschmidt wrote: > Considering how bad OF can be on some machines, I'd like this to be > boot-tested on a wider range of machines. Also, it might depend on the > OF real-base setting as well... > > At least, we should be able to test at ozlab

Re: [PATCH] Change the default link address for pSeries zImage kernels.

2008-04-25 Thread Josh Boyer
On Fri, 25 Apr 2008 16:12:50 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-04-25 at 15:39 +1000, Tony Breeds wrote: > > 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 > > over

Re: [PATCH] Change the default link address for pSeries zImage kernels.

2008-04-24 Thread Benjamin Herrenschmidt
On Fri, 2008-04-25 at 15:39 +1000, Tony Breeds wrote: > 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 pSeries zImage from 4MB to 64MB > (well past OF). > > Signed

[PATCH] Change the default link address for pSeries zImage kernels.

2008-04-24 Thread Tony Breeds
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 pSeries zImage from 4MB to 64MB (well past OF). Signed-off-by: Tony Breeds <[EMAIL PROTECTED]> --- - Compile tested for