From patchwork Wed May 26 01:24:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 53582 X-Patchwork-Delegate: leann.ogasawara@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id C9201B7D17 for ; Wed, 26 May 2010 11:24:38 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OH5MB-00022o-RD; Wed, 26 May 2010 02:24:27 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OH5MA-00022f-GV for kernel-team@lists.ubuntu.com; Wed, 26 May 2010 02:24:26 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OH5MA-0002tg-EY for ; Wed, 26 May 2010 02:24:26 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OH5MA-000497-25 for kernel-team@lists.ubuntu.com; Wed, 26 May 2010 02:24:26 +0100 Subject: [PATCH 1/1] [Maverick] UBUNTU: [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs From: Leann Ogasawara To: kernel-team Date: Tue, 25 May 2010 18:24:23 -0700 Message-ID: <1274837063.24569.4158.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Hi All, http://bugs.launchpad.net/bugs/585490 In today's Ubuntu kernel team IRC meeting it was requested from the Foundations Team to build in fbcon (CONFIG_FRAMEBUFFER_CONSOLE=y) by default for all archs. This ensures that we reliably have a framebuffer console from the start. As noted in the Grub2BootFramebuffer spec [1], this will help get us to the point where users can be in graphical mode throughout the entire boot. This will also close out a work item that's been assigned to us in the foundations-m-grub2-boot-framebuffer blueprint [2]. Also note that ports already builds this config option in by default. Thanks, Leann [1] https://wiki.ubuntu.com/FoundationsTeam/Grub2BootFramebuffer [2] https://blueprints.launchpad.net/ubuntu/+spec/foundations-m-grub2-boot-framebuffer >From 03f103f3eb1a308653ad1baf19aa87795dec6d57 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Tue, 25 May 2010 14:23:44 -0700 Subject: [PATCH] UBUNTU: [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs BugLink: http://bugs.launchpad.net/bugs/585490 Per a request from the Foundations Team, building in fbcon by default across all archs will ensure we reliably have a framebuffer console from the start. Ports already builds this config option in by default. Signed-off-by: Leann Ogasawara Acked-by: Chase Douglas --- debian.master/config/amd64/config.common.amd64 | 1 - debian.master/config/armel/config.common.armel | 1 - debian.master/config/config.common.ubuntu | 1 + debian.master/config/i386/config.common.i386 | 1 - 4 files changed, 1 insertions(+), 3 deletions(-) diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64 index 206b795..2817d31 100644 --- a/debian.master/config/amd64/config.common.amd64 +++ b/debian.master/config/amd64/config.common.amd64 @@ -44,7 +44,6 @@ CONFIG_FB_UVESA=m CONFIG_FIRMWARE_EDID=y # CONFIG_FLATMEM_MANUAL is not set # CONFIG_FONTS is not set -CONFIG_FRAMEBUFFER_CONSOLE=m CONFIG_FSAM7400=m CONFIG_FTL=m CONFIG_GAMEPORT=m diff --git a/debian.master/config/armel/config.common.armel b/debian.master/config/armel/config.common.armel index 079d708..c1f0c5f 100644 --- a/debian.master/config/armel/config.common.armel +++ b/debian.master/config/armel/config.common.armel @@ -17,7 +17,6 @@ CONFIG_EZX_PCAP=y # CONFIG_FB_SAVAGE is not set CONFIG_FLATMEM_MANUAL=y CONFIG_FONTS=y -CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FSAM7400 is not set CONFIG_HAVE_AOUT=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 69eb224..f1d2cdb 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1259,6 +1259,7 @@ CONFIG_FORCEDETH=m # CONFIG_FPE_FASTFPE is not set CONFIG_FPE_NWFPE=y # CONFIG_FPE_NWFPE_XP is not set +CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set CONFIG_FRAME_POINTER=y diff --git a/debian.master/config/i386/config.common.i386 b/debian.master/config/i386/config.common.i386 index b2b6935..8a5bdd9 100644 --- a/debian.master/config/i386/config.common.i386 +++ b/debian.master/config/i386/config.common.i386 @@ -45,7 +45,6 @@ CONFIG_FB_UVESA=m CONFIG_FIRMWARE_EDID=y CONFIG_FLATMEM_MANUAL=y # CONFIG_FONTS is not set -CONFIG_FRAMEBUFFER_CONSOLE=m CONFIG_FSAM7400=m CONFIG_FTL=m CONFIG_GAMEPORT=m