acrn-hypervisor/hypervisor/arch/x86/configs/dnv-cb2
Victor Sun 2ba1848980 HV: move dmar info definition to board.c
The DMAR info is board specific so move the structure definition to board.c.
As a configruation file, the whole board.c could be generated by acrn-config
tool for each board.

Please note we only provide DMAR info MACROs for nuc7i7dnb board. For other
boards, ACPI_PARSE_ENABLED must be set to y in Kconfig to let hypervisor parse
DMAR info, or use acrn-config tool to generate DMAR info MACROs if user won't
enable ACPI parse code for FuSa consideration.

The patch also moves the function of get_dmar_info() to vtd.c, so dmar_info.c
could be removed.

Tracked-On: #3977

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-12-10 09:52:17 +08:00
..
board.c HV: move dmar info definition to board.c 2019-12-10 09:52:17 +08:00
misc_cfg.h hv: move MAX_PCPU_NUM from Kconfig to header file 2019-09-24 11:58:45 +08:00
pci_devices.h hv: vm_config: build pci device configure for SOS 2019-08-06 11:51:02 +08:00
ve820.c HV: ve820 fix "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00