dev-arm: Move GICv3 (Re)Ditributor address in Realview.py
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Tue, 16 Apr 2019 13:48:10 +0000 (14:48 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Thu, 25 Apr 2019 12:48:41 +0000 (12:48 +0000)
commit40018b14a608b066a52c4baf86b4160820402c9c
tree4ad3fa351a80626f32afee95a28186b4a2f15d6e
parented48d740e85c167aa48a2c4fe82ca632e4c3cbb7
dev-arm: Move GICv3 (Re)Ditributor address in Realview.py

Base addresses for GICv3's Distributor and Redistributors are
implementation defined: they depend on the platform rather than the
model. This patch is then moving dist_addr and redist_addr
initialization in Realview.py

Change-Id: I1246df500262f4d3d5a38e62d0240945f90941ee
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18393
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/arm/Gic.py
src/dev/arm/RealView.py