acrn-hypervisor/devicemodel/core
Binbin Wu f572d1ecdd [RevertMe] dm: pci: restore workaround when alloc pci mem64 bar
There was a workaround in DM that allocates PCI 64bit mem bar in 32bit mem space
if the bar size is within 32MB.

After the workaround being removed, there is an issue to enter fastboot
mode for inappropriate handling of 64bit mem bar in guest driver.
The patch bring the workaround back, and skip the workaround when the guest
is booted by OVMF.

Revert the patch after the guest fixs the issue of handling 64bit mem bar in
fastboot mode.

Tracked-On: #2677
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-03-05 15:14:24 +08:00
..
console.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
gc.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
hugetlb.c dm: add support of high MMIO mapping 2019-02-28 18:33:11 +08:00
inout.c dm: fix the issue when guest tries to disable memory range access 2018-10-08 12:57:00 +08:00
main.c [RevertMe] dm: pci: restore workaround when alloc pci mem64 bar 2019-03-05 15:14:24 +08:00
mem.c dm: vhpet: add vHPET support 2019-01-23 10:33:28 +08:00
mevent.c dm: create mevent's pipe in non-blocking mode 2019-01-23 10:33:28 +08:00
monitor.c dm: set correct thread name 2018-12-14 19:50:50 +08:00
mptbl.c dm: adapt mptable generation for VM with lapic pt 2019-01-28 19:47:33 +08:00
pm.c DM: register pm ops to monitor 2018-08-02 13:14:03 +08:00
post.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
smbiostbl.c dm: add support of high MMIO mapping 2019-02-28 18:33:11 +08:00
sw_load_bzimage.c dm: use strncpy to replace strcpy 2018-12-25 18:40:04 +08:00
sw_load_common.c dm: add support of high MMIO mapping 2019-02-28 18:33:11 +08:00
sw_load_elf.c dm: query and save image size during initial checking 2018-12-13 09:56:09 +08:00
sw_load_ovmf.c dm: use strnlen to replace strlen 2018-12-25 18:40:04 +08:00
sw_load_vsbl.c dm: use strncpy to replace strcpy 2018-12-25 18:40:04 +08:00
timer.c dm: provide timer callback handlers the number of expirations 2019-01-23 10:33:28 +08:00
vmmapi.c dm: add support of high MMIO mapping 2019-02-28 18:33:11 +08:00
vrpmb.c DM: generate random virtual RPMB key 2018-10-29 11:07:45 +08:00