
8 Jul
2015
8 Jul
'15
12:54 a.m.
On 6 July 2015 at 02:31, Bin Meng bmeng.cn@gmail.com wrote:
Store VESA parameters to Linux setup header so that vesafb driver in the kernel could work.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Acked-by: Simon Glass sjg@chromium.org Tested-by: Jian Luo jian.luo4@boschrexroth.de
Changes in v2: None
arch/x86/include/asm/zimage.h | 1 + arch/x86/lib/zimage.c | 2 ++ drivers/pci/pci_rom.c | 28 ++++++++++++++++++++++++++++ include/vbe.h | 4 ++-- 4 files changed, 33 insertions(+), 2 deletions(-)
Applied to u-boot-x86, thanks!