From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::242; helo=mail-it0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 C8738220C1C5B for ; Thu, 30 Nov 2017 06:05:31 -0800 (PST) Received: by mail-it0-x242.google.com with SMTP id 68so8549188ite.4 for ; Thu, 30 Nov 2017 06:09:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=pceYu9pD2/1AjgU7O6jedmhJphjdFDYKfo3aL4CRvjo=; b=S4RrmfGJ92EO7/INvWlQuXEDf0GR1UWSOxqwItvYRVGi+pkb5M3ShZXLMBz5GgV2eg zRw3wcOWLpt9DCFXZS0qqDw7xqidKrioIyZhpZb7hg4MjAuDQDvoZIf0hud4d5eiI69G LWINbSOVXYhLGe/xEGX++yGPxIEDF0xftDh0M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=pceYu9pD2/1AjgU7O6jedmhJphjdFDYKfo3aL4CRvjo=; b=Agf2Wne3oXyeoT7Jzrk1q3KSJMNEKXEgPyaePFrp+pzFrq7C6VR/FqYLtU2sHjSpg8 7WzMzA5ufVqw+fScYT0LSpYrmwQAT8P8Pot5IqBO5tscvAXktuWRAy/tq7YmFQ2Nf14O OgFd0RfgS44VwahJ7mBA8TQ+TYiYGlgtNBIzSVJ3Z30675kO9amXWLWbIpQ98kcmqk9J keg/ofykNUOH5ao4pPco7m48DG6GB+s1nzNbNxw8jVV455pYQzdx2wCCReOAQgXfpnpz VjLgtZfgBp0eGZv9XV4bk/2uYpZMjf1o/YwH+ctaVGVxWVt3N9/RhUsxEPzNcB6/cn6s 7ang== X-Gm-Message-State: AJaThX5ZqEQoT6i9n58LUBNOSTbDVPURFxUZY9UXFrMF6ZV51BcZl1sF hMf7aEzcJ1HTQwRGNyKzAQJlvAZteeP9WP7WzPI3EbuV X-Google-Smtp-Source: AGs4zMZXN0D+0RJ4O5SIKdcGra894X58PY4FOqK9I4jMcYu1mDNYbZRtbV6RzGrkARcDpP8Fm8PiW7xR7c6RGF7/9yc= X-Received: by 10.36.31.212 with SMTP id d203mr3134169itd.48.1512050996558; Thu, 30 Nov 2017 06:09:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Thu, 30 Nov 2017 06:09:55 -0800 (PST) In-Reply-To: <20171130140709.16418-2-leif.lindholm@linaro.org> References: <20171130140709.16418-1-leif.lindholm@linaro.org> <20171130140709.16418-2-leif.lindholm@linaro.org> From: Ard Biesheuvel Date: Thu, 30 Nov 2017 14:09:55 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH 2/2] BeagleBoardPkg: add CapsuleLib 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: Thu, 30 Nov 2017 14:05:32 -0000 Content-Type: text/plain; charset="UTF-8" On 30 November 2017 at 14:07, Leif Lindholm wrote: > Commit 4bbcc285d5f7 ("ArmPkg/PlatformBootManagerLib: process pending > capsules") added a dependency on CapsuleLib. Add DxeCapsuleLibNull > resolution to BeagleBoardPkg.dsc to resolve this. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Leif Lindholm Reviewed-by: Ard Biesheuvel > --- > BeagleBoardPkg/BeagleBoardPkg.dsc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc > index d67ccf377e..2837ef3c06 100644 > --- a/BeagleBoardPkg/BeagleBoardPkg.dsc > +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc > @@ -135,6 +135,8 @@ [LibraryClasses.common] > FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > > + CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf > + > [LibraryClasses.common.SEC] > PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf > ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf > -- > 2.11.0 >