
16 Aug
2015
16 Aug
'15
11:27 p.m.
On 13 August 2015 at 01:29, Bin Meng bmeng.cn@gmail.com wrote:
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 | 2 +- drivers/video/coreboot_fb.c | 24 ++++++++++++++++++++++++ include/vbe.h | 2 ++ 3 files changed, 27 insertions(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org