acrn-hypervisor/misc/config_tools/board_inspector/cpuparser
Junjie Mao 2a8b80d0c1 config_tools: board_inspector: guess L3 CAT parameters if not reported via CPUID
On some platforms the L3 CAT capabilities are not reported via CPUID even
though they are present. The public real-time tuning guide suggests to try
accessing the MSRs directly to detect if L3 CAT is available or not.

This patch implements such guessing logic in the board inspector in order
to enable CAT for users with those kinds of platforms.

Tracked-On: #7948
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2022-08-05 07:36:40 +08:00
..
__init__.py Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
cpuids.py Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
msr.py config_tools: board_inspector: guess L3 CAT parameters if not reported via CPUID 2022-08-05 07:36:40 +08:00
platformbase.py config_tools: board_inspector: fix MSR reads and writes 2022-08-05 07:36:40 +08:00