mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-30 08:49:36 +00:00
Enable PTCM by default if the platform support it. We could check it by whether the PTCM ACPI Table is exist. Besides to parse the PTCM ACPI Table and call PTCM command interface to init pSRAM on all CPU cores, we need to ignore WBINVD to flush the cache of th pSRAM. Tracked-On: #5330 Signed-off-by: Qian Wang <qian1.wang@intel.com> Signed-off-by: Li Fei1 <fei1.li@intel.com> Reviewed-by: Wang, Yu1 <yu1.wang@intel.com>