From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DOVyu-0006SC-Bl for mharc-grub-devel@gnu.org; Thu, 21 Apr 2005 03:20:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOVys-0006QT-MH for grub-devel@gnu.org; Thu, 21 Apr 2005 03:20:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOVyq-0006OY-PZ for grub-devel@gnu.org; Thu, 21 Apr 2005 03:20:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOVyq-0006MC-GT for grub-devel@gnu.org; Thu, 21 Apr 2005 03:20:08 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOVzQ-0001q9-Mr for grub-devel@gnu.org; Thu, 21 Apr 2005 03:20:44 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 4EA0E9E5D for ; Thu, 21 Apr 2005 09:18:21 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 19736-05 for ; Thu, 21 Apr 2005 09:18:19 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 51D509D82 for ; Thu, 21 Apr 2005 09:18:19 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 16BD0C046 for ; Thu, 21 Apr 2005 09:18:19 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20050417183350.GA30191@miracle> <87r7h96vo7.fsf@student.han.nl> <1ef9095696e3f129979d08a7d385e1d2@penguinppc.org> <87is2i4qjl.fsf@student.han.nl> <927b71c54c4ae6806ebfe44cd1671580@penguinppc.org> From: Marco Gerards Date: Thu, 21 Apr 2005 09:18:18 +0200 In-Reply-To: <927b71c54c4ae6806ebfe44cd1671580@penguinppc.org> (Hollis Blanchard's message of "Wed, 20 Apr 2005 21:16:50 -0500") Message-ID: <87br88oax1.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: [patch] set prefix on PPC - briQ results X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 07:20:10 -0000 Hollis Blanchard writes: >>> Does the Pegasos have a SmartFirmware-version property? >> >> It does. It has both a CodeGen and bplan copyright property. The >> SmartFirmware-version is 1.2 here. The model is "Pegasos2,1.2". It >> seems to me that this SmartFirmware-version is not interesting because >> it looks like this version is not changed for every build. >> >> The most interesting property is "built-on", which we can use to >> detect if a specific version has the bug or not. > > Right now I'm inclined to set a "0_BASED_PARTITION" flag if the > SmartFirmware-version property exists. Later on if bplan fixes it then > they will need to provide some other property we can examine. Agreed. > After I check in my patch I will work on these workarounds. Fine for me. Thanks, Marco