From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) by mx.groups.io with SMTP id smtpd.web11.1706.1659592934169170890 for ; Wed, 03 Aug 2022 23:02:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@starlabs-systems.20210112.gappssmtp.com header.s=20210112 header.b=psiyEBGn; spf=pass (domain: starlabs.systems, ip: 209.85.219.169, mailfrom: sean@starlabs.systems) Received: by mail-yb1-f169.google.com with SMTP id e127so30811707yba.12 for ; Wed, 03 Aug 2022 23:02:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=starlabs-systems.20210112.gappssmtp.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=s6WQ47w6ZlHaM8/j6DG4tza090qXaAroiO18/SZ3eAQ=; b=psiyEBGnA6AvAKw2ONNpIhwiBYIg3mIjnLSegL8Z6WjT/9hovjAG32PJ2GSk1MmuB+ xDOR679sVkjxsmb5M3nvHj65fQb2RC3I7A+Dz+CZ7+OZQHaWd9I2UU6R9WjjyDwIprTi Nh9BJJkHPHKPTVppLP2TOIPWeuK7NjfQeJo36YHTjrg/rgd++42h5G+4jqgsuf+TJMK+ HcbC3F36izNEk4SHRNw2GPCNQkAer7pY639v5Y248zq9VGWwMiF1wYsPJNLed+6KrjxG TS+JxKJ761q/aeff/y8aBDVDlbw1PGHcF5pL4ReP4/MB2X5Sd7CyhBMI28FhSPyIf8wX FXOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=s6WQ47w6ZlHaM8/j6DG4tza090qXaAroiO18/SZ3eAQ=; b=Yf52hSRdi3FCxrYpy0IzunL1ot/flCSWIiZvvFf6/SDYInGGqd7aUF4bm4a3KJSdmh htXKZXA9NtrurQdQVsL+3eEFCSSNDoUiW6tU3UKq854Y1HG6MOp+ILnLEDquFABwXHL6 8qEWFYahJbDLplAGCq7IqNJLmdsnRc97U8uX9xBAQmWSemg1+bfEacBnn1oHfe/bZ/ll 7Dd03AHTeEtYeOxlvf8RbVFj6YleKIj+crW5b92Jn5hvGonY4TZmEGGXmDhI8AF+Ebx8 meqojSnnzapXCj4MhaJVhzWo1Xt9cTmtkyq5APtD9FFpKmiBhThvuMomZCUbedvWzL0X riwA== X-Gm-Message-State: ACgBeo0fNRcVkbv+PqXj9DbszL+sNsefu2nEi3ve1n0XnuIY5aqEcbIT AliEr5HkHigzZvZTpTN2WDklmYZNGpR9UfhOPHmn X-Google-Smtp-Source: AA6agR6eisJMVCGn0iUZbWYQnxCPm8J+9lfJAlv0gtkyUeQ6TyeWtM4OW9Ojw1ScFHQ33bwe95WlCAm9RB7KaGv7uvM= X-Received: by 2002:a25:9a06:0:b0:676:4585:3df7 with SMTP id x6-20020a259a06000000b0067645853df7mr245983ybn.193.1659592933236; Wed, 03 Aug 2022 23:02:13 -0700 (PDT) MIME-Version: 1.0 References: <657766b60de4e2ecb2ba835a015d2274699a9ba5.1659470421.git.sean@starlabs.systems> <39460eb9902297917905ffd0ed5d9421558b2760.1659470421.git.sean@starlabs.systems> In-Reply-To: From: "Sean Rhodes" Date: Thu, 4 Aug 2022 07:02:02 +0100 Message-ID: Subject: Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI table To: "Dong, Guo" Cc: "devel@edk2.groups.io" , "Ni, Ray" Content-Type: multipart/alternative; boundary="00000000000041f63105e56417cc" --00000000000041f63105e56417cc Content-Type: text/plain; charset="UTF-8" Reviewed-by: Sean Rhodes On Wed, 3 Aug 2022 at 22:14, Dong, Guo wrote: > Reviewed-by: Guo Dong > > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Sean Rhodes > Sent: Tuesday, August 2, 2022 1:00 PM > To: devel@edk2.groups.io > Cc: Rhodes, Sean ; Dong, Guo ; > Ni, Ray > Subject: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI > table > > If the boot logo is enabled, this will allow edk2 to pass the logo to the > OS via ACPI. > > Cc: Guo Dong > Cc: Ray Ni > Signed-off-by: Sean Rhodes > --- > UefiPayloadPkg/UefiPayloadPkg.dsc | 10 ++++++++++ > UefiPayloadPkg/UefiPayloadPkg.fdf | 4 ++++ > 2 files changed, 14 insertions(+) > > diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc > b/UefiPayloadPkg/UefiPayloadPkg.dsc > index abe1a42709..91cd78dbf1 100644 > --- a/UefiPayloadPkg/UefiPayloadPkg.dsc > +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc > @@ -300,6 +300,12 @@ > VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf > ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf > +[LibraryClasses.common]+!if $(BOOTSPLASH_IMAGE)+ > SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf+ > BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf+!endif+ > [LibraryClasses.common.SEC] > HobLib|UefiPayloadPkg/Library/PayloadEntryHobLib/HobLib.inf > PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf@@ -679,6 +685,10 > @@ > # ACPI Support # > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf+!if > $(BOOTSPLASH_IMAGE)+ > MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf+ > MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf+!endif > # # PCI Supportdiff --git a/UefiPayloadPkg/UefiPayloadPkg.fdf > b/UefiPayloadPkg/UefiPayloadPkg.fdf > index d7c9db191c..27534f445d 100644 > --- a/UefiPayloadPkg/UefiPayloadPkg.fdf > +++ b/UefiPayloadPkg/UefiPayloadPkg.fdf > @@ -245,6 +245,10 @@ INF MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf > # ACPI Support # INF > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf+!if > $(BOOTSPLASH_IMAGE)+INF > MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf+INF > MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf+!endif > # # UEFI network modules-- > 2.34.1 > > > > -=-=-=-=-=-= > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#92060): https://edk2.groups.io/g/devel/message/92060 > Mute This Topic: https://groups.io/mt/92779007/1781375 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [guo.dong@intel.com] > -=-=-=-=-=-= > > > --00000000000041f63105e56417cc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Reviewed-by: Sean Rhodes <sean@starlabs.systems>

