
1 Jul
2015
1 Jul
'15
4:59 p.m.
On 1 July 2015 at 02:28, 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 Tested-by: Jian Luo jian.luo4@boschrexroth.de
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(-)
Acked-by: Simon Glass sjg@chromium.org