Re: [PATCH 6/9] bootwrapper: Add a zImage.bin. target.

2007-08-30 Thread David Gibson
On Thu, Aug 30, 2007 at 09:21:15AM -0500, Scott Wood wrote: > On Thu, Aug 30, 2007 at 10:34:09AM +1000, David Gibson wrote: > > Hrm.. I think the --binary option at least should be removed, and > > subsumed into the platform id - all other binary formats are selected > > by the platform name at pre

Re: [PATCH 6/9] bootwrapper: Add a zImage.bin. target.

2007-08-30 Thread Scott Wood
On Thu, Aug 30, 2007 at 10:34:09AM +1000, David Gibson wrote: > Hrm.. I think the --binary option at least should be removed, and > subsumed into the platform id - all other binary formats are selected > by the platform name at present. > > And I think it's probably best to do that for --fixed-ent

Re: [PATCH 6/9] bootwrapper: Add a zImage.bin. target.

2007-08-29 Thread David Gibson
On Wed, Aug 29, 2007 at 11:47:41AM -0500, Scott Wood wrote: > This target produces a flat binary rather than an ELF file, > and fixes the entry point at the beginning of the image. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> Hrm.. I think the --binary option at least should be removed, and

[PATCH 6/9] bootwrapper: Add a zImage.bin. target.

2007-08-29 Thread Scott Wood
This target produces a flat binary rather than an ELF file, and fixes the entry point at the beginning of the image. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |8 ++-- arch/powerpc/boot/fixed-head.S |4 arch/powerpc/boot/wrapper | 18