fix: omit generating smmu traces
Remove the dependency to the generic trace plugin to test configs where
the SMMU is exercised.
The generic trace was used mostly for printing debug trace while
developing tests but not required for the tests to run.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I29a33e88074617aaac78b57b0e8c4f7848e23850
diff --git a/model/base-aemva-common.sh b/model/base-aemva-common.sh
index 83d6255..3e1b922 100644
--- a/model/base-aemva-common.sh
+++ b/model/base-aemva-common.sh
@@ -303,14 +303,7 @@
-C pci.pci_smmuv3.mmu.SMMU_S_IDR1=0xA0000002
-C pci.pci_smmuv3.mmu.SMMU_S_IDR2=0
-C pci.pci_smmuv3.mmu.SMMU_S_IDR3=0
--C pci.smmulogger.trace_debug=1
--C pci.smmulogger.trace_snoops=1
--C pci.tbu0_pre_smmu_logger.trace_snoops=1
--C pci.tbu0_pre_smmu_logger.trace_debug=1
-C pci.dma330x4.use_smmuv3testengine_not_dmacs=1
--C pci.pci_smmuv3.mmu.all_error_messages_through_trace=1
--C TRACE.GenericTrace.trace-sources=verbose_commentary,smmu_initial_transaction,smmu_final_transaction,*.pci.pci_smmuv3.mmu.*,*.pci.smmulogger.*,*.pci.tbu0_pre_smmu_logger.*,smmu_poison_tw_data
---plugin $generictrace_plugin_path
-C cci550.force_on_from_start=1
EOF