From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mx.groups.io with SMTP id smtpd.web12.7727.1622037033423392971 for ; Wed, 26 May 2021 06:50:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@9elements.com header.s=google header.b=ZE/SRPiJ; spf=pass (domain: 9elements.com, ip: 209.85.214.180, mailfrom: patrick.rudolph@9elements.com) Received: by mail-pl1-f180.google.com with SMTP id a7so653105plh.3 for ; Wed, 26 May 2021 06:50:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=9elements.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xAfwLYP7XX98AMrcV4idAtuvaa1Qv9tAXLCxiyOrMi4=; b=ZE/SRPiJ57mQX1EoKMTR5pyEooeg5pom+U1zEB0zqhTaJtQyohSV64L1DxUE5p8RiJ t7NCvXcHgKBblHSamcY2FSu7vcUDPE5qymIi3L57nVIC6gX8TBckPqt2+cQN1mKIafqS HOC9quoo5C0ad0d4U9ds9uDhWuaQTXjdRfWjtzu1uAyRXTRIl1zmE8bADspxNKXqyTSY /LUlPezRl7v88r2VaTImiv8jlnBCl7XvsUeLDJelz/rkw0T0oRL09RwQxgeX7cQo3gIG 9Nl0ROhqmhAVkGFBjul8jMbX5W6vzW6RDflx1vmJuMU3+R1SmEX0DSUR03sY2dWcYbuA oyKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xAfwLYP7XX98AMrcV4idAtuvaa1Qv9tAXLCxiyOrMi4=; b=tDTDrOVyMf7i9nk9kOVU5norijDKUU33BSbzDRFaRB1PZF2vbNNdLG1Artg3KTmCr5 Lh3sQzio4vvwg5DILBdvnmGVaFHh6tSGeN7eheRZ3vpWg7dGRp9MUDT1iKCi/4QeM/EI tc0DUwvFg55sDKpu0HGLHCyC97MUCT6ObYpebCLkQ70Q1h4bX6K8K6g+DQ1SZYL0M0CG YFtQa/1zIz+HksUxjsLPB6sjb8XCVT1HlpicpRyogwtSdiXTVUn3IMbSI2DmxpLKmYFh CZANH9uH02UvF3I5Ua8vZlL/s3W8xsbeQaeWS9fHSTsM1aKx6HhwCYiBBdljM+AhCY7H 4FLw== X-Gm-Message-State: AOAM533D6WlSKqTlQ8zn9BjCT/EyM15lQ9nsnDqrJaTKU0e0eMiniVur qUla+XCquEBQSHtHY89Ac/UceM53RiqbldvBN3yirIOBoVjAlgK5 X-Google-Smtp-Source: ABdhPJwCkIQUp+CRrwbDbmg1ShdrvNyTvAaMQENuUi/JLrO75mpx187LnHqn1MwoGoJjPKtF6PsLuQQ6XWAUsplJTpY= X-Received: by 2002:a17:902:f552:b029:f5:4679:6194 with SMTP id h18-20020a170902f552b02900f546796194mr36185260plf.54.1622037032910; Wed, 26 May 2021 06:50:32 -0700 (PDT) MIME-Version: 1.0 References: <20210524071234.1056-1-zhiguang.liu@intel.com> <20210524071234.1056-10-zhiguang.liu@intel.com> In-Reply-To: <20210524071234.1056-10-zhiguang.liu@intel.com> From: "Patrick Rudolph" Date: Wed, 26 May 2021 15:50:21 +0200 Message-ID: Subject: Re: [edk2-devel] [PATCH 9/9] UefiPayloadPkg: Creat gPldAcpiTableGuid Hob To: devel@edk2.groups.io, "Liu, Zhiguang" Cc: Maurice Ma , Guo Dong , Benjamin You , Ray Ni Content-Type: multipart/alternative; boundary="00000000000028e78b05c33bed99" --00000000000028e78b05c33bed99 Content-Type: text/plain; charset="UTF-8" On Mon, May 24, 2021 at 9:13 AM Zhiguang Liu wrote: > From SysTableInfo Hob, get ACPI table address, and creat gPldAcpiTableGuid > Hob > to store it. Remove diretly adding ACPI table to ConfigurationTable. > Dxe ACPI driver will parse it and install ACPI table from Guid Hob. > > Cc: Maurice Ma > Cc: Guo Dong > Cc: Benjamin You > Cc: Ray Ni > Signed-off-by: Zhiguang Liu > --- > UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c | 17 > ----------------- > UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h | 5 +---- > UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf | 1 - > UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c | 11 +++++++++++ > UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h | 2 +- > UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf | 1 + > 6 files changed, 14 insertions(+), 23 deletions(-) > > diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c > b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c > index 56b85b8e6d..ffd3427fb3 100644 > --- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c > +++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c > @@ -99,7 +99,6 @@ BlDxeEntryPoint ( > { > EFI_STATUS Status; > EFI_HOB_GUID_TYPE *GuidHob; > - SYSTEM_TABLE_INFO *SystemTableInfo; > EFI_PEI_GRAPHICS_INFO_HOB *GfxInfo; > ACPI_BOARD_INFO *AcpiBoardInfo; > > @@ -113,22 +112,6 @@ BlDxeEntryPoint ( > Status = ReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryMappedIo, > 0xFED00000, SIZE_1KB, 0, ImageHandle); // HPET > ASSERT_EFI_ERROR (Status); > > - // > - // Find the system table information guid hob > - // > - GuidHob = GetFirstGuidHob (&gUefiSystemTableInfoGuid); > - ASSERT (GuidHob != NULL); > - SystemTableInfo = (SYSTEM_TABLE_INFO *)GET_GUID_HOB_DATA (GuidHob); > - > - // > - // Install Acpi Table > - // > - if (SystemTableInfo->AcpiTableBase != 0 && > SystemTableInfo->AcpiTableSize != 0) { > - DEBUG ((DEBUG_ERROR, "Install Acpi Table at 0x%lx, length 0x%x\n", > SystemTableInfo->AcpiTableBase, SystemTableInfo->AcpiTableSize)); > - Status = gBS->InstallConfigurationTable (&gEfiAcpiTableGuid, (VOID > *)(UINTN)SystemTableInfo->AcpiTableBase); > - ASSERT_EFI_ERROR (Status); > - } > - > Note that AcpiTableDxe.inf is currently not part of the FV on UefipayloadPkg, so there won't be any tables installed after all. // > // Find the frame buffer information and update PCDs > // > diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h > b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h > index 512105fafd..3332a30eae 100644 > --- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h > +++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h > @@ -1,7 +1,7 @@ > /** @file > The header file of bootloader support DXE. > > -Copyright (c) 2014, Intel Corporation. All rights reserved.
> +Copyright (c) 2021, Intel Corporation. All rights reserved.
> SPDX-License-Identifier: BSD-2-Clause-Patent > > **/ > @@ -19,12 +19,9 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > #include > #include > > -#include > #include > #include > #include > #include > > -#include > - > #endif > diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf > b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf > index 30f41f8c39..1ccb250991 100644 > --- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf > +++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf > @@ -42,7 +42,6 @@ > HobLib > > [Guids] > - gEfiAcpiTableGuid > gUefiSystemTableInfoGuid > gUefiAcpiBoardInfoGuid > gEfiGraphicsInfoHobGuid > diff --git a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c > b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c > index 7b71d37f94..14b7a732da 100644 > --- a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c > +++ b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c > @@ -235,6 +235,7 @@ BuildHobFromBl ( > EFI_PEI_GRAPHICS_DEVICE_INFO_HOB GfxDeviceInfo; > EFI_PEI_GRAPHICS_DEVICE_INFO_HOB *NewGfxDeviceInfo; > PLD_SMBIOS_TABLE *SmBiosTableHob; > + PLD_ACPI_TABLE *AcpiTableHob; > > // > // Parse memory info and build memory HOBs > @@ -287,6 +288,16 @@ BuildHobFromBl ( > SmBiosTableHob->SmBiosEntryPoint = SysTableInfo.SmbiosTableBase; > DEBUG ((DEBUG_INFO, "Create smbios table gPldSmbiosTableGuid guid > hob\n")); > > + // > + // Creat ACPI table Hob > + // > + AcpiTableHob = BuildGuidHob (&gPldAcpiTableGuid, sizeof > (PLD_ACPI_TABLE)); > + ASSERT (AcpiTableHob != NULL); > + AcpiTableHob->PldHeader.Revision = PLD_ACPI_TABLE_REVISION; > + AcpiTableHob->PldHeader.Length = sizeof (PLD_ACPI_TABLE); > + AcpiTableHob->Rsdp = SysTableInfo.AcpiTableBase; > + DEBUG ((DEBUG_INFO, "Create smbios table gPldAcpiTableGuid guid > hob\n")); > + > DEBUG ((DEBUG_INFO, "Create acpi table ... // > // Create guid hob for acpi board information > // > diff --git a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h > b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h > index e7d0d15118..a4c9da128e 100644 > --- a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h > +++ b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h > @@ -32,7 +32,7 @@ > #include > #include > #include > - > +#include > > #define LEGACY_8259_MASK_REGISTER_MASTER 0x21 > #define LEGACY_8259_MASK_REGISTER_SLAVE 0xA1 > diff --git a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf > b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf > index 444f39acf3..01388b8831 100644 > --- a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf > +++ b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf > @@ -65,6 +65,7 @@ > gEfiGraphicsDeviceInfoHobGuid > gUefiAcpiBoardInfoGuid > gPldSmbiosTableGuid > + gPldAcpiTableGuid > > [FeaturePcd.IA32] > gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## > CONSUMES > -- > 2.30.0.windows.2 > > > > ------------ > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#75493): https://edk2.groups.io/g/devel/message/75493 > Mute This Topic: https://groups.io/mt/83045527/2917327 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [ > patrick.rudolph@9elements.com] > ------------ > > > --00000000000028e78b05c33bed99 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

On Mon, May 24, 2021 at 9:13 AM Zhiguang = Liu <zhiguang.liu@intel.com> wrote:
Fro= m SysTableInfo Hob, get ACPI table address, and creat gPldAcpiTableGuid Hob=
to store it. Remove diretly adding ACPI table to ConfigurationTable.
Dxe ACPI driver will parse it and install ACPI table from Guid Hob.

Cc: Maurice Ma <
maurice.ma@intel.com>
Cc: Guo Dong <gu= o.dong@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Cc: Ray Ni <ray.ni= @intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
---
=C2=A0UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0| 17 -----------------
=C2=A0UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0|=C2=A0 5 +----
=C2=A0UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0|=C2=A0 1 -
=C2=A0UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c=C2=A0 =C2=A0| 11 += ++++++++++
=C2=A0UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h=C2=A0 =C2=A0|=C2= =A0 2 +-
=C2=A0UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf |=C2=A0 1 +
=C2=A06 files changed, 14 insertions(+), 23 deletions(-)

diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c b/UefiPayloadPkg/Bl= SupportDxe/BlSupportDxe.c
index 56b85b8e6d..ffd3427fb3 100644
--- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c
+++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c
@@ -99,7 +99,6 @@ BlDxeEntryPoint (
=C2=A0{
=C2=A0 =C2=A0EFI_STATUS Status;
=C2=A0 =C2=A0EFI_HOB_GUID_TYPE=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 *GuidHob;<= br> -=C2=A0 SYSTEM_TABLE_INFO=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 *SystemTableInf= o;
=C2=A0 =C2=A0EFI_PEI_GRAPHICS_INFO_HOB=C2=A0 *GfxInfo;
=C2=A0 =C2=A0ACPI_BOARD_INFO=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 *Acpi= BoardInfo;

@@ -113,22 +112,6 @@ BlDxeEntryPoint (
=C2=A0 =C2=A0Status =3D ReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryM= appedIo, 0xFED00000, SIZE_1KB, 0, ImageHandle); // HPET
=C2=A0 =C2=A0ASSERT_EFI_ERROR (Status);

-=C2=A0 //
-=C2=A0 // Find the system table information guid hob
-=C2=A0 //
-=C2=A0 GuidHob =3D GetFirstGuidHob (&gUefiSystemTableInfoGuid);
-=C2=A0 ASSERT (GuidHob !=3D NULL);
-=C2=A0 SystemTableInfo =3D (SYSTEM_TABLE_INFO *)GET_GUID_HOB_DATA (GuidHob= );
-
-=C2=A0 //
-=C2=A0 // Install Acpi Table
-=C2=A0 //
-=C2=A0 if (SystemTableInfo->AcpiTableBase !=3D 0 && SystemTable= Info->AcpiTableSize !=3D 0) {
-=C2=A0 =C2=A0 DEBUG ((DEBUG_ERROR, "Install Acpi Table at 0x%lx, leng= th 0x%x\n", SystemTableInfo->AcpiTableBase, SystemTableInfo->Acp= iTableSize));
-=C2=A0 =C2=A0 Status =3D gBS->InstallConfigurationTable (&gEfiAcpiT= ableGuid, (VOID *)(UINTN)SystemTableInfo->AcpiTableBase);
-=C2=A0 =C2=A0 ASSERT_EFI_ERROR (Status);
-=C2=A0 }
-

Note that AcpiTableDxe.inf is current= ly not part of the FV on UefipayloadPkg, so there won't be any tables i= nstalled after all.

=C2=A0 =C2=A0//
=C2=A0 =C2=A0// Find the frame buffer information and update PCDs
=C2=A0 =C2=A0//
diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h b/UefiPayloadPkg/Bl= SupportDxe/BlSupportDxe.h
index 512105fafd..3332a30eae 100644
--- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
+++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
@@ -1,7 +1,7 @@
=C2=A0/** @file
=C2=A0 =C2=A0The header file of bootloader support DXE.

-Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
=C2=A0SPDX-License-Identifier: BSD-2-Clause-Patent

=C2=A0**/
@@ -19,12 +19,9 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
=C2=A0#include <Library/IoLib.h>
=C2=A0#include <Library/HobLib.h>

-#include <Guid/Acpi.h>
=C2=A0#include <Guid/SmBios.h>
=C2=A0#include <Guid/SystemTableInfoGuid.h>
=C2=A0#include <Guid/AcpiBoardInfoGuid.h>
=C2=A0#include <Guid/GraphicsInfoHob.h>

-#include <IndustryStandard/Acpi.h>
-
=C2=A0#endif
diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf b/UefiPayloadPkg/= BlSupportDxe/BlSupportDxe.inf
index 30f41f8c39..1ccb250991 100644
--- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf
+++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf
@@ -42,7 +42,6 @@
=C2=A0 =C2=A0HobLib

=C2=A0[Guids]
-=C2=A0 gEfiAcpiTableGuid
=C2=A0 =C2=A0gUefiSystemTableInfoGuid
=C2=A0 =C2=A0gUefiAcpiBoardInfoGuid
=C2=A0 =C2=A0gEfiGraphicsInfoHobGuid
diff --git a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c b/UefiPaylo= adPkg/UefiPayloadEntry/UefiPayloadEntry.c
index 7b71d37f94..14b7a732da 100644
--- a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c
+++ b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c
@@ -235,6 +235,7 @@ BuildHobFromBl (
=C2=A0 =C2=A0EFI_PEI_GRAPHICS_DEVICE_INFO_HOB GfxDeviceInfo;
=C2=A0 =C2=A0EFI_PEI_GRAPHICS_DEVICE_INFO_HOB *NewGfxDeviceInfo;
=C2=A0 =C2=A0PLD_SMBIOS_TABLE=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0*SmBiosTableHob;
+=C2=A0 PLD_ACPI_TABLE=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0*AcpiTableHob;

=C2=A0 =C2=A0//
=C2=A0 =C2=A0// Parse memory info and build memory HOBs
@@ -287,6 +288,16 @@ BuildHobFromBl (
=C2=A0 =C2=A0SmBiosTableHob->SmBiosEntryPoint =3D SysTableInfo.SmbiosTab= leBase;
=C2=A0 =C2=A0DEBUG ((DEBUG_INFO, "Create smbios table gPldSmbiosTableG= uid guid hob\n"));

+=C2=A0 //
+=C2=A0 // Creat ACPI table Hob
+=C2=A0 //
+=C2=A0 AcpiTableHob =3D BuildGuidHob (&gPldAcpiTableGuid, sizeof (PLD_= ACPI_TABLE));
+=C2=A0 ASSERT (AcpiTableHob !=3D NULL);
+=C2=A0 AcpiTableHob->PldHeader.Revision =3D PLD_ACPI_TABLE_REVISION; +=C2=A0 AcpiTableHob->PldHeader.Length =3D sizeof (PLD_ACPI_TABLE);
+=C2=A0 AcpiTableHob->Rsdp =3D SysTableInfo.AcpiTableBase;
+=C2=A0 DEBUG ((DEBUG_INFO, "Create smbios table gPldAcpiTableGuid gui= d hob\n"));
+
=C2=A0
=C2=A0DEBUG ((DEBUG_INFO, "Cre= ate acpi table ...

=C2=A0 =C2=A0//
=C2=A0 =C2=A0// Create guid hob for acpi board information
=C2=A0 =C2=A0//
diff --git a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h b/UefiPaylo= adPkg/UefiPayloadEntry/UefiPayloadEntry.h
index e7d0d15118..a4c9da128e 100644
--- a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h
+++ b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h
@@ -32,7 +32,7 @@
=C2=A0#include <Guid/AcpiBoardInfoGuid.h>
=C2=A0#include <Guid/GraphicsInfoHob.h>
=C2=A0#include <UniversalPayload/SmbiosTable.h>
-
+#include <UniversalPayload/AcpiTable.h>

=C2=A0#define LEGACY_8259_MASK_REGISTER_MASTER=C2=A0 0x21
=C2=A0#define LEGACY_8259_MASK_REGISTER_SLAVE=C2=A0 =C2=A00xA1
diff --git a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf b/UefiPay= loadPkg/UefiPayloadEntry/UefiPayloadEntry.inf
index 444f39acf3..01388b8831 100644
--- a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf
+++ b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf
@@ -65,6 +65,7 @@
=C2=A0 =C2=A0gEfiGraphicsDeviceInfoHobGuid
=C2=A0 =C2=A0gUefiAcpiBoardInfoGuid
=C2=A0 =C2=A0gPldSmbiosTableGuid
+=C2=A0 gPldAcpiTableGuid

=C2=A0[FeaturePcd.IA32]
=C2=A0 =C2=A0gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode=C2=A0= =C2=A0 =C2=A0 ## CONSUMES
--
2.30.0.windows.2



------------
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#75493): https://edk2.groups.io/g/dev= el/message/75493
Mute This Topic: https://groups.io/mt/83045527/2917327
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [patrick.rudolph= @9elements.com]
------------


--00000000000028e78b05c33bed99--