From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RK9OU-0003on-Sd for mharc-grub-devel@gnu.org; Sat, 29 Oct 2011 09:56:18 -0400 Received: from eggs.gnu.org ([140.186.70.92]:50544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK9OR-0003mL-UM for grub-devel@gnu.org; Sat, 29 Oct 2011 09:56:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RK9OQ-0001Xn-Ni for grub-devel@gnu.org; Sat, 29 Oct 2011 09:56:15 -0400 Received: from alius.ayous.org ([78.46.213.165]:47008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK9OQ-0001Xd-HH for grub-devel@gnu.org; Sat, 29 Oct 2011 09:56:14 -0400 Received: from eos.turmzimmer.net ([2001:a60:f006:aba::1]) by alius.turmzimmer.net with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1RK9OO-0002Dl-RC for grub-devel@gnu.org; Sat, 29 Oct 2011 13:56:12 +0000 Received: from aba by eos.turmzimmer.net with local (Exim 4.69) (envelope-from ) id 1RK9OJ-0005q4-7v for grub-devel@gnu.org; Sat, 29 Oct 2011 15:56:07 +0200 Date: Sat, 29 Oct 2011 15:56:07 +0200 From: Andreas Barth To: The development of GNU GRUB Subject: Re: [bug] Wrong machtype argument passed for fuloong-2f Message-ID: <20111029135607.GP4110@mails.so.argh.org> References: <87y5w4f8bj.fsf@snail.Pool> <20111029103758.GM4110@mails.so.argh.org> <4EABD869.5040801@gmail.com> <20111029104517.GN4110@mails.so.argh.org> <4EABDB6B.9010108@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4EABDB6B.9010108@gmail.com> X-Editor: Vim http://www.vim.org/ User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 78.46.213.165 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: Sat, 29 Oct 2011 13:56:16 -0000 * Vladimir 'φ-coder/phcoder' Serbinenko (phcoder@gmail.com) [111029 12:55]: > On 29.10.2011 12:45, Andreas Barth wrote: > > I personally don't see how we could correctly > > find out the different variants the linux kernel detects without using > > the information the kernel uses, i.e. the command line. And if we use > > the command line, we could as well just forward it. > Which creates a separate codepath uselessly. If GRUB is firmware it uses > the information available on mkimage time, if loaded by pmon or another > GRUB, use command line. I don't think we disagree here. Sorry if I wrote that wrong. Andi