From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw1-f177.google.com (mail-yw1-f177.google.com [209.85.128.177]) by mx.groups.io with SMTP id smtpd.web08.1729.1659592941920849426 for ; Wed, 03 Aug 2022 23:02:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@starlabs-systems.20210112.gappssmtp.com header.s=20210112 header.b=Cypuuar0; spf=pass (domain: starlabs.systems, ip: 209.85.128.177, mailfrom: sean@starlabs.systems) Received: by mail-yw1-f177.google.com with SMTP id 00721157ae682-2ef5380669cso190825427b3.9 for ; Wed, 03 Aug 2022 23:02:20 -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=Vvi8rL+lAZIGK3l0IYuI/I6NoF9pTZwuSmfAd6NLdLI=; b=Cypuuar0xaHgzdDcF7/CnVMjHDV7AyAo5vw5WF1Q8OfNn027hs0Qe+cXWeMe/TA2Pm SOEfccgwjP55Tk5b6sCWwgpBT1GaQFIPICl4cPkNNsAejx5EQ5QiWCxLSf0xPS1Y++7Y /OTaCdSRpLU8J1b+nJ9DXE5r2g1gkcB5cKB/A4AQMrB14L1IqSsAdoiw905OIs3Xschy 0dGe/TDYJWN3Yjrusjlrj+UmSiIIWUkDjqKMvERIP9jV753v9MfgsgOPfohBdXZkSuiR hea/B6qoAU7NrMn/XFkWmox03K0H99rFz8VPlwaBjUSIX74fvQ8BHMvTXUHnlNF6yVpU fmyQ== 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=Vvi8rL+lAZIGK3l0IYuI/I6NoF9pTZwuSmfAd6NLdLI=; b=BN1juIeG61lm3yl9RTUP5gyeUSqfDFw+BryFeoDEvJ7veSf1JOcW6bo1NcL9/27b0u +okonnq/UniE+l7ioBEYgAOcnU8qVhbvZbc2bfCOa4sXS5aGtm+wlFBrFEGsVkq/Z9lH Y/TnnhIGbGWDTzWPIPq8vRrvqxYVv1Ku76jOot00XXA6ung+MO51/DnOgAIoMz4SRiSg 5/7X1Y1YhiIgUtyfAVBNA2krfYV/60fE9WhrdUBTRtTKZWq90wp7wiTdo57jrttiA6ss Hn90Ecz3HPaWFPouzzOPvhLTmlsnLRtwwDsl/f9b81MLnt3a075nTs/Ig2uOF0IjePAV foPw== X-Gm-Message-State: ACgBeo3J67W2duuRgmGJn9HBhjbOsT9d2riIxbhSiU5MuArd28eGIwcX jVw4+RhVsdqgoeUf+BBYFlkBAsYByZponoAnTIritFduGz/D X-Google-Smtp-Source: AA6agR6t9If7PABDtaeoiPM4+NH/cTLgMDJRjq12EDzNEZqT7LvpEwbtxv6hqC6thHLy89O4ynxb1AoFZPYBhki+JKw= X-Received: by 2002:a81:60d4:0:b0:31d:9c74:357b with SMTP id u203-20020a8160d4000000b0031d9c74357bmr344059ywb.418.1659592939979; Wed, 03 Aug 2022 23:02:19 -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:07 +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="000000000000a8d7b405e5641713" --000000000000a8d7b405e5641713 Content-Type: text/plain; charset="UTF-8" Merged as 444260d45ec2a84e8f8c192b3539a3cd5591d009 On Thu, 4 Aug 2022 at 07:02, Sean Rhodes wrote: > 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] >> -=-=-=-=-=-= >> >> >> --000000000000a8d7b405e5641713 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Merged as=C2=A0444260d45ec2a84e8f8c192b3539a3cd5591d009

On Thu, 4 Aug 2022 at 07:02, Sean Rhodes <sean@starlabs.systems> w= rote:
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 <<= a href=3D"mailto:guo.dong@intel.com" target=3D"_blank">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


--000000000000a8d7b405e5641713--