From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752285AbaIEVvT (ORCPT ); Fri, 5 Sep 2014 17:51:19 -0400 Received: from terminus.zytor.com ([198.137.202.10]:51946 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbaIEVvS (ORCPT ); Fri, 5 Sep 2014 17:51:18 -0400 Message-ID: <540A2FB4.6060605@zytor.com> Date: Fri, 05 Sep 2014 14:48:36 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= , ron minnich CC: Gerd Hoffmann , lkml - Kernel Mailing List , Thomas Gleixner , Ingo Molnar , "maintainer:X86 ARCHITECTURE..." , coreboot Subject: Re: [coreboot] [PATCH] x86: add coreboot framebuffer support References: <1409826307-23075-1-git-send-email-kraxel@redhat.com> <540A17A6.1000802@zytor.com> <540A266F.80503@gmail.com> <540A29E6.2080405@gmail.com> <540A2B9A.1070707@zytor.com> <540A2DD1.1040002@gmail.com> In-Reply-To: <540A2DD1.1040002@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/05/2014 02:40 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 06.09.2014 00:31, H. Peter Anvin wrote: >> On 09/05/2014 02:23 PM, Vladimir 'φ-coder/phcoder' Serbinenko >> wrote: >>> On 06.09.2014 00:18, ron minnich wrote: >>>> Vladimir can you point me to that patch? This sounds >>>> interesting. >>>> >>> https://lkml.org/lkml/2010/8/25/190 >>> >> >> I believe *most* of this patch has already gotten merged as we >> now use simplefb on x86 as well. So all we need is probably the >> ID. >> > Yes, efifb has the same semantics. We just need some ID with clear > documentation saying sth like "implies framebuffer without > anything else" so that noone will get an idea to plug e.g. vga > hooks into it. > Want to make a patch? -hpa