]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: implement LcdHwLib for PL111
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 1 Dec 2017 09:58:26 +0000 (09:58 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 12 Dec 2017 17:37:41 +0000 (17:37 +0000)
commit27f9f3496810f82d7be7dcee2f0a4bbf9d4b0322
tree96ecf10d5eb508faac65cba69608b5eb5666b45f
parent99cfb43aa6bef761d588b3192f8402a484bb5354
ArmPlatformPkg: implement LcdHwLib for PL111

Convert the PL111 specific code of LcdGraphicsOutputDxe into a LcdHwlib
implementation that we will wire up later into LcdGraphicsOutputDxe.

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>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c [new file with mode: 0644]
ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.h [new file with mode: 0644]
ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.inf [new file with mode: 0644]