public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sean Rhodes" <sean@starlabs.systems>
To: "Dong, Guo" <guo.dong@intel.com>
Cc: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Ni, Ray" <ray.ni@intel.com>
Subject: Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI table
Date: Thu, 4 Aug 2022 07:02:07 +0100	[thread overview]
Message-ID: <CABtds-0ZzX2C70n6T326EOo=YUYbSgHr9r-yavyNyrDuYcbafw@mail.gmail.com> (raw)
In-Reply-To: <CABtds-2q5JfS=tgNz+JbjZa8-r=Stb4wnrwoAeDiiACJNFCvwg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3115 bytes --]

Merged as 444260d45ec2a84e8f8c192b3539a3cd5591d009

On Thu, 4 Aug 2022 at 07:02, Sean Rhodes <sean@starlabs.systems> wrote:

> 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.groups.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
>> OS via ACPI.
>>
>> Cc: Guo Dong <guo.dong@intel.com>
>> Cc: Ray Ni <ray.ni@intel.com>
>> Signed-off-by: Sean Rhodes <sean@starlabs.systems>
>> ---
>>  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]
>> -=-=-=-=-=-=
>>
>>
>>

[-- Attachment #2: Type: text/html, Size: 4757 bytes --]

  reply	other threads:[~2022-08-04  6:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02 20:00 [PATCH 1/2] UefiPayloadPkg: Add a Macro to enable Boot Logo Sean Rhodes
2022-08-02 20:00 ` [PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI table Sean Rhodes
2022-08-03 21:14   ` [edk2-devel] " Guo Dong
2022-08-04  6:02     ` Sean Rhodes
2022-08-04  6:02       ` Sean Rhodes [this message]
2022-08-03 21:14 ` [edk2-devel] [PATCH 1/2] UefiPayloadPkg: Add a Macro to enable Boot Logo Guo Dong
2022-08-04  6:01   ` Sean Rhodes
2022-08-04  6:01     ` Sean Rhodes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABtds-0ZzX2C70n6T326EOo=YUYbSgHr9r-yavyNyrDuYcbafw@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox