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

2015-02-04 Thread Prarit Bhargava
On 02/03/2015 01:41 PM, David Michael wrote: > On Tue, Feb 3, 2015 at 10:04 AM, Prarit Bhargava wrote: >> On 02/02/2015 02:26 PM, Prarit Bhargava wrote: >>> >>> >>> 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

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

2015-02-03 Thread David Michael
On Mon, Feb 2, 2015 at 5:48 PM, Leif Lindholm wrote: > 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 doc

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

2015-02-03 Thread David Michael
On Tue, Feb 3, 2015 at 10:04 AM, Prarit Bhargava wrote: > On 02/02/2015 02:26 PM, Prarit Bhargava wrote: >> >> >> 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/i3

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

2015-02-03 Thread Prarit Bhargava
On 02/02/2015 02:26 PM, Prarit Bhargava wrote: > > > 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 (smbi

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
; Subject: Re: [PATCH] Add a module for retrieving SMBIOS information > > 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.d

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
at Jain; Stu >> Grossman; Raghuraman Thirumalairajan; Sanjay Jain >> Subject: Re: [PATCH] Add a module for retrieving SMBIOS information >> >> On Mon, Feb 2, 2015 at 6:20 AM, Prarit Bhargava >> wrote: >>> On 02/01/2015 09:05 PM, David Michael wrote: >>&g

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 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