
15 Jan
2015
15 Jan
'15
5:24 a.m.
On 29 December 2014 at 19:32, Simon Glass sjg@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@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.