From 631bfb6d257ed849270400cc7f6a39afdb732dff Mon Sep 17 00:00:00 2001 From: Giacomo Travaglini Date: Mon, 18 Feb 2019 14:15:41 +0000 Subject: dev-arm: Rename GIC maintenance interrupt from ppint to maint_int ppint is a generic name which only reflects Arm recommendation of assigning the maintanance interrupt to a PPI (numbered 25) Change-Id: Ic5abb6ed50817ad2d165b5df46dd989eb195a9db Signed-off-by: Giacomo Travaglini Reviewed-by: Anouk Van Laer Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17628 Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- src/dev/arm/RealView.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dev/arm/RealView.py') diff --git a/src/dev/arm/RealView.py b/src/dev/arm/RealView.py index 35bc86227..41d5fc893 100644 --- a/src/dev/arm/RealView.py +++ b/src/dev/arm/RealView.py @@ -728,7 +728,7 @@ class VExpress_EMM(RealView): ### On-chip devices ### gic = Gic400(dist_addr=0x2C001000, cpu_addr=0x2C002000) - vgic = VGic(vcpu_addr=0x2c006000, hv_addr=0x2c004000, ppint=25) + vgic = VGic(vcpu_addr=0x2c006000, hv_addr=0x2c004000, maint_int=25) local_cpu_timer = CpuLocalTimer(int_timer=ArmPPI(num=29), int_watchdog=ArmPPI(num=30), @@ -1062,7 +1062,7 @@ Interrupts: class VExpress_GEM5_V1_Base(VExpress_GEM5_Base): gic = kvm_gicv2_class(dist_addr=0x2c001000, cpu_addr=0x2c002000, it_lines=512) - vgic = VGic(vcpu_addr=0x2c006000, hv_addr=0x2c004000, ppint=25) + vgic = VGic(vcpu_addr=0x2c006000, hv_addr=0x2c004000, maint_int=25) gicv2m = Gicv2m() gicv2m.frames = [ Gicv2mFrame(spi_base=256, spi_len=64, addr=0x2c1c0000), -- cgit v1.2.3