dev-arm: Add HDLcd DTB autogeneration
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 12 Aug 2019 18:56:00 +0000 (19:56 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Thu, 19 Sep 2019 15:49:27 +0000 (15:49 +0000)
commit2e55ff352f2bd1c36f5b33f9c852430f123205ce
tree58940daab7a5bab821d55730a91f349c510a290a
parent6b6ac525f7bcb4259ef2065919bc9985c48ef35d
dev-arm: Add HDLcd DTB autogeneration

A Display has been defined. Its sole purpose is to generate the device
tree node to be referenced by the HDLcd device.  The encoder parameters
are based on the existing node defined in:

system/arm/dt/armv8.dts

Change-Id: I6cdeb0437dce207dbd0f2c65c16b224245eb74e1
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20330
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/arm/Display.py [new file with mode: 0644]
src/dev/arm/RealView.py
src/dev/arm/SConscript
src/dev/arm/display.cc [new file with mode: 0644]
src/dev/arm/display.hh [new file with mode: 0644]