From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 23 Jul 2015 17:58:27 +0200 Subject: [U-Boot] [PATCH 47/48] x86: Gracefully disable the vesa driver when running from EFI In-Reply-To: <1437580180-6405-48-git-send-email-sjg@chromium.org> References: <1437580180-6405-1-git-send-email-sjg@chromium.org> <1437580180-6405-48-git-send-email-sjg@chromium.org> Message-ID: <20150723175827.7b80e6ce@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Wed, 22 Jul 2015 09:49:39 -0600 Simon Glass wrote: > We cannot use this driver when running from EFI as we have no direct hardware > access. Coreboot uses a different driver which uses tables provided by > Coreboot. So far it does not seem possible to use a normal video driver when > booting from EFI. > > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin