From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x229.google.com (mail-wr0-x229.google.com [IPv6:2a00:1450:400c:c0c::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AA03421BC6A24 for ; Fri, 31 Mar 2017 02:46:38 -0700 (PDT) Received: by mail-wr0-x229.google.com with SMTP id w11so96698529wrc.3 for ; Fri, 31 Mar 2017 02:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=1E55GQ6quklUWMhx2cXSWv7uCGP/JIpJ639J/Ma6L4Y=; b=RkxjgoWc9RTdaORAbKii158AIuMHv5Go84Uywld47BDO8xrXl0GjVQ7HuXD/ZvRArH 8BNT3NJW9sKp9/ExTVqNorJ9sFQonfvZSpB+4/TScRVVDZKSXZ2J6cHMth2w1WlMzTFb Y8o+Qf9nV7D+u61yqpu6oX2isWBHGO733rGtU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=1E55GQ6quklUWMhx2cXSWv7uCGP/JIpJ639J/Ma6L4Y=; b=DVoq3DgtYXloWSGoMz0OhdMnlxA0BemuBR3AYu1lZa6COfUuF7lUcI15VkOzDC2cKU l7S1I1cbvQGZyEqNHkTNur16R5+Wz07GwqEWAvjBYq/+mqWgtP13Gp7YpLPSmoMWqgQ2 nF+8QOA9CHdowkRpfw44tdzhMQcyC12951+Uye37J+8RoxnSuWSxp2yQL8eEibnkREEi U2ipYwNi30rE02lpuQQTyUwODWEu+cNeBiiWLgLaooRuTgaceAXf+eknWFqjfPQzoe0n MlaxzEVWZ/P75aaBjaL0pLJHxWkLcnaAYyIXIvhKG2BUjnlwrYjognJypKYp7wE3A/ui gEKA== X-Gm-Message-State: AFeK/H3lxf5Igun2Wypc1rpioGqbXwC5j8hU3KLFer9nU0i0cT8DSwpRdfOSgnIEZGbAId4x X-Received: by 10.28.128.209 with SMTP id b200mr1983915wmd.140.1490953596893; Fri, 31 Mar 2017 02:46:36 -0700 (PDT) Received: from localhost.localdomain ([160.171.180.74]) by smtp.gmail.com with ESMTPSA id t85sm2209221wmt.23.2017.03.31.02.46.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 02:46:36 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: lersek@redhat.com, Ard Biesheuvel Date: Fri, 31 Mar 2017 10:46:30 +0100 Message-Id: <20170331094630.29520-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 Subject: [PATCH] BeagleBoardPkg: add missing BootLogoLib resolution X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 09:46:39 -0000 Recent changes to the PlatformBootManagerLib implementation in ArmPkg require its users to define a resolution for BootLogoLib. So add this missing resolution to Beagle. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- BeagleBoardPkg/BeagleBoardPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index 96c7d91cee73..90d6af444df0 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -131,6 +131,7 @@ [LibraryClasses.common] UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf + BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf # UiApp dependencies -- 2.9.3