dev-arm: Fix VExpressFastmodel timer configs
authorYu-hsin Wang <yuhsingw@google.com>
Wed, 21 Oct 2020 10:19:34 +0000 (18:19 +0800)
committerYu-hsin Wang <yuhsingw@google.com>
Tue, 3 Nov 2020 01:29:21 +0000 (01:29 +0000)
commit831cda0965d87635930e46ac024c2bd8c3f5593a
tree0254b6f0127c79f3834f041b5a32f912818124e6
parent4a0797593f3d64cb69dfbc2c1a8762ae5a9c1007
dev-arm: Fix VExpressFastmodel timer configs

generic_timer is no longer in the return value of _on_chip_devices. We
should correct the _on_chip_devices. Furthermore, to prevent the timer
conflict with the fastmodel, we should remove unwanted timer.

Change-Id: I6ec7f9749546df3e8f125a5b96e7ed83cab2ea56
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36379
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/fastmodel/CortexA76/FastModelCortexA76.py
src/dev/arm/VExpressFastmodel.py