On 29 December 2014 at 19:32, Simon Glass <[email protected]> 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 <[email protected]> > --- > > 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. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

