ps2: Add a simple touchscreen model
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 9 Apr 2018 17:38:33 +0000 (18:38 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 17 Apr 2018 08:46:44 +0000 (08:46 +0000)
commitc85d51e6d62a9591bd5b99dcb0146aae5dbee43f
treeebb25798b77aaf1e957f5e95030756818d7e9e38
parent0f7710d4f7898e1244774d7158786639ae1131f4
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>
src/dev/ps2/PS2.py
src/dev/ps2/SConscript
src/dev/ps2/touchkit.cc [new file with mode: 0644]
src/dev/ps2/touchkit.hh [new file with mode: 0644]