]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependency
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 4 Mar 2020 11:56:46 +0000 (12:56 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 4 Mar 2020 17:42:43 +0000 (17:42 +0000)
This driver depends on the gEfiCpuArchProtocolGuid protocol but does
not declare it, and so this dependency gets satisfied transitively
via ArmLib. However, ArmLib will drop this dependency as it does not
actually use it, so declare it for LcdGraphicsOutputDxe instead.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf

index 2176e5a5789f3728964b7cc286f85fb03ee88cb4..27453b2656117ff015cd584787e8647820f59097 100644 (file)
@@ -38,6 +38,7 @@
   UefiLib\r
 \r
 [Protocols]\r
   UefiLib\r
 \r
 [Protocols]\r
+  gEfiCpuArchProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
   gEfiGraphicsOutputProtocolGuid\r
 \r
   gEfiDevicePathProtocolGuid\r
   gEfiGraphicsOutputProtocolGuid\r
 \r