From 2ecc1756254ba571318ffe30130bad35a99a2d39 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 9 Apr 2018 20:43:28 +0100 Subject: dev, arm: Cleanup Pl050 interrupt handling Add support for TX interrupts and cleanup existing RX interrupt handling. Change-Id: If2e5b0c0cc6fbeb2dce09e7e9d935647516b2c47 Signed-off-by: Andreas Sandberg Reviewed-by: Sudhanshu Jha Reviewed-by: Giacomo Travaglini Reviewed-on: https://gem5-review.googlesource.com/9769 --- src/dev/arm/RealView.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dev/arm/RealView.py') diff --git a/src/dev/arm/RealView.py b/src/dev/arm/RealView.py index 7661db15a..9b91f4609 100644 --- a/src/dev/arm/RealView.py +++ b/src/dev/arm/RealView.py @@ -466,7 +466,6 @@ class PL031(AmbaIntDevice): class Pl050(AmbaIntDevice): type = 'Pl050' cxx_header = "dev/arm/kmi.hh" - int_delay = '1us' amba_id = 0x00141050 ps2 = Param.PS2Device("PS/2 device") -- cgit v1.2.3