From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RK6Iu-0001bR-N0 for mharc-grub-devel@gnu.org; Sat, 29 Oct 2011 06:38:20 -0400 Received: from eggs.gnu.org ([140.186.70.92]:33307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK6Ir-0001Zy-Va for grub-devel@gnu.org; Sat, 29 Oct 2011 06:38:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RK6Iq-0005f5-Ql for grub-devel@gnu.org; Sat, 29 Oct 2011 06:38:17 -0400 Received: from alius.ayous.org ([78.46.213.165]:43640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK6Iq-0005eP-JG for grub-devel@gnu.org; Sat, 29 Oct 2011 06:38:16 -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 1RK6Ie-0007op-Fl for grub-devel@gnu.org; Sat, 29 Oct 2011 10:38:04 +0000 Received: from aba by eos.turmzimmer.net with local (Exim 4.69) (envelope-from ) id 1RK6IY-0005SA-TF for grub-devel@gnu.org; Sat, 29 Oct 2011 12:37:58 +0200 Date: Sat, 29 Oct 2011 12:37:58 +0200 From: Andreas Barth To: The development of GNU GRUB Subject: Re: [bug] Wrong machtype argument passed for fuloong-2f Message-ID: <20111029103758.GM4110@mails.so.argh.org> References: <87y5w4f8bj.fsf@snail.Pool> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y5w4f8bj.fsf@snail.Pool> 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 10:38:18 -0000 * David Kuehling (dvdkhlng@gmx.de) [111029 11:37]: > according to my /proc/cmdline grub passes > machtype=lemote-fuloong-2f-unknown as first argument to the linux > kernel. Did you see any issues because of that in Linux? Fallback within linux is MACH_LEMOTE_FL2F which is the one used with the argument "lemote-fuloong-2f-box" (not saying this bug shouldn't be fixed, but ...). Also I think grub should just forward the parameters added by pmon, but not adding them itself (except for the parameters via the grub configuration, e.g. root=...). Andi