Skip to content
  • Paul Mackerras's avatar
    [POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot · 2bf11819
    Paul Mackerras authored
    
    
    This puts the knowledge of how to create various sorts of zImage
    wrappers into a script called "wrapper" that could be used outside of
    the kernel tree.  This changes arch/powerpc/boot so it first builds
    the files that the wrapper script needs, then runs it to create
    whatever flavours of zImage are required.
    
    This version does uImages as well.  The zImage names are changed
    slightly; zImage.pseries is the one with the PT_NOTE program header
    entry added, and zImage.pmac is the one without.  If the
    zImage.pseries gets made, it will also get hardlinked to zImage;
    otherwise, if zImage.pmac is made, it gets hardlinked to zImage.
    
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    2bf11819