]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Gracefully disable the vesa driver when running from EFI
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:34:04 +0000 (12:34 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:57 +0000 (08:00 +0200)
commit9c30657a8e31dca2fcd325a3a466c1639ec6ba54
tree642ab8ab1b6dd567e2e94fbe97e4247a3b69992d
parent77fddbb63925b7b340ca0a4bea3ba39e49c659e8
x86: Gracefully disable the vesa driver when running from EFI

We cannot use this driver when running from EFI as we have no direct hardware
access. In fact 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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/video/vesa_fb.c