From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Rab2K-0003qU-QA for mharc-grub-devel@gnu.org; Tue, 13 Dec 2011 17:41:24 -0500 Received: from eggs.gnu.org ([140.186.70.92]:35971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rab2I-0003qD-6B for grub-devel@gnu.org; Tue, 13 Dec 2011 17:41:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rab2H-000315-3j for grub-devel@gnu.org; Tue, 13 Dec 2011 17:41:22 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:63233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rab2G-00030k-So for grub-devel@gnu.org; Tue, 13 Dec 2011 17:41:21 -0500 Received: by eekc41 with SMTP id c41so202609eek.0 for ; Tue, 13 Dec 2011 14:41:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9LiEux7N7mC1jE2aelBtTexITOVsVWNMaBfLaqSHVPY=; b=wqKw8N7HVIN7Wvjvpid2rWBP2aBoPEqdp4wgpUpDZDn199fDdMEDct605ucnEGWSPe Y5FZSHLsoBpFP17H63EyDCOBrEvmx28TXaqCrGXUKJTkMBA1pLOcxryWJ1+iZk2+xcrg SWtqOGAp7jnA2TRf6H66WM3/+OBnqJLgUKfT8= Received: by 10.213.15.69 with SMTP id j5mr44636eba.128.1323816079720; Tue, 13 Dec 2011 14:41:19 -0800 (PST) Received: from debian.x201.phnet (105-234.197-178.cust.bluewin.ch. [178.197.234.105]) by mx.google.com with ESMTPS id 54sm1904694eeo.10.2011.12.13.14.41.16 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Dec 2011 14:41:17 -0800 (PST) Message-ID: <4EE7D48A.8010501@gmail.com> Date: Tue, 13 Dec 2011 23:41:14 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Mouse support in GRUB References: <201110012311.37365.plr.vincent@gmail.com> <4E8783C3.2060309@gmail.com> In-Reply-To: <4E8783C3.2060309@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 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: Tue, 13 Dec 2011 22:41:23 -0000 On 01.10.2011 23:18, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 01.10.2011 23:11, Vincent Pelletier wrote: >> More seriously, I feel the only value in this patch is in the ieee1275 >> wrappers for framebuffer entrypoints. > Yes, that's interesting. We have ieee1275 framebuffer support on ppc but > it fails and hence is disabled on sparc. Expecting this patch will allow > me to find out why. Actually there was nothing wrong with ieee1275_fb and it works on sparc. The problem is that sparc64 code allocates only 2MiB at most for heap which is small for graphics. I'll see if there is a way to allocate more safely. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko