From ec80224188500183604eaf6cbe19d0ac16616f9c Mon Sep 17 00:00:00 2001 From: Matt Evans Date: Thu, 19 Mar 2015 04:06:16 -0400 Subject: arm: Remove the 'magic MSI register' in the GIC (PL390) This patch removes the code that added this magic register. A follow-up patch provides a GICv2m MSI shim that gives the same functionality in a standard ARM system architecture way. --- src/dev/arm/Gic.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dev/arm/Gic.py') diff --git a/src/dev/arm/Gic.py b/src/dev/arm/Gic.py index 766049296..22ff50010 100644 --- a/src/dev/arm/Gic.py +++ b/src/dev/arm/Gic.py @@ -54,7 +54,6 @@ class Pl390(BaseGic): dist_addr = Param.Addr(0x1f001000, "Address for distributor") cpu_addr = Param.Addr(0x1f000100, "Address for cpu") - msix_addr = Param.Addr(0x0, "Address for MSI-X register") dist_pio_delay = Param.Latency('10ns', "Delay for PIO r/w to distributor") cpu_pio_delay = Param.Latency('10ns', "Delay for PIO r/w to cpu interface") int_latency = Param.Latency('10ns', "Delay for interrupt to get to CPU") -- cgit v1.2.3