[LinuxBIOS] patch: extending LAR, and removing elf from linuxbios (it is not needed)

Peter Stuge peter at stuge.se
Wed Aug 29 23:46:41 CEST 2007


On Wed, Aug 29, 2007 at 09:11:54AM -0700, ron minnich wrote:
> > > symbol rename:
> > >
> > >         $(Q)printf " OBJCOPY (stage0 link) $(subst $(shell pwd)/,,$(@))\n"
> > >         $(Q)$(OBJCOPY) --prefix-symbols=stage0 $(obj)/stage0.o
> > > $(obj)/stage0_link.o
> >
> > Personally I find this pretty scary stuff, so please make sure to
> > add very verbose documentation
> 
> we're not doing this YET. So don't worry too much ... YET :-)

I like it. It's really rather simple;

stage0 is special, so we need a trick to be able to reuse code both
in stage0 and later stages.


//Peter




More information about the coreboot mailing list