From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH for-4.5 v3] EFI: Ignore EFI commandline, skip console setup when booted from GRUB Date: Fri, 07 Nov 2014 22:40:08 +0000 Message-ID: <545D4A48.10804@citrix.com> References: <1415398456-27423-1-git-send-email-roy.franz@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1415398456-27423-1-git-send-email-roy.franz@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roy Franz , xen-devel@lists.xen.org, ian.campbell@citrix.com, stefano.stabellini@citrix.com, tim@xen.org, jbeulich@suse.com Cc: daniel.kiper@oracle.com, fu.wei@linaro.org List-Id: xen-devel@lists.xenproject.org On 07/11/2014 22:14, Roy Franz wrote: > Update EFI code to completely ignore the EFI comnandline when booted from GRUB. > Previusly it was parsed of EFI boot specific options, but these aren't used > when booted from GRUB. > > Don't do EFI console or video configuration when booted by GRUB. The EFI boot > code does some console and video initialization to support native EFI boot from > the EFI boot manager or EFI shell. This initlization should not be done when > booted using GRUB. > > Update EFI documentation to indicate that it describes EFI native boot, and > does not apply at all when Xen is booted using GRUB. > > Signed-off-by: Roy Franz You do realise that v2 was already committed? c/s c38cf865 ~Andrew