From ed1c70cf1a954e857eb122892f3e510966dc4a9f Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Wed, 4 Mar 2020 12:56:46 +0100 Subject: [PATCH] ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependency 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 Reviewed-by: Leif Lindholm --- .../Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf index 2176e5a578..27453b2656 100644 --- a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf +++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf @@ -38,6 +38,7 @@ UefiLib [Protocols] + gEfiCpuArchProtocolGuid gEfiDevicePathProtocolGuid gEfiGraphicsOutputProtocolGuid -- 2.39.2