aboutsummaryrefslogtreecommitdiff
path: root/src/fw/pciinit.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04parisc/pciinit: Show if a PCI device is 64-bit deviceHelge Deller1-2/+3
2024-01-04parisc: Increase PCI mapping space with PARISC_MMIO_LIMITHelge Deller1-1/+1
2023-10-14parisc/c3700: Add support for C3700 workstation with Astro/ElroyHelge Deller1-5/+76
2021-09-24pciinit.c: Initialize PA-RISC Dino PCI chipHelge Deller1-6/+47
2020-03-27pci: add mmconfig supportGerd Hoffmann1-0/+1
2019-05-23pciinit: Use %pP shorthand for printing device ids in intel_igd_setup()Kevin O'Connor1-12/+9
2018-09-05pci: recognize RH PCI legacy bridge resource reservation capabilityJing Liu1-21/+29
2018-09-05pci: clean up the debug message for pci capability foundJing Liu1-1/+3
2018-09-05pci: fix the return value for truncated capabilityJing Liu1-0/+1
2018-01-16pci: fix 'io hints' capability for RedHat PCI bridgesMarcel Apfelbaum1-9/+5
2017-09-14pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov1-4/+102
2017-09-14pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov1-2/+2
2016-06-01fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson1-0/+48
2016-03-07fw/pci: add Q35 S3 supportMarcel Apfelbaum1-17/+56
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-0/+1
2016-02-03pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor1-0/+37
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-16/+9
2016-02-01Fix comment typoCao jin1-1/+1
2015-12-20fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum1-4/+5
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor1-3/+3
2015-07-14ich9: initialise RCBA register through LPC interfacePaulo Alcantara1-0/+5
2015-06-30pci: allow to loop over capabilitiesGerd Hoffmann1-2/+2
2015-03-06fw/pci: map memory and IO regions for multiple pci root busesMarcel Apfelbaum1-0/+10
2015-03-06fw/pci: scan all buses if extraroots romfile is presentMarcel Apfelbaum1-0/+9
2015-02-24pci: enable SERR# for error forwarding in bridge control registerChen Fan1-0/+4
2014-11-12pciinit: Fix build warning in mch_pci_slot_get_irq()Kevin O'Connor1-16/+7
2014-07-01hw/pci: reserve IO and mem for pci express downstream ports with no devices a...Marcel Apfelbaum1-2/+32
2014-06-04piix: add and use dev-piix.hPaolo Bonzini1-6/+7
2014-05-20Allow using full io region on q35.Gerd Hoffmann1-7/+9
2014-05-20acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann1-8/+8
2014-04-16hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum1-7/+2
2014-04-16hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum1-0/+3
2014-01-27pci: improve io address space allocationGerd Hoffmann1-5/+40
2014-01-15Minor - pciinit.c - order header files and use static on local functions.Kevin O'Connor1-6/+6
2014-01-15resume: restore piix pm config registers after resumeMarcel Apfelbaum1-3/+21
2013-11-29pci: map 64-bit BARs at location provided by emulatorGerd Hoffmann1-1/+5
2013-11-29pci: log pci windowsGerd Hoffmann1-0/+2
2013-11-29pci: tweak + comment minimum allocationsGerd Hoffmann1-3/+3
2013-11-29pci: align 64bit pci regions to 1GGerd Hoffmann1-2/+7
2013-11-29pci: don't map usb host adapters above 4GGerd Hoffmann1-0/+2
2013-11-29pci: don't reorder entries when moving to 64bit listGerd Hoffmann1-0/+1
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+2
2013-09-18Move fw/acpi.h to std/acpi.h.Kevin O'Connor1-1/+0
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-6/+7
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-0/+843