From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YKngv-0007DD-7p for mharc-grub-devel@gnu.org; Mon, 09 Feb 2015 07:43:53 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKngt-00079U-9g for grub-devel@gnu.org; Mon, 09 Feb 2015 07:43:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKngq-0004MI-5G for grub-devel@gnu.org; Mon, 09 Feb 2015 07:43:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKngp-0004M8-Sx for grub-devel@gnu.org; Mon, 09 Feb 2015 07:43:48 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t19Chj9b030681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 9 Feb 2015 07:43:45 -0500 Received: from [10.16.186.145] (prarit-guest.khw.lab.eng.bos.redhat.com [10.16.186.145]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t19ChigT006464; Mon, 9 Feb 2015 07:43:44 -0500 Message-ID: <54D8AB80.9000804@redhat.com> Date: Mon, 09 Feb 2015 07:43:44 -0500 From: Prarit Bhargava User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131028 Thunderbird/17.0.10 MIME-Version: 1.0 To: David Michael Subject: Re: [PATCH v2] Add a module for retrieving SMBIOS information References: <87wq3s5j49.fsf@gmail.com> In-Reply-To: <87wq3s5j49.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: grub-devel@gnu.org, Raghuraman Thirumalairajan , Andrei Borzenkov , Rajat Jain , Leif Lindholm , Sanjay Jain , Stu Grossman X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 12:43:52 -0000 On 02/08/2015 01:54 PM, David Michael wrote: > The following are two use cases from Rajat Jain : > > 1) We have a board that boots Linux and this board itself can be plugged into one of different chassis types. We need to pass different parameters to the kernel based on the "CHASSIS_TYPE" information that is passed by the bios in the DMI / SMBIOS tables. > Whups ... somehow stripped all the cc's on my original reply. why isn't 1) already in the kernel itself? P.