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>
This commit is contained in:
Andreas Sandberg
2018-04-09 18:38:33 +01:00
parent 0f7710d4f7
commit c85d51e6d6
4 changed files with 266 additions and 0 deletions

View File

@@ -46,5 +46,6 @@ SimObject('PS2.py')
Source('device.cc')
Source('keyboard.cc')
Source('mouse.cc')
Source('touchkit.cc')
DebugFlag('PS2')