From nobody Wed May 1 19:08:36 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; dkim=fail spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1490953602697562.3657852061505; Fri, 31 Mar 2017 02:46:42 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id C8C2721BC6ADC; Fri, 31 Mar 2017 02:46:40 -0700 (PDT) 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) 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) X-Original-To: edk2-devel@lists.01.org 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) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org 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: [edk2] [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: , Cc: lersek@redhat.com, Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Laszlo Ersek --- BeagleBoardPkg/BeagleBoardPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoard= Pkg.dsc index 96c7d91cee73..90d6af444df0 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -131,6 +131,7 @@ [LibraryClasses.common] =20 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBoo= tManagerLib.inf + BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/Customize= dDisplayLib.inf =20 # UiApp dependencies --=20 2.9.3 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel