mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
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:
@@ -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 */
|
||||
|
@@ -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 */
|
||||
|
@@ -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 */
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user