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

Gerd Hoffmann kraxel at redhat.com
Tue Jul 5 17:26:59 CEST 2011


  Hi,

Next round of the two-pass initialization patches,
addressing the review comments from Kevin.

cheers,
  Gerd

Gerd Hoffmann (6):
  pci: add two-pass pci initialization code
  pci: activate two-pass pci initialization code
  pci: remove old pci initilaization code
  pci: init boot devices only on address space shortage
  pci: cleanup config.h
  pci: set BUILD_PCIMEM_START to 0xe0000000

 Makefile         |    2 +-
 src/config.h     |   16 +--
 src/pci.c        |    3 +
 src/pci.h        |    8 +
 src/pci_region.c |   77 --------
 src/pciinit.c    |  537 ++++++++++++++++++++++++++++++++++++------------------
 src/util.h       |   31 +---
 7 files changed, 377 insertions(+), 297 deletions(-)
 delete mode 100644 src/pci_region.c




More information about the SeaBIOS mailing list