From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753001Ab3LRJxF (ORCPT ); Wed, 18 Dec 2013 04:53:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7901 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301Ab3LRJxA (ORCPT ); Wed, 18 Dec 2013 04:53:00 -0500 Date: Wed, 18 Dec 2013 17:52:56 +0800 From: Dave Young To: Matt Fleming Cc: matt.fleming@intel.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] efi earlyprintk fix Message-ID: <20131218095256.GA3752@dhcp-16-126.nay.redhat.com> References: <20131103121647.GA4770@dhcp-16-126.nay.redhat.com> <20131104103739.GD21688@console-pimps.org> <20131104125853.GB5118@dhcp-16-126.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131104125853.GB5118@dhcp-16-126.nay.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > It's my laptop Thinkpad T420, the screen scolls very fast, I use boot_delay=500 > to verify it with my patch for moving boot_delay param an early param. > > Even without boot_delay, there's always a line at bottom with only the prefix: > "efi:" Update about this issue: With latest mainline tree + efi runtime patchset, above problem does not happen any more (with and without boot_delay). Thanks Dave