acrn-config: add MACROs for mmcfg bus number

add 2 MACROs: DEFAULT_PCI_MMCFG_START_BUS and DEFAULT_PCI_MMCFG_END_BUS
in platform_acpi_info.h.

Tracked-On: #5233

Signed-off-by: Shixiong Zhang <shixiongx.zhang@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Shixiong Zhang
2020-09-04 02:31:48 -04:00
committed by wenlingz
parent dc16acb9d3
commit f180397186
4 changed files with 16 additions and 0 deletions

View File

@@ -82,4 +82,8 @@
/* PCI mmcfg base of MCFG */
#define DEFAULT_PCI_MMCFG_BASE 0xc0000000UL
/* PCI mmcfg bus number of MCFG */
#define DEFAULT_PCI_MMCFG_START_BUS 0x0U
#define DEFAULT_PCI_MMCFG_END_BUS 0xFFU
#endif /* PLATFORM_ACPI_INFO_H */

View File

@@ -65,4 +65,8 @@
/* PCI mmcfg base of MCFG */
#define DEFAULT_PCI_MMCFG_BASE 0xe0000000UL
/* PCI mmcfg bus number of MCFG */
#define DEFAULT_PCI_MMCFG_START_BUS 0x0U
#define DEFAULT_PCI_MMCFG_END_BUS 0xFFU
#endif /* PLATFORM_ACPI_INFO_H */

View File

@@ -69,4 +69,8 @@
/* PCI mmcfg base of MCFG */
#define DEFAULT_PCI_MMCFG_BASE 0xe0000000UL
/* PCI mmcfg bus number of MCFG */
#define DEFAULT_PCI_MMCFG_START_BUS 0x0U
#define DEFAULT_PCI_MMCFG_END_BUS 0xFFU
#endif /* PLATFORM_ACPI_INFO_H */

View File

@@ -69,4 +69,8 @@
/* PCI mmcfg base of MCFG */
#define DEFAULT_PCI_MMCFG_BASE 0xe0000000UL
/* PCI mmcfg bus number of MCFG */
#define DEFAULT_PCI_MMCFG_START_BUS 0x0U
#define DEFAULT_PCI_MMCFG_END_BUS 0xFFU
#endif /* PLATFORM_ACPI_INFO_H */