dev: Move generic serial devices to src/dev/serial

Change-Id: I104227fc460f8b561e7375b329a541c1fce881b2
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4291
Reviewed-by: Gabe Black <gabeblack@google.com>
This commit is contained in:
Andreas Sandberg
2017-07-20 11:58:06 +01:00
parent 74d3f8a176
commit 20de3bb759
24 changed files with 75 additions and 38 deletions

View File

@@ -44,9 +44,6 @@ if env['TARGET_ISA'] == 'null':
SimObject('BadDevice.py')
SimObject('Platform.py')
SimObject('Serial.py')
SimObject('Terminal.py')
SimObject('Uart.py')
Source('baddev.cc')
Source('intel_8254_timer.cc')
@@ -54,13 +51,6 @@ Source('mc146818.cc')
Source('pixelpump.cc')
Source('platform.cc')
Source('ps2.cc')
Source('serial.cc')
Source('terminal.cc')
Source('uart.cc')
Source('uart8250.cc')
DebugFlag('Intel8254Timer')
DebugFlag('MC146818')
DebugFlag('Terminal')
DebugFlag('TerminalVerbose')
DebugFlag('Uart')