diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2018-04-09 18:38:33 +0100 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2018-04-17 08:46:44 +0000 |
commit | c85d51e6d62a9591bd5b99dcb0146aae5dbee43f (patch) | |
tree | ebb25798b77aaf1e957f5e95030756818d7e9e38 /src/dev/ps2/SConscript | |
parent | 0f7710d4f7898e1244774d7158786639ae1131f4 (diff) | |
download | gem5-c85d51e6d62a9591bd5b99dcb0146aae5dbee43f.tar.xz |
ps2: Add a simple touchscreen model
Add a touchscreen model that is compatible with Linux's TouchKit
driver. This model is based on the model in the Arm PL050 KMI model.
Change-Id: Id4d88a21a26bb42c455e4d778cd89875f650ac57
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/9764
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/dev/ps2/SConscript')
-rw-r--r-- | src/dev/ps2/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/ps2/SConscript b/src/dev/ps2/SConscript index acce7bebb..a73e47a1f 100644 --- a/src/dev/ps2/SConscript +++ b/src/dev/ps2/SConscript @@ -46,5 +46,6 @@ SimObject('PS2.py') Source('device.cc') Source('keyboard.cc') Source('mouse.cc') +Source('touchkit.cc') DebugFlag('PS2') |