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>
This commit is contained in:
@@ -55,7 +55,7 @@ if env['TARGET_ISA'] == 'arm':
|
||||
Source('base_gic.cc')
|
||||
Source('flash_device.cc')
|
||||
Source('generic_timer.cc')
|
||||
Source('gic_pl390.cc')
|
||||
Source('gic_v2.cc')
|
||||
Source('gic_v2m.cc')
|
||||
Source('pl011.cc')
|
||||
Source('pl111.cc')
|
||||
|
||||
Reference in New Issue
Block a user