On Wed, 3 Aug 2022 at 22:14, Dong, Guo <guo.dong@intel.com> wrote:
Reviewed-by: Guo Dong <guo.dong@intel.com>

-----Original Message-----
From: devel@edk2.= groups.io <devel@edk2.groups.io> On Behalf Of Sean Rhodes
Sent: Tuesday, August 2, 2022 1:00 PM
To: devel@edk2.gr= oups.io
Cc: Rhodes, Sean <sean@starlabs.systems>; Dong, Guo <guo.dong@intel.com>; Ni, = Ray <ray.ni@intel.= com>
Subject: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI = table

If the boot logo is enabled, this will allow edk2 to pass the logo to the O= S via ACPI.

Cc: Guo Dong <gu= o.dong@intel.com>
Cc: Ray Ni <ray.ni= @intel.com>
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
---
=C2=A0UefiPayloadPkg/UefiPayloadPkg.dsc | 10 ++++++++++=C2=A0 UefiPayloadPk= g/UefiPayloadPkg.fdf |=C2=A0 4 ++++
=C2=A02 files changed, 14 insertions(+)

diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayload= Pkg.dsc
index abe1a42709..91cd78dbf1 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.dsc
+++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
@@ -300,6 +300,12 @@
=C2=A0 =C2=A0VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.in= f=C2=A0 =C2=A0ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeL= ib/DxeReportStatusCodeLib.inf +[LibraryClasses.common]+!if $(BOOTSPLASH_IMA= GE)+=C2=A0 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf+=C2= =A0 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.= inf+!endif+ [LibraryClasses.common.SEC]=C2=A0 =C2=A0HobLib|UefiPayloadPkg/L= ibrary/PayloadEntryHobLib/HobLib.inf=C2=A0 =C2=A0PcdLib|MdePkg/Library/Base= PcdLibNull/BasePcdLibNull.inf@@ -679,6 +685,10 @@
=C2=A0 =C2=A0# ACPI Support=C2=A0 =C2=A0#=C2=A0 =C2=A0MdeModulePkg/Universa= l/Acpi/AcpiTableDxe/AcpiTableDxe.inf+!if $(BOOTSPLASH_IMAGE)+=C2=A0 MdeModu= lePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf+=C2=A0 MdeModulePk= g/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.= inf+!endif=C2=A0 =C2=A0 #=C2=A0 =C2=A0# PCI Supportdiff --git a/UefiPayload= Pkg/UefiPayloadPkg.fdf b/UefiPayloadPkg/UefiPayloadPkg.fdf
index d7c9db191c..27534f445d 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.fdf
+++ b/UefiPayloadPkg/UefiPayloadPkg.fdf
@@ -245,6 +245,10 @@ INF MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf =C2=A0# ACPI Support # INF=C2=A0 MdeModulePkg/Universal/Acpi/AcpiTableDxe/A= cpiTableDxe.inf+!if $(BOOTSPLASH_IMAGE)+INF=C2=A0 MdeModulePkg/Universal/Ac= pi/AcpiPlatformDxe/AcpiPlatformDxe.inf+INF=C2=A0 MdeModulePkg/Universal/Acp= i/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf+!endif=C2= =A0 # # UEFI network modules--
2.34.1



-=3D-=3D-=3D-=3D-=3D-=3D
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92060): https://edk2.groups.io/g/dev= el/message/92060
Mute This Topic: https://groups.io/mt/92779007/1781375
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [guo.dong@intel.com] -=3D-=3D-=3D-=3D-=3D-=3D


--00000000000041f63105e56417cc--