summaryrefslogtreecommitdiff
path: root/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26OvmfPkg/PciHotPlugInitDxe: fix io window sizeGerd Hoffmann1-1/+1
2023-05-29OvmfPkg/PciHotPlugInitDxe: Do not reserve IO ports by default.Gerd Hoffmann1-1/+1
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-3/+3
2022-10-07OvmfPkg/PciHotPlugInitDxe: reserve more mmio spaceGerd Hoffmann1-2/+19
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-160/+173
2021-12-07OvmfPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2021-12-07OvmfPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran1-1/+1
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-05-24OvmfPkg/PciHotPlugInitDxe: convert to PciCapLibLaszlo Ersek1-171/+98
2017-10-03OvmfPkg/PciHotPlugInitDxe: translate QEMU's resource reservation hintsLaszlo Ersek1-6/+365
2017-10-03OvmfPkg/PciHotPlugInitDxe: add helper functions for setting up paddingsLaszlo Ersek1-10/+155
2017-10-03OvmfPkg/PciHotPlugInitDxe: generalize RESOURCE_PADDING compositionLaszlo Ersek1-64/+97
2017-10-03OvmfPkg/PciHotPlugInitDxe: clean up addr. range for non-prefetchable MMIOLaszlo Ersek1-2/+2
2016-07-13OvmfPkg: add PciHotPlugInitDxeLaszlo Ersek1-0/+342