From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (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 7778E21BC6A24 for ; Fri, 31 Mar 2017 03:44:14 -0700 (PDT) Received: by mail-io0-x236.google.com with SMTP id b140so37061573iof.1 for ; Fri, 31 Mar 2017 03:44:14 -0700 (PDT) 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=vJHgJOYUuvcrdnsBPNT8PyiW0SgG72JtBg7HcX4v6EU=; b=StOlBjy2tQ82DA9/xVYZD22NFfPmK45G22Kk4FMJ4oztq1liQwzV/L3glwI9IF0Ys7 QQpOkCd6k8RjeKoh9xmU4wzTfAmUaBCb5+DOnFOOYpkhaFM3rMCW8YOAopXRtfLDHhvB LTsdwOswscL+Sv50Jh3ySC/ZGOGWX6cyb4P90= 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=vJHgJOYUuvcrdnsBPNT8PyiW0SgG72JtBg7HcX4v6EU=; b=I31Wg0Bj9t05bX+Fb9ex/8FI91aAeoFfvvZsSv2K2xv0pCdO7gmoXJuMI4h+kIe1q2 tVoN98kLcaGjT/C+7sIJdHQ4tNacEQz+9pPJjSWu1uXLeDw9ttvK9pvXzkWZk0qvQhtm HdaQ3EBP6ShtQmwrBv770VbIYfYG2I2LPnSbcL13h/2Lil0wIMhdmhKRQuaov5/s3xYk +6Qc/cerJbPYo7mp5YXlt+SSWMH4CIJ12OXaCAGq3FhWkRIuzPSmhTkqVdNqW9L74zXN Z5WBhmplNcYbDSo33coa7F8HhW5S4jHL+Da2bjoH9RBmsjSeLvplWXEXKlv7j2U5hY9y kZIA== X-Gm-Message-State: AFeK/H0zBr3xaH1jjmrxOKbqc8uE3ooOIKXVTFV1mG0L4Uei3DoaKRXswAthsNHlt0YQvfcsr1sF+J0RsNTCpvOM X-Received: by 10.107.132.155 with SMTP id o27mr2222434ioi.138.1490957053691; Fri, 31 Mar 2017 03:44:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.10.27 with HTTP; Fri, 31 Mar 2017 03:44:13 -0700 (PDT) In-Reply-To: <194636d6-ec72-8a67-792e-4a90616d0156@redhat.com> References: <20170331094630.29520-1-ard.biesheuvel@linaro.org> <194636d6-ec72-8a67-792e-4a90616d0156@redhat.com> From: Ard Biesheuvel Date: Fri, 31 Mar 2017 11:44:13 +0100 Message-ID: To: Laszlo Ersek Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [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 10:44:14 -0000 Content-Type: text/plain; charset=UTF-8 On 31 March 2017 at 11:11, Laszlo Ersek wrote: > On 03/31/17 11:46, Ard Biesheuvel wrote: >> 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 >> > > Reviewed-by: Laszlo Ersek Thanks, pushed as d180dea0a81f