Re: R_ARM(_THM)_MOVT_ABS(_NC) support

2015-02-02 Thread Michael Zimmermann
I reverted his commits and compiled using O3 and it worked, but: I get the same error on runtime: relocation 0x2f is not implemented yet Aborted. Press any key to exit.bdev_dec_ref:242: last ref, So I guess the upstream GRUB is affected, too the error just happens at runtime. On Sun, Feb 1, 2015

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread Leif Lindholm
On Mon, Feb 02, 2015 at 05:01:32PM -0500, David Michael wrote: > >> There was some interest on help-grub about supporting SMBIOS access > >> upstream. I've updated the module I wrote a while ago to work with > >> current GRUB and added documentation. Is this acceptable to be applied? > >> Are the

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread David Michael
On Mon, Feb 2, 2015 at 3:06 PM, Leif Lindholm wrote: > On Sun, Feb 01, 2015 at 09:05:24PM -0500, David Michael wrote: >> * grub-core/commands/i386/smbios.c: New file. >> * grub-core/Makefile.core.def (smbios): New module. >> * docs/grub.texi (smbios): New node. >> (Command-line and menu entry comm

RE: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread Rajat Jain
Hello, > -Original Message- > From: David Michael [mailto:fedora@gmail.com] > Sent: Monday, February 02, 2015 9:10 AM > To: Prarit Bhargava > Cc: The development of GNU GRUB; Andrei Borzenkov; Rajat Jain; Stu > Grossman; Raghuraman Thirumalairajan; Sanjay Jain > Subject: Re: [PATCH] Ad

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread Leif Lindholm
On Sun, Feb 01, 2015 at 09:05:24PM -0500, David Michael wrote: > * grub-core/commands/i386/smbios.c: New file. > * grub-core/Makefile.core.def (smbios): New module. > * docs/grub.texi (smbios): New node. > (Command-line and menu entry commands): Add a menu entry for smbios. > --- > > Hi, > > Ther

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread Prarit Bhargava
On 02/02/2015 12:09 PM, David Michael wrote: > On Mon, Feb 2, 2015 at 6:20 AM, Prarit Bhargava wrote: >> On 02/01/2015 09:05 PM, David Michael wrote: >>> * grub-core/commands/i386/smbios.c: New file. >>> * grub-core/Makefile.core.def (smbios): New module. >>> * docs/grub.texi (smbios): New node.

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread Prarit Bhargava
On 02/02/2015 01:01 PM, Rajat Jain wrote: > Hello, > >> -Original Message- >> From: David Michael [mailto:fedora@gmail.com] >> Sent: Monday, February 02, 2015 9:10 AM >> To: Prarit Bhargava >> Cc: The development of GNU GRUB; Andrei Borzenkov; Rajat Jain; Stu >> Grossman; Raghuraman

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread David Michael
On Mon, Feb 2, 2015 at 6:20 AM, Prarit Bhargava wrote: > On 02/01/2015 09:05 PM, David Michael wrote: >> * grub-core/commands/i386/smbios.c: New file. >> * grub-core/Makefile.core.def (smbios): New module. >> * docs/grub.texi (smbios): New node. >> (Command-line and menu entry commands): Add a men

Re: [PATCH] Add support for running a 64-bit Linux kernel on a 32-bit EFI

2015-02-02 Thread Steve McIntyre
On Wed, Jan 28, 2015 at 11:42:14PM +, Steve McIntyre wrote: > >v2 coming shortly. Hi! Any comments on v2? -- Steve McIntyre, Cambridge, UK.st...@einval.com Google-bait: http://www.debian.org/CD/free-linux-cd Debian does NOT ship free CDs. Please do NOT

Re: [PATCH] Add a module for retrieving SMBIOS information

2015-02-02 Thread Prarit Bhargava
On 02/01/2015 09:05 PM, David Michael wrote: > * grub-core/commands/i386/smbios.c: New file. > * grub-core/Makefile.core.def (smbios): New module. > * docs/grub.texi (smbios): New node. > (Command-line and menu entry commands): Add a menu entry for smbios. > --- > > Hi, > > There was some interes

Re: [PATCH 00/18] x86: multiboot2 protocol support

2015-02-02 Thread Jan Beulich
>>> On 30.01.15 at 18:54, wrote: > - xen.efi build will not so strongly depend > on a given GCC and binutils version. While I can see the possibility of making the binutils version dependency go away (by manually creating the PE header), I can't see how you'd overcome the gcc one: The MS ca