video: coreboot: Save VESA mode for future use
authorBin Meng <bmeng.cn@gmail.com>
Thu, 13 Aug 2015 07:29:16 +0000 (00:29 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:08 +0000 (07:54 -0700)
commit153e1dda2ff62b0ecffa186a950bbfb82f1b474d
tree7173e0be720757634f73e088f0038ffd21239b83
parent3ff2f001c2289186c88edf55779078395987bb60
video: coreboot: Save VESA mode for future use

When booting as a coreboot payload, the framebuffer details are
passed from coreboot via configuration tables. We save these
information into vesa_mode_info structure for future use.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_rom.c
drivers/video/coreboot_fb.c
include/vbe.h