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

@@ -7,7 +7,7 @@
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
<pcpu_id></pcpu_id>
</vcpu_affinity>
<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>