acrn-hypervisor/hypervisor/arch/x86/configs
Vijay Dhanraj b8a021d658 HV: split L2 and L3 cache resource MSR
Upcoming intel platforms can support both L2 and L3
but our current code only supports either L2 or L3 CAT.
So split the MSRs so that we can support allocation
for both L2 and L3.

This patch does the following,
1. splits programming of L2 and L3 cache resource
based on the resource ID.
2. Replace generic platform_clos_array struct with resource
specific struct in all the existing board.c files.

Tracked-On: #3715
Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-02-27 10:44:07 +08:00
..
apl-mrb HV: split L2 and L3 cache resource MSR 2020-02-27 10:44:07 +08:00
apl-up2 HV: split L2 and L3 cache resource MSR 2020-02-27 10:44:07 +08:00
dnv-cb2 HV: split L2 and L3 cache resource MSR 2020-02-27 10:44:07 +08:00
generic HV: split L2 and L3 cache resource MSR 2020-02-27 10:44:07 +08:00
icl-rvp HV: split L2 and L3 cache resource MSR 2020-02-27 10:44:07 +08:00
nuc6cayh HV: split L2 and L3 cache resource MSR 2020-02-27 10:44:07 +08:00
nuc7i7dnb HV: split L2 and L3 cache resource MSR 2020-02-27 10:44:07 +08:00
apl-mrb.config HV: move vCOM setting from Kconfig to board configs 2019-08-22 13:12:54 +08:00
apl-nuc HV: remove default folder in configs 2019-02-26 17:04:49 +08:00
apl-nuc.config kconfig: support board-specific defconfig 2018-10-30 10:49:12 +08:00
apl-up2.config HV: move vCOM setting from Kconfig to board configs 2019-08-22 13:12:54 +08:00
dnv-cb2.config HV: enable Kconfig of ACPI_PARSE_ENABLED 2019-05-14 11:53:02 +08:00
generic.config HV: add generic board config 2019-04-29 15:25:25 +08:00
icl-rvp.config HV: link CONFIG_MAX_IOMMU_NUM and MAX_DRHDS to DRHD_COUNT 2019-11-08 16:40:14 +08:00
kbl-nuc-i7 HV: rename nuc7i7bnh to nuc7i7dnb 2019-07-22 16:21:12 +08:00
kbl-nuc-i7.config HV: rename nuc7i7bnh to nuc7i7dnb 2019-07-22 16:21:12 +08:00
nuc6cayh.config HV: add memmap param for hvlog in sos cmdline 2019-09-17 09:12:03 +08:00
nuc7i7dnb.config HV: rename nuc7i7bnh to nuc7i7dnb 2019-07-22 16:21:12 +08:00
pci_dev.c hv: pci: update function "bdf_is_equal" 2019-09-25 13:45:39 +08:00
platform_acpi_info.h HV: parse default pci mmcfg base 2019-12-02 16:20:24 +08:00
vacpi.c HV: rename CONFIG_MAX_PCPU_NUM to MAX_PCPU_NUM 2019-12-12 13:49:28 +08:00
vm_config.c HV: Rename cat.c/.h files to rdt.c/.h 2020-02-27 10:44:07 +08:00