Okay to change default zImage link/load address?

David Gibson david at gibson.dropbear.id.au
Sat Feb 10 09:40:10 EST 2007


On Fri, Feb 09, 2007 at 11:34:05AM -0800, Geoff Levand wrote:
> Mark A. Greer wrote:
> > On Fri, Feb 09, 2007 at 07:51:07PM +0100, Olaf Hering wrote:
> >> On Fri, Feb 09, Mark A. Greer wrote:
> >> 
> >> > Does anyone know of a problem downloading to 8MB instead of 4MB in
> >> > arch/powerpc?  If not, would you object if it changed to 8MB?
> >> 
> >> IBM chrp 32 and 64bit has a free and usable memory range from 64k to
> >> 12M.
> >> Changing the link address from 4 to 8 MB will reduce the max zImage size
> >> to 3MB on these systems.
> > 
> > Hmm, not good.
> > 
> > Paul, may we may this configurable (i.e., a CONFIG option)?
>  
> To have zImage.lds.S use a config option you'll need to run it through
> the preprocessor, which in general seems like a good thing.  Now we just
> have this:
> 
> $(obj)/zImage.lds $(obj)/zImage.coff.lds: $(obj)/%: $(srctree)/$(src)/%.S
> 	@cp $< $@

No.  Well, at that, running zImage.lds.S through the preprocessor
might not be a bad idea, but we definitely want to avoid using the
config anywhere in the bootwrapper, except in the Makefile for
choosing the platform passed to the wrapper script.  The idea is that
it should always be possible to wrap a given vmlinux using the wrapper
script and wrapper library, outside the context of the kernel source
tree that built that vmlinux.

Note that the zImage is already build -fPIC and capable of relocating
itself if loaded at an address other than 4MB...

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson



More information about the Linuxppc-dev mailing list