]> git.baikalelectronics.ru Git - kernel.git/commit
ARC: Enable PERF_EVENTS in nSIM driven platforms
authorAlexey Brodkin <abrodkin@synopsys.com>
Mon, 31 Oct 2016 12:59:11 +0000 (15:59 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 1 Nov 2016 00:12:38 +0000 (17:12 -0700)
commit2ae1ee2bf3f673f232289955c3f100ad8eb46844
tree13e0830b172df4f4fc21bbac426f32687193775d
parent1851cb92ff712dd97c8e90966589011220b5eb53
ARC: Enable PERF_EVENTS in nSIM driven platforms

Now when we have properly working performance counters in nSIM
even with interrupt support (fix should be a part of upcoming
nSIM engineering build 2016.12-005) we may enable perf support
by default for all platforms that use nSIM for ARC cores simulation.

Note 1: PCT node was missing for some reason in nsimosci.dts
        while all other nSIM-related .dts files already had
        PCT node for quite some time, so adding it now.

Note 2: All defconfigs were regenerated with "make savedefconfig"
        which led to some clean-ups in nsimosci_hs_smp_defconfig:
        CONFIG_FRAMEBUFFER_CONSOLE=y was removed because it is
        automatically selected now by DRM.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/axc001.dtsi
arch/arc/boot/dts/nsim_700.dts
arch/arc/boot/dts/nsimosci.dts
arch/arc/configs/nsim_700_defconfig
arch/arc/configs/nsim_hs_defconfig
arch/arc/configs/nsim_hs_smp_defconfig
arch/arc/configs/nsimosci_defconfig
arch/arc/configs/nsimosci_hs_defconfig
arch/arc/configs/nsimosci_hs_smp_defconfig