ARM: Add support for HDLCD controller for TC2 and newer Versatile Express tiles.
authorChris Emmons <Chris.Emmons@arm.com>
Mon, 22 Apr 2013 17:20:31 +0000 (13:20 -0400)
committerChris Emmons <Chris.Emmons@arm.com>
Mon, 22 Apr 2013 17:20:31 +0000 (13:20 -0400)
commit121b15a54da77ef77e98ff59621e1c5b0f1f1f52
treed9e9993c551ecc94ee1f9f88c5ab02f87760a328
parentaa08069b3fb9a564df755ec558fd64ba076b0ef3
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.
src/dev/arm/RealView.py
src/dev/arm/SConscript
src/dev/arm/hdlcd.cc [new file with mode: 0644]
src/dev/arm/hdlcd.hh [new file with mode: 0644]