From e6ca39406a5f23452014a396c59f176ae5700e98 Mon Sep 17 00:00:00 2001 From: Tao Yuhong Date: Mon, 9 Nov 2020 14:32:19 -0500 Subject: [PATCH] TGL: Fix sos can't boot with 6 pci-vuarts Increase CONFIG_MAX_EMULATED_MMIO_REGIONS to 32, for more pci-vuarts. Each pci-vuart vdev need 2 mmio BARs, if there are 8 pci-vuarts, they need emulate 16 mmio regions. But by default CONFIG_MAX_EMULATED_MMIO_REGIONS=16, that is not enough. Tracked-On: #5491 Signed-off-by: Tao Yuhong --- misc/vm_configs/xmls/config-xmls/tgl-rvp/hybrid_rt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vm_configs/xmls/config-xmls/tgl-rvp/hybrid_rt.xml b/misc/vm_configs/xmls/config-xmls/tgl-rvp/hybrid_rt.xml index 1bc1b2a6f..de4671751 100644 --- a/misc/vm_configs/xmls/config-xmls/tgl-rvp/hybrid_rt.xml +++ b/misc/vm_configs/xmls/config-xmls/tgl-rvp/hybrid_rt.xml @@ -50,7 +50,7 @@ 120 64 64 - 16 + 32