Re: [PATCH 0/2] arm64 SMMUv3 PMU driver with IORT support

From: Hanjun Guo
Date: Wed Aug 09 2017 - 21:26:31 EST


On 2017/8/9 23:48, Leeder, Neil wrote:
drivers/perf/Kconfig | 9 +
drivers/perf/Makefile | 1 +
drivers/perf/arm_smmuv3_pmu.c | 823 ++++++++++++++++++++++++++++++++++++++++++
include/acpi/actbl2.h | 9 +-
Do you have the acpica support code? I'm currently
working on SMMUv3 MSI support and I would like to test
it with MSI support for PMCG as well.
I don't have any code other than what was posted here.
What additional ACPICA support code is needed?

Sorry for not clear, I mean the acpica code for iASL and
other tool: github.com/acpica/acpica.git

With that code, I can compile my IORT table with PMCG node.

Thanks
Hanjun