public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] x86: pci: Various bug fixes/enhancements
@ 2015-10-01  7:35 Bin Meng
  2015-10-01  7:35 ` [U-Boot] [PATCH 1/6] pci: Set PCI_COMMAND_IO bit for VGA device Bin Meng
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Bin Meng @ 2015-10-01  7:35 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
1.8.2.1

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-10-18 21:37 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01  7:35 [U-Boot] [PATCH 0/6] x86: pci: Various bug fixes/enhancements Bin Meng
2015-10-01  7:35 ` [U-Boot] [PATCH 1/6] pci: Set PCI_COMMAND_IO bit for VGA device Bin Meng
2015-10-03 14:29   ` Simon Glass
2015-10-18 21:36     ` Simon Glass
2015-10-01  7:36 ` [U-Boot] [PATCH 2/6] video: vesa_fb: Fix wrong return value check of pci_find_class() Bin Meng
2015-10-03 14:29   ` Simon Glass
2015-10-07 18:40   ` Anatolij Gustschin
2015-10-18 21:36     ` Simon Glass
2015-10-01  7:36 ` [U-Boot] [PATCH 3/6] dm: pci: Fix pci_last_busno() to return the real last bus no Bin Meng
2015-10-03 14:29   ` Simon Glass
2015-10-18 21:36     ` Simon Glass
2015-10-01  7:36 ` [U-Boot] [PATCH 4/6] dm: pci: Enable VGA address forwarding on bridges Bin Meng
2015-10-03 14:29   ` Simon Glass
2015-10-18 21:36     ` Simon Glass
2015-10-01  7:36 ` [U-Boot] [PATCH 5/6] x86: ivybridge: Remove the dead codes that programs pci bridge Bin Meng
2015-10-03 14:29   ` Simon Glass
2015-10-18 21:37     ` Simon Glass
2015-10-01  7:36 ` [U-Boot] [PATCH 6/6] x86: Allow disabling IGD on Intel Queensbay Bin Meng
2015-10-03 14:29   ` Simon Glass
2015-10-07  8:24     ` Bin Meng
2015-10-09  9:36       ` Simon Glass
2015-10-18 21:37     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox