diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2018-04-09 20:43:28 +0100 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2018-04-18 09:14:02 +0000 |
commit | 2ecc1756254ba571318ffe30130bad35a99a2d39 (patch) | |
tree | 8f7a0141dd2b921d211763602c247f093ff3c44c /src/dev/arm/RealView.py | |
parent | e3dd3c77d2e28b40534a77db343163bcb388a40a (diff) | |
download | gem5-2ecc1756254ba571318ffe30130bad35a99a2d39.tar.xz |
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 <andreas.sandberg@arm.com>
Reviewed-by: Sudhanshu Jha <sudhanshu.jha@arm.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/9769
Diffstat (limited to 'src/dev/arm/RealView.py')
-rw-r--r-- | src/dev/arm/RealView.py | 1 |
1 files changed, 0 insertions, 1 deletions
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") |