1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

video: Add support for Arm's Mali Display Processors

Add support for Arm Mali Display Processors DP500, DP550 and DP650.
Only one layer is being used to display the console or boot logo,
even if more layers are supported in the hardware.

Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
This commit is contained in:
Liviu Dudau
2018-09-28 13:50:53 +01:00
committed by Anatolij Gustschin
parent 055da186a1
commit c1a65a8c59
4 changed files with 420 additions and 0 deletions

View File

@@ -440,6 +440,12 @@ F: cmd/log.c
F: test/log/log_test.c
F: test/py/tests/test_log.py
MALI DISPLAY PROCESSORS
M: Liviu Dudau <liviu.dudau@foss.arm.com>
S: Supported
T: git git://github.com/ARM-software/u-boot.git
F: drivers/video/mali_dp.c
MICROBLAZE
M: Michal Simek <monstr@monstr.eu>
S: Maintained