[SeaBIOS] [PATCH v2 0/2] pci: add mmconfig support

Gerd Hoffmann posted 2 patches 4 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20200323145911.22319-1-kraxel@redhat.com
src/hw/pci.h     |  1 +
src/fw/pciinit.c |  1 +
src/hw/pci.c     | 69 +++++++++++++++++++++++++++++++++++++++---------
3 files changed, 59 insertions(+), 12 deletions(-)
[SeaBIOS] [PATCH v2 0/2] pci: add mmconfig support
Posted by Gerd Hoffmann 4 years ago

Gerd Hoffmann (2):
  pci: factor out ioconfig_cmd()
  pci: add mmconfig support

 src/hw/pci.h     |  1 +
 src/fw/pciinit.c |  1 +
 src/hw/pci.c     | 69 +++++++++++++++++++++++++++++++++++++++---------
 3 files changed, 59 insertions(+), 12 deletions(-)

-- 
2.18.2
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v2 0/2] pci: add mmconfig support
Posted by Kevin O'Connor 4 years ago
On Mon, Mar 23, 2020 at 03:59:09PM +0100, Gerd Hoffmann wrote:
> Gerd Hoffmann (2):
>   pci: factor out ioconfig_cmd()
>   pci: add mmconfig support

Thanks.  Looks good to me.

One question - how would this work with multiple independent PCI
buses?  Or is the intent to only enable this on machines with a single
PCI bus?

-Kevin
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v2 0/2] pci: add mmconfig support
Posted by Gerd Hoffmann 4 years ago
On Mon, Mar 23, 2020 at 11:12:25AM -0400, Kevin O'Connor wrote:
> On Mon, Mar 23, 2020 at 03:59:09PM +0100, Gerd Hoffmann wrote:
> > Gerd Hoffmann (2):
> >   pci: factor out ioconfig_cmd()
> >   pci: add mmconfig support
> 
> Thanks.  Looks good to me.
> 
> One question - how would this work with multiple independent PCI
> buses?  Or is the intent to only enable this on machines with a single
> PCI bus?

multiple pci busses/roots should work fine.

multiple pci domains probably not (but I think that is the case
for ioconfig too).

cheers,
  Gerd
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v2 0/2] pci: add mmconfig support
Posted by Gerd Hoffmann 4 years ago
On Mon, Mar 23, 2020 at 11:12:25AM -0400, Kevin O'Connor wrote:
> On Mon, Mar 23, 2020 at 03:59:09PM +0100, Gerd Hoffmann wrote:
> > Gerd Hoffmann (2):
> >   pci: factor out ioconfig_cmd()
> >   pci: add mmconfig support
> 
> Thanks.  Looks good to me.

Pushed.

cheers,
  Gerd
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org