From cf05e37c857458901f8a32f8ad5bc90cc70d770f Mon Sep 17 00:00:00 2001 From: Chenli Wei Date: Wed, 20 Apr 2022 11:15:48 +0800 Subject: [PATCH] config_tools: refine XMLs setting for HPAn 1. After the data structure of vm/memory in scenario and schema files. The scenario will look like this. xxx xxx We should change all XMLs for the new design. Tracked-On: #6690 Signed-off-by: Chenli Wei --- .../cfl-k700-i7/hybrid_launch_2user_vm.xml | 15 ++++++--------- .../data/cfl-k700-i7/hybrid_rt.xml | 13 +++++-------- .../data/cfl-k700-i7/partitioned.xml | 18 +++++++++--------- .../cfl-k700-i7/shared_launch_6user_vm.xml | 16 ++++++---------- .../generic_board/hybrid_launch_2user_vm.xml | 15 ++++++--------- .../data/generic_board/hybrid_rt.xml | 11 ++++------- .../data/generic_board/partitioned.xml | 16 ++++++++-------- .../generic_board/shared_launch_6user_vm.xml | 16 ++++++---------- .../data/nuc11tnbi5/hybrid_launch_2user_vm.xml | 15 ++++++--------- .../data/nuc11tnbi5/partitioned.xml | 16 ++++++++-------- .../data/nuc11tnbi5/shared_launch_6user_vm.xml | 16 ++++++---------- misc/config_tools/data/qemu/shared.xml | 3 --- .../data/tgl-vecow-spc-7100-Corei7/hybrid.xml | 11 ++++------- .../tgl-vecow-spc-7100-Corei7/partitioned.xml | 16 ++++++++-------- .../shared_launch_2user_vm.xml | 8 ++------ misc/config_tools/data/whl-ipc-i5/hybrid.xml | 11 ++++------- .../hybrid_rt_launch_1user_vm_waag.xml | 13 +++++-------- .../data/whl-ipc-i5/partitioned.xml | 16 ++++++++-------- .../shared_launch_1user_vm_hardrt.xml | 6 +----- .../shared_launch_1user_vm_vxworks.xml | 6 +----- .../whl-ipc-i5/shared_launch_1user_vm_waag.xml | 6 +----- .../data/whl-ipc-i5/shared_launch_2user_vm.xml | 8 ++------ .../data/whl-ipc-i5/shared_launch_6user_vm.xml | 16 ++++++---------- 23 files changed, 112 insertions(+), 175 deletions(-) diff --git a/misc/config_tools/data/cfl-k700-i7/hybrid_launch_2user_vm.xml b/misc/config_tools/data/cfl-k700-i7/hybrid_launch_2user_vm.xml index 61b3f047e..247add19a 100644 --- a/misc/config_tools/data/cfl-k700-i7/hybrid_launch_2user_vm.xml +++ b/misc/config_tools/data/cfl-k700-i7/hybrid_launch_2user_vm.xml @@ -81,10 +81,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_ELF @@ -119,9 +119,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage @@ -145,7 +142,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -179,7 +176,7 @@ 0 - 512 + 512 COM Port 1 n diff --git a/misc/config_tools/data/cfl-k700-i7/hybrid_rt.xml b/misc/config_tools/data/cfl-k700-i7/hybrid_rt.xml index f1043049c..03a2055f9 100644 --- a/misc/config_tools/data/cfl-k700-i7/hybrid_rt.xml +++ b/misc/config_tools/data/cfl-k700-i7/hybrid_rt.xml @@ -96,10 +96,10 @@ 0 - 0x100000000 - 0x40000000 - 0x0 - 0x0 + + 0x100000000 + 1024 + KERNEL_BZIMAGE @@ -151,9 +151,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage @@ -204,4 +201,4 @@ COM Port 1 n - \ No newline at end of file + diff --git a/misc/config_tools/data/cfl-k700-i7/partitioned.xml b/misc/config_tools/data/cfl-k700-i7/partitioned.xml index 549231e66..e6a23d25c 100644 --- a/misc/config_tools/data/cfl-k700-i7/partitioned.xml +++ b/misc/config_tools/data/cfl-k700-i7/partitioned.xml @@ -85,10 +85,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_BZIMAGE @@ -127,10 +127,10 @@ 0 - 0x120000000 - 0x20000000 - 0x0 - 0x0 + + 0x120000000 + 512 + KERNEL_BZIMAGE @@ -148,4 +148,4 @@ 00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10) - \ No newline at end of file + diff --git a/misc/config_tools/data/cfl-k700-i7/shared_launch_6user_vm.xml b/misc/config_tools/data/cfl-k700-i7/shared_launch_6user_vm.xml index 683616965..254b48d07 100644 --- a/misc/config_tools/data/cfl-k700-i7/shared_launch_6user_vm.xml +++ b/misc/config_tools/data/cfl-k700-i7/shared_launch_6user_vm.xml @@ -63,10 +63,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -93,7 +89,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -134,7 +130,7 @@ 0 - 1024 + 1024 COM Port 1 n @@ -172,7 +168,7 @@ 0 - 512 + 512 COM Port 1 n @@ -210,7 +206,7 @@ 0 - 512 + 512 COM Port 1 n @@ -248,7 +244,7 @@ 0 - 512 + 512 COM Port 1 n @@ -286,7 +282,7 @@ 0 - 512 + 512 COM Port 1 n diff --git a/misc/config_tools/data/generic_board/hybrid_launch_2user_vm.xml b/misc/config_tools/data/generic_board/hybrid_launch_2user_vm.xml index 3796e80b7..75e4008a9 100644 --- a/misc/config_tools/data/generic_board/hybrid_launch_2user_vm.xml +++ b/misc/config_tools/data/generic_board/hybrid_launch_2user_vm.xml @@ -81,10 +81,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_ELF @@ -120,9 +120,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage @@ -145,7 +142,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -179,7 +176,7 @@ 0 - 512 + 512 COM Port 1 n diff --git a/misc/config_tools/data/generic_board/hybrid_rt.xml b/misc/config_tools/data/generic_board/hybrid_rt.xml index ad23e1cff..c5ae43494 100644 --- a/misc/config_tools/data/generic_board/hybrid_rt.xml +++ b/misc/config_tools/data/generic_board/hybrid_rt.xml @@ -109,10 +109,10 @@ 0 - 0x100000000 - 0x40000000 - 0x0 - 0x0 + + 0x100000000 + 1024 + KERNEL_BZIMAGE @@ -145,9 +145,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage diff --git a/misc/config_tools/data/generic_board/partitioned.xml b/misc/config_tools/data/generic_board/partitioned.xml index d9638d70e..e4b8f061b 100644 --- a/misc/config_tools/data/generic_board/partitioned.xml +++ b/misc/config_tools/data/generic_board/partitioned.xml @@ -85,10 +85,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_BZIMAGE @@ -127,10 +127,10 @@ 0 - 0x120000000 - 0x20000000 - 0x0 - 0x0 + + 0x120000000 + 512 + KERNEL_BZIMAGE diff --git a/misc/config_tools/data/generic_board/shared_launch_6user_vm.xml b/misc/config_tools/data/generic_board/shared_launch_6user_vm.xml index 6fa5b600f..d4ae3d096 100644 --- a/misc/config_tools/data/generic_board/shared_launch_6user_vm.xml +++ b/misc/config_tools/data/generic_board/shared_launch_6user_vm.xml @@ -71,10 +71,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -101,7 +97,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -142,7 +138,7 @@ 0 - 1024 + 1024 COM Port 1 n @@ -180,7 +176,7 @@ 0 - 512 + 512 COM Port 1 n @@ -218,7 +214,7 @@ 0 - 512 + 512 COM Port 1 n @@ -256,7 +252,7 @@ 0 - 512 + 512 COM Port 1 n @@ -294,7 +290,7 @@ 0 - 512 + 512 COM Port 1 n diff --git a/misc/config_tools/data/nuc11tnbi5/hybrid_launch_2user_vm.xml b/misc/config_tools/data/nuc11tnbi5/hybrid_launch_2user_vm.xml index 08ac293fe..8e202ad0b 100644 --- a/misc/config_tools/data/nuc11tnbi5/hybrid_launch_2user_vm.xml +++ b/misc/config_tools/data/nuc11tnbi5/hybrid_launch_2user_vm.xml @@ -81,10 +81,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_ELF @@ -120,9 +120,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage @@ -145,7 +142,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -179,7 +176,7 @@ 0 - 512 + 512 COM Port 1 n diff --git a/misc/config_tools/data/nuc11tnbi5/partitioned.xml b/misc/config_tools/data/nuc11tnbi5/partitioned.xml index 275c2703b..b89739572 100644 --- a/misc/config_tools/data/nuc11tnbi5/partitioned.xml +++ b/misc/config_tools/data/nuc11tnbi5/partitioned.xml @@ -85,10 +85,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_BZIMAGE @@ -127,10 +127,10 @@ 0 - 0x120000000 - 0x20000000 - 0x0 - 0x0 + + 0x120000000 + 512 + KERNEL_BZIMAGE diff --git a/misc/config_tools/data/nuc11tnbi5/shared_launch_6user_vm.xml b/misc/config_tools/data/nuc11tnbi5/shared_launch_6user_vm.xml index 8be36e0af..66df7202f 100644 --- a/misc/config_tools/data/nuc11tnbi5/shared_launch_6user_vm.xml +++ b/misc/config_tools/data/nuc11tnbi5/shared_launch_6user_vm.xml @@ -83,10 +83,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -113,7 +109,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -154,7 +150,7 @@ 0 - 1024 + 1024 COM Port 1 n @@ -192,7 +188,7 @@ 0 - 512 + 512 COM Port 1 n @@ -230,7 +226,7 @@ 0 - 512 + 512 COM Port 1 n @@ -268,7 +264,7 @@ 0 - 512 + 512 COM Port 1 n @@ -306,7 +302,7 @@ 0 - 512 + 512 COM Port 1 n diff --git a/misc/config_tools/data/qemu/shared.xml b/misc/config_tools/data/qemu/shared.xml index d490e9d34..1121583b9 100644 --- a/misc/config_tools/data/qemu/shared.xml +++ b/misc/config_tools/data/qemu/shared.xml @@ -64,9 +64,6 @@ 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage diff --git a/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/hybrid.xml b/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/hybrid.xml index 24cade1fc..3235af215 100644 --- a/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/hybrid.xml +++ b/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/hybrid.xml @@ -81,10 +81,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_ELF @@ -120,9 +120,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage diff --git a/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/partitioned.xml b/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/partitioned.xml index 2a140acce..bbec53f3f 100644 --- a/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/partitioned.xml +++ b/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/partitioned.xml @@ -85,10 +85,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_BZIMAGE @@ -127,10 +127,10 @@ 0 - 0x120000000 - 0x20000000 - 0x0 - 0x0 + + 0x120000000 + 512 + KERNEL_BZIMAGE diff --git a/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/shared_launch_2user_vm.xml b/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/shared_launch_2user_vm.xml index 94ada0c2f..360867116 100644 --- a/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/shared_launch_2user_vm.xml +++ b/misc/config_tools/data/tgl-vecow-spc-7100-Corei7/shared_launch_2user_vm.xml @@ -83,10 +83,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -114,7 +110,7 @@ 0 - 4096 + 4096 PRIO_LOW COM Port 1 @@ -159,7 +155,7 @@ 0 - 1024 + 1024 PRIO_LOW COM Port 1 diff --git a/misc/config_tools/data/whl-ipc-i5/hybrid.xml b/misc/config_tools/data/whl-ipc-i5/hybrid.xml index bb8664049..ce18ce119 100644 --- a/misc/config_tools/data/whl-ipc-i5/hybrid.xml +++ b/misc/config_tools/data/whl-ipc-i5/hybrid.xml @@ -73,10 +73,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_ELF @@ -110,9 +110,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage diff --git a/misc/config_tools/data/whl-ipc-i5/hybrid_rt_launch_1user_vm_waag.xml b/misc/config_tools/data/whl-ipc-i5/hybrid_rt_launch_1user_vm_waag.xml index 789e0fbf1..d3981b413 100644 --- a/misc/config_tools/data/whl-ipc-i5/hybrid_rt_launch_1user_vm_waag.xml +++ b/misc/config_tools/data/whl-ipc-i5/hybrid_rt_launch_1user_vm_waag.xml @@ -96,10 +96,10 @@ 0 - 0x100000000 - 0x40000000 - 0x0 - 0x0 + + 0x100000000 + 1024 + KERNEL_BZIMAGE @@ -135,9 +135,6 @@ 0 0 - - 0 - KERNEL_BZIMAGE Linux_bzImage @@ -164,7 +161,7 @@ 0 - 4096 + 4096 COM Port 1 diff --git a/misc/config_tools/data/whl-ipc-i5/partitioned.xml b/misc/config_tools/data/whl-ipc-i5/partitioned.xml index 9a2c769f1..65c7dba9c 100644 --- a/misc/config_tools/data/whl-ipc-i5/partitioned.xml +++ b/misc/config_tools/data/whl-ipc-i5/partitioned.xml @@ -77,10 +77,10 @@ 0 - 0x100000000 - 0x20000000 - 0x0 - 0x0 + + 0x100000000 + 512 + KERNEL_BZIMAGE @@ -121,10 +121,10 @@ 0 - 0x120000000 - 0x20000000 - 0x0 - 0x0 + + 0x120000000 + 512 + KERNEL_BZIMAGE diff --git a/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_hardrt.xml b/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_hardrt.xml index c6e011776..edbd68208 100644 --- a/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_hardrt.xml +++ b/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_hardrt.xml @@ -63,10 +63,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -114,7 +110,7 @@ 0 - 1024 + 1024 COM Port 1 n diff --git a/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_vxworks.xml b/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_vxworks.xml index 6a4cb1145..4194651f4 100644 --- a/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_vxworks.xml +++ b/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_vxworks.xml @@ -63,10 +63,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -96,7 +92,7 @@ 0 - 2048 + 2048 COM Port 1 n diff --git a/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_waag.xml b/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_waag.xml index 42c2196c2..ae26a51db 100644 --- a/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_waag.xml +++ b/misc/config_tools/data/whl-ipc-i5/shared_launch_1user_vm_waag.xml @@ -63,10 +63,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -93,7 +89,7 @@ 0 - 4096 + 4096 COM Port 1 diff --git a/misc/config_tools/data/whl-ipc-i5/shared_launch_2user_vm.xml b/misc/config_tools/data/whl-ipc-i5/shared_launch_2user_vm.xml index 683c93b1b..a1502170d 100644 --- a/misc/config_tools/data/whl-ipc-i5/shared_launch_2user_vm.xml +++ b/misc/config_tools/data/whl-ipc-i5/shared_launch_2user_vm.xml @@ -63,10 +63,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -93,7 +89,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -135,7 +131,7 @@ 0 - 1024 + 1024 COM Port 1 n diff --git a/misc/config_tools/data/whl-ipc-i5/shared_launch_6user_vm.xml b/misc/config_tools/data/whl-ipc-i5/shared_launch_6user_vm.xml index 80ca0ecb4..c7f9d7d7c 100644 --- a/misc/config_tools/data/whl-ipc-i5/shared_launch_6user_vm.xml +++ b/misc/config_tools/data/whl-ipc-i5/shared_launch_6user_vm.xml @@ -63,10 +63,6 @@ 0 - - 0 - 0x20000000 - KERNEL_BZIMAGE Linux_bzImage @@ -93,7 +89,7 @@ 0 - 4096 + 4096 COM Port 1 @@ -135,7 +131,7 @@ 0 - 1024 + 1024 COM Port 1 n @@ -173,7 +169,7 @@ 0 - 512 + 512 COM Port 1 n @@ -205,7 +201,7 @@ 0 - 512 + 512 COM Port 1 n @@ -237,7 +233,7 @@ 0 - 512 + 512 COM Port 1 n @@ -269,7 +265,7 @@ 0 - 512 + 512 COM Port 1 n