From a0751295345b0f403f7d3442850fcc395c5b8cea Mon Sep 17 00:00:00 2001 From: Kunhui-Li Date: Tue, 31 Aug 2021 11:01:23 +0800 Subject: [PATCH] config_tools: update scenario xml files on tgl-rvp platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For SMBIOS and TPM, enable SECURITY_VM_FIXUP and add GUEST_FLAG_SECURITY_VM flag in TGL hybrid_rt.xml. Then disable SECURITY_VM_FIXUP in TGL hybrid.xml because it’s previously enabled in hybrid.xml instead of hybrid_rt.xml by mistake. Tracked-On: #6320 Signed-off-by: Kunhui-Li --- misc/config_tools/data/tgl-rvp/hybrid.xml | 4 ++-- misc/config_tools/data/tgl-rvp/hybrid_rt.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/misc/config_tools/data/tgl-rvp/hybrid.xml b/misc/config_tools/data/tgl-rvp/hybrid.xml index cf09be401..2e9b5c39c 100644 --- a/misc/config_tools/data/tgl-rvp/hybrid.xml +++ b/misc/config_tools/data/tgl-rvp/hybrid.xml @@ -17,7 +17,7 @@ y y n - y + n n n @@ -71,7 +71,7 @@ SAFETY_VM ACRN PRE-LAUNCHED VM0 - GUEST_FLAG_SECURITY_VM + 0 3 diff --git a/misc/config_tools/data/tgl-rvp/hybrid_rt.xml b/misc/config_tools/data/tgl-rvp/hybrid_rt.xml index ed629a556..00c7bf6e9 100644 --- a/misc/config_tools/data/tgl-rvp/hybrid_rt.xml +++ b/misc/config_tools/data/tgl-rvp/hybrid_rt.xml @@ -17,7 +17,7 @@ y y n - n + y n y @@ -76,6 +76,7 @@ GUEST_FLAG_LAPIC_PASSTHROUGH GUEST_FLAG_RT + GUEST_FLAG_SECURITY_VM 2