mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
acrn-config: add MMCFG_BASE_INFO item in board config
Parse MMCFG base address value and store it to board config xml as DEFAULT_PCI_MMCFG_BASE macro. Tracked-On: #4173 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -227,6 +227,11 @@
|
||||
{0x320UL, 0x00UL, 0x0AUL, 0x0AUL, 0x000800UL, 0x000800UL}, /* P4 */
|
||||
</PX_INFO>
|
||||
|
||||
<MMCFG_BASE_INFO>
|
||||
/* PCI mmcfg base of MCFG */
|
||||
#define DEFAULT_PCI_MMCFG_BASE 0xe0000000UL
|
||||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:L2
|
||||
clos max:4
|
||||
|
||||
Reference in New Issue
Block a user