]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: add PMU feature to cortex-r5 and cortex-r5f
authorClement Deschamps <clement.deschamps@greensocs.com>
Thu, 23 Jan 2020 15:22:38 +0000 (15:22 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 23 Jan 2020 15:22:38 +0000 (15:22 +0000)
commit90f671581ac601fcc1b840d9e9abe7e3c3e672db
tree4fd66fe64f640f10842291c1f48642cf016c2363
parentb7c359c748a2e3ccb97a184b9739feb2cd48de2f
target/arm: add PMU feature to cortex-r5 and cortex-r5f

The PMU is not optional on cortex-r5 and cortex-r5f (see
the "Features" chapter of the Technical Reference Manual).

Signed-off-by: Clement Deschamps <clement.deschamps@greensocs.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200114105918.2366370-1-clement.deschamps@greensocs.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c