]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: implement LcdHwLib for HdLcd
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 1 Dec 2017 10:20:25 +0000 (10:20 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 12 Dec 2017 17:40:12 +0000 (17:40 +0000)
commit3e7105bb6c21760c9c818ac934f402a451fb4491
treeef3e477db9cdca8050842c238b3007f27756dda0
parent27f9f3496810f82d7be7dcee2f0a4bbf9d4b0322
ArmPlatformPkg: implement LcdHwLib for HdLcd

Convert the HdLcd 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/HdLcd/HdLcd.c [new file with mode: 0644]
ArmPlatformPkg/Library/HdLcd/HdLcd.h [new file with mode: 0644]
ArmPlatformPkg/Library/HdLcd/HdLcd.inf [new file with mode: 0644]