From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 47/48] x86: Gracefully disable the vesa driver when running from EFI
Date: Thu, 23 Jul 2015 17:58:27 +0200 [thread overview]
Message-ID: <20150723175827.7b80e6ce@crub> (raw)
In-Reply-To: <1437580180-6405-48-git-send-email-sjg@chromium.org>
Hi Simon,
On Wed, 22 Jul 2015 09:49:39 -0600
Simon Glass <sjg@chromium.org> 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 <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
next prev parent reply other threads:[~2015-07-23 15:58 UTC|newest]
Thread overview: 112+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-22 15:48 [U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application Simon Glass
2015-07-22 15:48 ` [U-Boot] [PATCH 01/48] Support removing default assembler flags Simon Glass
2015-07-23 2:01 ` Bin Meng
2015-07-22 15:48 ` [U-Boot] [PATCH 02/48] dm: core: Check for empty list in uclass_find_device() Simon Glass
2015-07-23 2:14 ` Bin Meng
2015-07-22 15:48 ` [U-Boot] [PATCH 03/48] dm: serial: Correct logic in serial_find_console_or_panic() Simon Glass
2015-07-23 2:21 ` Bin Meng
2015-07-22 15:48 ` [U-Boot] [PATCH 04/48] elf: Add a few definitions for 64-bit relocation Simon Glass
2015-07-23 2:59 ` Bin Meng
2015-07-22 15:48 ` [U-Boot] [PATCH 05/48] Add a way to skip relocation Simon Glass
2015-07-23 3:41 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:48 ` [U-Boot] [PATCH 06/48] Allow objcopy to work without filling gaps with 0xff Simon Glass
2015-07-23 3:49 ` Bin Meng
2015-07-22 15:48 ` [U-Boot] [PATCH 07/48] Bring in __aligned_u64 and friends to linux/types.h Simon Glass
2015-07-23 3:56 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 08/48] x86: Add various minor tidy-ups to the 32-bit startup code Simon Glass
2015-07-23 3:59 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 09/48] x86: Use CR0 constants in CPU init Simon Glass
2015-07-23 4:02 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 10/48] x86: Tidy up global_data flags Simon Glass
2015-07-23 4:09 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 11/48] x86: Drop unused copy_fdt_to_ram() Simon Glass
2015-07-23 4:12 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 12/48] x86: Tidy up the 64-bit calling code Simon Glass
2015-07-23 4:18 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 13/48] x86: Add some missing global_data declarations in files that use gd Simon Glass
2015-07-23 4:54 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 14/48] x86: Tidy up a few minor issues with interrupts Simon Glass
2015-07-23 4:59 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 15/48] pci: Use debug() instead of DEBUGF() in pci_auto.c Simon Glass
2015-07-22 22:14 ` Pavel Machek
2015-07-23 5:14 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY Simon Glass
2015-07-23 6:46 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:49 ` [U-Boot] [PATCH 17/48] efi: Avoid using non-existent text base Simon Glass
2015-07-23 6:49 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 18/48] efi: Add start-up library code Simon Glass
2015-07-23 8:09 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-08-02 15:03 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 19/48] efi: Display the correct initcall pre-relocation values Simon Glass
2015-07-23 8:14 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 20/48] efi: Add a serial driver Simon Glass
2015-07-23 8:31 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 21/48] efi: Drop CONFIG_SYS_TEXT_BASE for EFI Simon Glass
2015-07-23 8:33 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 22/48] efi: Support building a u-boot.efi executable Simon Glass
2015-07-23 8:46 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:49 ` [U-Boot] [PATCH 23/48] x86: Support skipping relocation for EFI Simon Glass
2015-07-23 8:51 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:49 ` [U-Boot] [PATCH 24/48] x86: Add asm/elf.h for x86-specific ELF definitions Simon Glass
2015-07-23 8:57 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 25/48] x86: Add support for U-Boot as an EFI application Simon Glass
2015-07-23 9:43 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 26/48] x86: Add EFI board code Simon Glass
2015-07-23 9:50 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 27/48] x86: dts: Add a device tree file for EFI Simon Glass
2015-07-23 9:52 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 28/48] x86: Allow use of global_data with EFI Simon Glass
2015-07-23 9:58 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 29/48] x86: Allow relocation code to build without text base Simon Glass
2015-07-23 10:03 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 30/48] x86: Set up tool chain flags for running as EFI application Simon Glass
2015-07-23 11:07 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:49 ` [U-Boot] [PATCH 31/48] x86: Add definitions for the x86-efi board and plumb it in Simon Glass
2015-07-23 12:13 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 32/48] x86: Add a link script entry for U-Boot as a payload Simon Glass
2015-07-23 12:15 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 33/48] x86: Add relocation and link script for a 64-bit EFI application Simon Glass
2015-07-23 12:35 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 34/48] efi: Add support for loading U-Boot through an EFI stub Simon Glass
2015-07-24 5:25 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 35/48] x86: Support building the " Simon Glass
2015-07-24 5:59 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 36/48] x86: Add an enum for some commonly-used GDT bits Simon Glass
2015-07-24 6:11 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 37/48] x86: Add a way to call 32-bit code from 64-bit mode Simon Glass
2015-07-24 7:25 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:49 ` [U-Boot] [PATCH 38/48] efi: Add 64-bit payload support Simon Glass
2015-07-24 7:39 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 39/48] x86: Add Makefile settings for EFI build Simon Glass
2015-07-24 7:42 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 40/48] x86: Add support for passing tables into U-Boot Simon Glass
2015-07-24 8:14 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 41/48] efi: Add functions for decoding the EFI tables Simon Glass
2015-07-24 8:19 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:49 ` [U-Boot] [PATCH 42/48] efi: Add a command to display the memory map Simon Glass
2015-07-24 8:54 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 43/48] x86: Handle running as EFI payload Simon Glass
2015-07-24 8:58 ` Bin Meng
2015-07-31 15:45 ` Simon Glass
2015-07-22 15:49 ` [U-Boot] [PATCH 44/48] x86: Add helper code for running from EFI Simon Glass
2015-07-24 9:03 ` Bin Meng
2015-07-24 9:13 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 45/48] x86: baytrail: Support operation as an EFI payload Simon Glass
2015-07-24 9:05 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 46/48] x86: qemu: " Simon Glass
2015-07-24 9:06 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 47/48] x86: Gracefully disable the vesa driver when running from EFI Simon Glass
2015-07-23 15:58 ` Anatolij Gustschin [this message]
2015-07-24 9:07 ` Bin Meng
2015-07-22 15:49 ` [U-Boot] [PATCH 48/48] efi: Add a README to explain how things work Simon Glass
2015-07-24 9:12 ` Bin Meng
2015-07-23 16:05 ` [U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application Bin Meng
2015-07-24 3:51 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150723175827.7b80e6ce@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.