[U-Boot] [PATCH 07/10] x86: Add a VESA video driver
Simon Glass
sjg at chromium.org
Thu Jan 15 05:24:56 CET 2015
On 29 December 2014 at 19:32, Simon Glass <sjg at chromium.org> wrote:
> Add a driver intended to cope with any VESA-compatible x86 graphics
> adapter. It will not support ROMs which use OpenFirmware (Forth) since
> there is no support for that in U-Boot. This means that MAC OS cards
> will not work.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/video/Makefile | 1 +
> drivers/video/vesa_fb.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 65 insertions(+)
> create mode 100644 drivers/video/vesa_fb.c
Rebased and added Kconfig info which was required to make this build
as expected.
Applied to u-boot-x86.
More information about the U-Boot
mailing list