qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/8] seabios: pci: multi pci bus support
@ 2010-06-22  8:57 Isaku Yamahata
  2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 1/8] seabios: pci: introduce foreachpci_in_bus() helper macro Isaku Yamahata
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Isaku Yamahata @ 2010-06-22  8:57 UTC (permalink / raw)
  To: seabios
  Cc: stefano.stabellini, jan.kiszka, mst, allen.m.kay, qemu-devel,
	yamahata, jean.guyader

Changes v1 -> v2:
- simplified foreachpci_in_bus()
- add overlap check during pci bar assignemnt.
- use c99 initialization.

Patch description:

This patch set allows seabios to initialize multi pci bus and 64bit BAR.

Currently seabios is able to initialize only pci root bus.
However multi pci bus support is wanted because
  - more pci bus is wanted in qemu for many slots
  - pci express support is commin in qemu which requires multi pci bus.
those patches on Qemu part are under way, though.

Isaku Yamahata (8):
  seabios: pci: introduce foreachpci_in_bus() helper macro.
  seabios: pciinit: factor out pci bar region allocation logic.
  seabios: pciinit: make pci memory space assignment 64bit aware.
  seabios: pciinit: make pci bar assigner preferchable memory aware.
  seabios: pciinit: factor out bar offset calculation.
  seabios: pciinit: make bar offset calculation pci bridge aware.
  seabios: pciinit: pci bridge bus initialization.
  seabios: pciinit: initialize pci bridge filtering registers.

 src/config.h  |   17 +++
 src/pci.h     |   10 ++
 src/pciinit.c |  324 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 306 insertions(+), 45 deletions(-)

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

end of thread, other threads:[~2010-07-04 12:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22  8:57 [Qemu-devel] [PATCH v2 0/8] seabios: pci: multi pci bus support Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 1/8] seabios: pci: introduce foreachpci_in_bus() helper macro Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 2/8] seabios: pciinit: factor out pci bar region allocation logic Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 3/8] seabios: pciinit: make pci memory space assignment 64bit aware Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 4/8] seabios: pciinit: make pci bar assigner preferchable memory aware Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 5/8] seabios: pciinit: factor out bar offset calculation Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 6/8] seabios: pciinit: make bar offset calculation pci bridge aware Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 7/8] seabios: pciinit: pci bridge bus initialization Isaku Yamahata
2010-06-22  8:57 ` [Qemu-devel] [PATCH v2 8/8] seabios: pciinit: initialize pci bridge filtering registers Isaku Yamahata
2010-07-04 12:55 ` [Qemu-devel] Re: [SeaBIOS] [PATCH v2 0/8] seabios: pci: multi pci bus support Kevin O'Connor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).