From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MQUos-0000YD-RV for mharc-grub-devel@gnu.org; Mon, 13 Jul 2009 19:20:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQUoq-0000Y1-IU for grub-devel@gnu.org; Mon, 13 Jul 2009 19:20:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQUom-0000Xf-VO for grub-devel@gnu.org; Mon, 13 Jul 2009 19:20:24 -0400 Received: from [199.232.76.173] (port=49087 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQUom-0000Xc-OT for grub-devel@gnu.org; Mon, 13 Jul 2009 19:20:20 -0400 Received: from c60.cesmail.net ([216.154.195.49]:17016) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MQUom-0002NI-7g for grub-devel@gnu.org; Mon, 13 Jul 2009 19:20:20 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 13 Jul 2009 19:20:18 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 6953A34C6D for ; Mon, 13 Jul 2009 19:29:34 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain Date: Mon, 13 Jul 2009 19:20:16 -0400 Message-Id: <1247527216.3865.9.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Support graphics output protocol in EFI 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: Mon, 13 Jul 2009 23:20:25 -0000 On Sun, 2009-07-12 at 21:44 +0800, Bean wrote: > Hi, > > MacBooks 5.x supports the new graphics output protocol in UEFI, while > the older UGA draw protocol doesn't work anymore. This patch add > support for graphics output protocol so that linux loader can get > video information correctly. The patch looks good and doesn't introduce any compiler warnings. I wonder why it's only implemented for i386, but not for x86_64. -- Regards, Pavel Roskin