dev-arm: rename Pl390 to GicV2
authorCiro Santilli <ciro.santilli@arm.com>
Thu, 30 Aug 2018 13:50:31 +0000 (14:50 +0100)
committerCiro Santilli <ciro.santilli@arm.com>
Wed, 12 Sep 2018 10:27:06 +0000 (10:27 +0000)
commit1379e30a4d3f6089838679a49d2364ea7817668f
tree52897b63f70d4e5b1c5eec4262b54dad282f2fc7
parentcadb03d17cf048c84e484227b4b6fd62713b7a0c
dev-arm: rename Pl390 to GicV2

The Pl390 model has evolved and acquired a lot of the features from GICv2,
which means that the name is no longer appropriate. Rename it to GICv2
since this is more representative of the supported features.

GICv2 is backwards compatible with the older Pl390, so we decided to
simply rename the class to represent both GICv2 and older interfaces such
as the instead of creating a new separate one.

Change-Id: I1c05fba8b3cb5841c66480e9f05b8c873eba3229
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/12492
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/arch/arm/kvm/KvmGic.py
src/arch/arm/kvm/gic.cc
src/arch/arm/kvm/gic.hh
src/dev/arm/Gic.py
src/dev/arm/RealView.py
src/dev/arm/SConscript
src/dev/arm/gic_pl390.cc [deleted file]
src/dev/arm/gic_pl390.hh [deleted file]
src/dev/arm/gic_v2.cc [new file with mode: 0644]
src/dev/arm/gic_v2.hh [new file with mode: 0644]