acrn-config: modify epc_section to configurable="0"

1. modify epc_section to configurable="0".
2. add 'idle=halt' for sos bootargs to impove performance.

Tracked-On: #4641
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Wei Liu
2020-04-20 09:51:16 +08:00
committed by wenlingz
parent d4236bc02d
commit 369547aa63
35 changed files with 87 additions and 87 deletions

View File

@@ -11,7 +11,7 @@
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
<vcpu_clos>0</vcpu_clos>
</clos>
<epc_section desc="epc section">
<epc_section configurable="0" desc="epc section">
<base desc="SGX EPC section base, must be page aligned"></base>
<size desc="SGX EPC section size in Bytes, must be page aligned"></size>
</epc_section>