From 8fcd868a50d0278f03f7c69ecc071eae1f64b815 Mon Sep 17 00:00:00 2001 From: Shuang Zheng Date: Thu, 6 May 2021 15:45:16 +0000 Subject: [PATCH] config_tools: enable features for default config on tgl-rvp and ehl-crb-b enable CDP_ENABLED for RT in scenarios, enable ivshmem for industry scenario, disable vuart0 in launch settings, passthru SATA for RTVM, set virtio-net and virtio-blk for post-launched WaaG and YaaGs. Tracked-On: #5955 Signed-off-by: Shuang Zheng Reviewed-by: Victor Sun --- .../config_tools/data/ehl-crb-b/hybrid_rt.xml | 2 +- .../data/ehl-crb-b/hybrid_rt_fusa.xml | 2 +- .../ehl-crb-b/hybrid_rt_launch_1uos_waag.xml | 2 +- misc/config_tools/data/ehl-crb-b/industry.xml | 6 ++-- .../ehl-crb-b/industry_launch_1uos_waag.xml | 2 +- .../data/ehl-crb-b/industry_launch_2uos.xml | 4 +-- .../data/ehl-crb-b/industry_launch_6uos.xml | 20 ++++++------- .../data/ehl-crb-b/sdc_launch_1uos_zephyr.xml | 2 +- misc/config_tools/data/tgl-rvp/hybrid_rt.xml | 2 +- .../tgl-rvp/hybrid_rt_launch_1uos_waag.xml | 2 +- misc/config_tools/data/tgl-rvp/industry.xml | 6 ++-- .../tgl-rvp/industry_launch_1uos_waag.xml | 2 +- .../data/tgl-rvp/industry_launch_2uos.xml | 6 ++-- .../data/tgl-rvp/industry_launch_6uos.xml | 28 +++++++++---------- .../data/tgl-rvp/sdc_launch_1uos_zephyr.xml | 2 +- 15 files changed, 44 insertions(+), 44 deletions(-) diff --git a/misc/config_tools/data/ehl-crb-b/hybrid_rt.xml b/misc/config_tools/data/ehl-crb-b/hybrid_rt.xml index ae56f1923..04506fba4 100644 --- a/misc/config_tools/data/ehl-crb-b/hybrid_rt.xml +++ b/misc/config_tools/data/ehl-crb-b/hybrid_rt.xml @@ -17,7 +17,7 @@ y n - n + y 0xfff 0xfff 0xfff diff --git a/misc/config_tools/data/ehl-crb-b/hybrid_rt_fusa.xml b/misc/config_tools/data/ehl-crb-b/hybrid_rt_fusa.xml index f211026d9..7fdc8e0ca 100644 --- a/misc/config_tools/data/ehl-crb-b/hybrid_rt_fusa.xml +++ b/misc/config_tools/data/ehl-crb-b/hybrid_rt_fusa.xml @@ -17,7 +17,7 @@ y n - n + y 0xfff 0xfff 0xfff diff --git a/misc/config_tools/data/ehl-crb-b/hybrid_rt_launch_1uos_waag.xml b/misc/config_tools/data/ehl-crb-b/hybrid_rt_launch_1uos_waag.xml index aacd61e1d..d4e4f749d 100644 --- a/misc/config_tools/data/ehl-crb-b/hybrid_rt_launch_1uos_waag.xml +++ b/misc/config_tools/data/ehl-crb-b/hybrid_rt_launch_1uos_waag.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable diff --git a/misc/config_tools/data/ehl-crb-b/industry.xml b/misc/config_tools/data/ehl-crb-b/industry.xml index 5f326a2a3..040f94a77 100644 --- a/misc/config_tools/data/ehl-crb-b/industry.xml +++ b/misc/config_tools/data/ehl-crb-b/industry.xml @@ -17,7 +17,7 @@ y y - n + y 0xfff 0xfff 0xfff @@ -41,8 +41,8 @@ n n - n - + y + hv:/shm_region_0, 2, 2:3 n diff --git a/misc/config_tools/data/ehl-crb-b/industry_launch_1uos_waag.xml b/misc/config_tools/data/ehl-crb-b/industry_launch_1uos_waag.xml index a3fe2d330..e5416ff52 100644 --- a/misc/config_tools/data/ehl-crb-b/industry_launch_1uos_waag.xml +++ b/misc/config_tools/data/ehl-crb-b/industry_launch_1uos_waag.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable diff --git a/misc/config_tools/data/ehl-crb-b/industry_launch_2uos.xml b/misc/config_tools/data/ehl-crb-b/industry_launch_2uos.xml index 4003fa816..51e20afb8 100644 --- a/misc/config_tools/data/ehl-crb-b/industry_launch_2uos.xml +++ b/misc/config_tools/data/ehl-crb-b/industry_launch_2uos.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable @@ -71,7 +71,7 @@ - + 00:17.0 SATA controller: Intel Corporation Device 4b63 (rev 10) diff --git a/misc/config_tools/data/ehl-crb-b/industry_launch_6uos.xml b/misc/config_tools/data/ehl-crb-b/industry_launch_6uos.xml index 4847bc392..8cf1be0f8 100644 --- a/misc/config_tools/data/ehl-crb-b/industry_launch_6uos.xml +++ b/misc/config_tools/data/ehl-crb-b/industry_launch_6uos.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable @@ -71,7 +71,7 @@ - + 00:17.0 SATA controller: Intel Corporation Device 4b63 (rev 10) @@ -117,9 +117,9 @@ - + YaaG3 - + ./YaaG.img @@ -157,9 +157,9 @@ - + YaaG4 - + ./YaaG.img @@ -197,9 +197,9 @@ - + YaaG5 - + ./YaaG.img @@ -237,9 +237,9 @@ - + YaaG6 - + ./YaaG.img diff --git a/misc/config_tools/data/ehl-crb-b/sdc_launch_1uos_zephyr.xml b/misc/config_tools/data/ehl-crb-b/sdc_launch_1uos_zephyr.xml index eb15bff06..d26114518 100644 --- a/misc/config_tools/data/ehl-crb-b/sdc_launch_1uos_zephyr.xml +++ b/misc/config_tools/data/ehl-crb-b/sdc_launch_1uos_zephyr.xml @@ -5,7 +5,7 @@ 128 ovmf - Enable + Disable diff --git a/misc/config_tools/data/tgl-rvp/hybrid_rt.xml b/misc/config_tools/data/tgl-rvp/hybrid_rt.xml index 714725d90..74b7827e7 100644 --- a/misc/config_tools/data/tgl-rvp/hybrid_rt.xml +++ b/misc/config_tools/data/tgl-rvp/hybrid_rt.xml @@ -18,7 +18,7 @@ y n - n + y y n diff --git a/misc/config_tools/data/tgl-rvp/hybrid_rt_launch_1uos_waag.xml b/misc/config_tools/data/tgl-rvp/hybrid_rt_launch_1uos_waag.xml index 77f252259..24f265070 100644 --- a/misc/config_tools/data/tgl-rvp/hybrid_rt_launch_1uos_waag.xml +++ b/misc/config_tools/data/tgl-rvp/hybrid_rt_launch_1uos_waag.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable diff --git a/misc/config_tools/data/tgl-rvp/industry.xml b/misc/config_tools/data/tgl-rvp/industry.xml index a938a8a8f..5707860ac 100644 --- a/misc/config_tools/data/tgl-rvp/industry.xml +++ b/misc/config_tools/data/tgl-rvp/industry.xml @@ -16,7 +16,7 @@ y n - n + y y n @@ -24,8 +24,8 @@ n n - n - + y + hv:/shm_region_0, 2, 2:3 n diff --git a/misc/config_tools/data/tgl-rvp/industry_launch_1uos_waag.xml b/misc/config_tools/data/tgl-rvp/industry_launch_1uos_waag.xml index 60bbeac4d..d0c64efcb 100644 --- a/misc/config_tools/data/tgl-rvp/industry_launch_1uos_waag.xml +++ b/misc/config_tools/data/tgl-rvp/industry_launch_1uos_waag.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable diff --git a/misc/config_tools/data/tgl-rvp/industry_launch_2uos.xml b/misc/config_tools/data/tgl-rvp/industry_launch_2uos.xml index 6ab31fb04..5dbb708c2 100644 --- a/misc/config_tools/data/tgl-rvp/industry_launch_2uos.xml +++ b/misc/config_tools/data/tgl-rvp/industry_launch_2uos.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable @@ -71,8 +71,8 @@ - - 01:00.0 Non-Volatile memory controller: Intel Corporation SSD Pro 7600p/760p/E 6100p Series (rev 03) + 00:17.0 SATA controller: Intel Corporation Device a0d3 (rev 20) + diff --git a/misc/config_tools/data/tgl-rvp/industry_launch_6uos.xml b/misc/config_tools/data/tgl-rvp/industry_launch_6uos.xml index a864245da..2cc0fe159 100644 --- a/misc/config_tools/data/tgl-rvp/industry_launch_6uos.xml +++ b/misc/config_tools/data/tgl-rvp/industry_launch_6uos.xml @@ -5,7 +5,7 @@ 4096 gvtd ovmf - Enable + Disable @@ -71,7 +71,7 @@ - + 00:17.0 SATA controller: Intel Corporation Device a0d3 (rev 20) @@ -116,10 +116,10 @@ - - + @stdio:stdio_port + YaaG3 - + ./YaaG.img @@ -156,10 +156,10 @@ - - + @stdio:stdio_port + YaaG4 - + ./YaaG.img @@ -196,10 +196,10 @@ - - + @stdio:stdio_port + YaaG5 - + ./YaaG.img @@ -236,10 +236,10 @@ - - + @stdio:stdio_port + YaaG6 - + ./YaaG.img diff --git a/misc/config_tools/data/tgl-rvp/sdc_launch_1uos_zephyr.xml b/misc/config_tools/data/tgl-rvp/sdc_launch_1uos_zephyr.xml index 5a8ac07d6..2856cfa9b 100644 --- a/misc/config_tools/data/tgl-rvp/sdc_launch_1uos_zephyr.xml +++ b/misc/config_tools/data/tgl-rvp/sdc_launch_1uos_zephyr.xml @@ -5,7 +5,7 @@ 128 ovmf - Enable + Disable