
This series contains various bug fixes/enhancements to x86 pci related VGA card support, as a result of attempting to support booting SeaBIOS.
Bin Meng (6): pci: Set PCI_COMMAND_IO bit for VGA device video: vesa_fb: Fix wrong return value check of pci_find_class() dm: pci: Fix pci_last_busno() to return the real last bus no dm: pci: Enable VGA address forwarding on bridges x86: ivybridge: Remove the dead codes that programs pci bridge x86: Allow disabling IGD on Intel Queensbay
arch/x86/cpu/ivybridge/bd82x6x.c | 32 ----------------------- arch/x86/cpu/queensbay/Kconfig | 8 ++++++ arch/x86/cpu/queensbay/tnc.c | 19 ++++++++++++++ arch/x86/include/asm/arch-queensbay/tnc.h | 5 ++++ drivers/pci/pci-uclass.c | 43 ++++++++++++++----------------- drivers/pci/pci_auto.c | 6 +++++ drivers/video/vesa_fb.c | 2 +- include/configs/crownbay.h | 1 + 8 files changed, 59 insertions(+), 57 deletions(-)