ARM: Add support for HDLCD controller for TC2 and newer Versatile Express tiles.
Newer core tiles / daughterboards for the Versatile Express platform have an HDLCD controller that supports HD-quality output. This patch adds an implementation of the controller.
This commit is contained in:
@@ -50,6 +50,7 @@ if env['TARGET_ISA'] == 'arm':
|
||||
Source('gic_pl390.cc')
|
||||
Source('pl011.cc')
|
||||
Source('pl111.cc')
|
||||
Source('hdlcd.cc')
|
||||
Source('kmi.cc')
|
||||
Source('timer_sp804.cc')
|
||||
Source('rv_ctrl.cc')
|
||||
@@ -58,6 +59,7 @@ if env['TARGET_ISA'] == 'arm':
|
||||
Source('timer_cpulocal.cc')
|
||||
|
||||
DebugFlag('AMBA')
|
||||
DebugFlag('HDLcd')
|
||||
DebugFlag('PL111')
|
||||
DebugFlag('Pl050')
|
||||
DebugFlag('GIC')
|
||||
|
||||
Reference in New Issue
Block a user