[SeaBIOS] [PATCH 0/5] pci: two-pass initialization

Gerd Hoffmann kraxel at redhat.com
Mon Jul 11 09:20:27 CEST 2011


  Hi,

Next (and hopefully final) version of the two-pass pci initialization
patches.  Addressed review comments, fixed some bugs, especially the
io range setup for bridges.

cheers,
  Gerd

Gerd Hoffmann (5):
  pci: add two-pass pci initialization code
  pci: activate two-pass pci initialization code
  pci: remove old pci initilaization code
  pci: cleanup config.h
  pci: set BUILD_PCIMEM_START to 0xe0000000

 Makefile         |    2 +-
 src/config.h     |   16 +--
 src/pci.h        |    8 +
 src/pci_region.c |   77 --------
 src/pciinit.c    |  509 ++++++++++++++++++++++++++++++++++--------------------
 src/util.h       |   29 ---
 6 files changed, 335 insertions(+), 306 deletions(-)
 delete mode 100644 src/pci_region.c




More information about the SeaBIOS mailing list