]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf
ArmPlatformPkg: New DP500/DP550/DP650 GOP driver
authorGirish Pathak <girish.pathak at arm.com>
Tue, 26 Sep 2017 20:15:29 +0000 (21:15 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Mon, 23 Apr 2018 11:08:51 +0000 (12:08 +0100)
commitb99f81268a2dd84eb93661a759557765cac0a089
tree4bfffe09e0af303ca55fb06d6c2b7403de60ccb1
parent36bbbf4f73522739721a965f7b2824e09d5076a3
ArmPlatformPkg: New DP500/DP550/DP650 GOP driver

This change adds support for the ARM Mali DP500/DP500/DP650 display
processors using the GOP protocol. It has been tested on FVP base
models + DP550 support. This change adds platform independant LcdHwLib
library. A corresponding platform specific library will be submitted
to edk-platforms/Platform/ARM/VExpressPkg.

This change does not modify functionality provided by PL111 or
HDLCD. This LcdHwLib implementation should be suitable for those
platforms that implement ARM Mali DP500/DP550/DP650 replacing
PL111/HDLCD.

Only graphics layer of the ARM Mali DP is configured for rendering
the RGB/BGR format frame buffer to satisfy the UEFI GOP requirements
Other layers e.g. video layers are not configured.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Girish Pathak <girish.pathak@arm.com>
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/ArmPlatformPkg.dec
ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.c [new file with mode: 0644]
ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.h [new file with mode: 0644]
ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf [new file with mode: 0644]