mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 19:05:33 +00:00
DM: change 32-bit mmio limit to 3.5G
the VM 32-bit mmio window is 2G~3.5G Tracked-On: #6011 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
This commit is contained in:
parent
a3d06929e7
commit
c8ae79b332
@ -41,7 +41,7 @@
|
||||
#define PCI_BDF(b, d, f) (((b & 0xFF) << 8) | ((d & 0x1F) << 3) | ((f & 0x7)))
|
||||
|
||||
#define PCI_EMUL_MEMBASE32 0x80000000UL /* 2GB */
|
||||
#define PCI_EMUL_MEMLIMIT32 0xC0000000UL /* 3GB */
|
||||
#define PCI_EMUL_MEMLIMIT32 0xE0000000UL /* 3.5GB */
|
||||
|
||||
#define PCI_EMUL_ECFG_BASE 0xE0000000UL /* 3.5GB */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user