From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [edk2-devel] [PATCH] UefiPayloadPkg: Provide option to use Boot Splash To: Ni, Ray ,devel@edk2.groups.io From: "Sean Rhodes" X-Originating-Location: Surbiton, England, GB (217.155.46.38) X-Originating-Platform: Linux Chrome 99 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Thu, 10 Mar 2022 13:58:50 -0800 References: In-Reply-To: Message-ID: <9637.1646949530879491585@groups.io> Content-Type: multipart/alternative; boundary="EQ9rq5P35I2TVJO4ethE" --EQ9rq5P35I2TVJO4ethE Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Do you mean check if the protocol exist in PlatformBootManager.c? i.e. if (gEdkiiPlatformLogoProtocolGuid ) { gST->ConOut->ClearScreen (gST->ConOut); If not, can I ask the reasoning, as if I understand it, that would be a com= plex solution for saving one PCD --EQ9rq5P35I2TVJO4ethE Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Do you mean check if the protocol exist in PlatformBootManager.c? i.e.
if (gEdkiiPlatformLogoProtocolGuid ) {
  gST->ConOut->ClearScreen (gST->ConOut);

If not, can I ask the reasoning, as if I understand it, that would be = a complex solution for saving one PCD

--EQ9rq5P35I2TVJO4ethE--