Re: [PATCH]: grub: Allow to control objcopy '-B' argument from foo.rmk files.

2009-04-13 Thread David Miller
From: Robert Millan Date: Mon, 13 Apr 2009 16:29:10 +0200 > On Sat, Apr 11, 2009 at 01:08:31AM -0700, David Miller wrote: >> index 7dfb854..b4f1353 100644 >> --- a/conf/i386-pc.rmk >> +++ b/conf/i386-pc.rmk >> @@ -17,26 +17,31 @@ pkglib_IMAGES = boot.img diskboot.img kernel.img >> pxeboot.img ln

Re: [PATCH]: grub: Allow to control objcopy '-B' argument from foo.rmk files.

2009-04-13 Thread Robert Millan
On Sat, Apr 11, 2009 at 01:08:31AM -0700, David Miller wrote: > index 7dfb854..b4f1353 100644 > --- a/conf/i386-pc.rmk > +++ b/conf/i386-pc.rmk > @@ -17,26 +17,31 @@ pkglib_IMAGES = boot.img diskboot.img kernel.img > pxeboot.img lnxboot.img \ > boot_img_SOURCES = boot/i386/pc/boot.S > boot_img_A

Re: [PATCH]: grub: Allow to control objcopy '-B' argument from foo.rmk files.

2009-04-12 Thread David Miller
From: David Miller Date: Sat, 11 Apr 2009 04:46:44 -0700 (PDT) > From: "Yoshinori K. Okuji" > Date: Sat, 11 Apr 2009 19:23:23 +0900 > >> On Saturday 11 April 2009 17:08:31 David Miller wrote: >>> This patch allows a platform to specify the image file output >>> format, it also adds the --strip-

Re: [PATCH]: grub: Allow to control objcopy '-B' argument from foo.rmk files.

2009-04-11 Thread David Miller
From: "Yoshinori K. Okuji" Date: Sat, 11 Apr 2009 19:23:23 +0900 > On Saturday 11 April 2009 17:08:31 David Miller wrote: >> This patch allows a platform to specify the image file output >> format, it also adds the --strip-unneeded option to the objcopy >> invocation as well. > > IIRC, --strip-u

Re: [PATCH]: grub: Allow to control objcopy '-B' argument from foo.rmk files.

2009-04-11 Thread Yoshinori K. Okuji
On Saturday 11 April 2009 17:08:31 David Miller wrote: > This patch allows a platform to specify the image file output > format, it also adds the --strip-unneeded option to the objcopy > invocation as well. IIRC, --strip-unneeded was dangerous. > I've left the i386-pc.mk portion of this patch out

[PATCH]: grub: Allow to control objcopy '-B' argument from foo.rmk files.

2009-04-11 Thread David Miller
This patch allows a platform to specify the image file output format, it also adds the --strip-unneeded option to the objcopy invocation as well. I've left the i386-pc.mk portion of this patch out of the posting, but rest assured I will check that part in once this gets an ACK :-) 2009-04-11 Da