Hi Sean,
Setting all memory as tested in PEI is a workaround for the issue that this
patch addresses. However, promoting all memory in PEI is not a workable
solution for BIOSes that incorporate full memory testing functionality, as this
relies on the tested flag to determine which memory region
Hi Abner,
We already have a package for common platform content in the edk2 repo.
This is the MdeModulePkg.
However, the number of common platform features added to the MdeModulePkg over
time has made this a very large package, and this can be measured by how
complex the
Maintainer.txt rules are
Reviewed-by: Maurice Ma
> -Original Message-
> From: Liu, Zhiguang
> Sent: Thursday, January 13, 2022 22:15
> To: devel@edk2.groups.io
> Cc: Dong, Guo ; Ni, Ray ; Ma,
> Maurice ; You, Benjamin
>
> Subject: [PATCH] UefiPayloadPkg: Not use BaseCpuTimerLib by default.
>
> For recent X86 C
> -Original Message-
> From: Kinney, Michael D
> Sent: Friday, January 14, 2022 12:38 AM
> To: Chang, Abner (HPS SW/FW Technologist) ; Leif
> Lindholm ; devel@edk2.groups.io; Ni, Ray
> ; Kinney, Michael D
> Cc: Andrew Fish ; Sami Mujawar
>
> Subject: RE: [edk2-devel] [PATCH 01/79] Proc
Great, thank you!
Sebastien
From: Yao, Jiewen
Sent: Thursday, January 13, 2022 3:56:09 PM
To: Boeuf, Sebastien ; devel@edk2.groups.io
Cc: Justen, Jordan L ; kra...@redhat.com
Subject: RE: [PATCH v4 00/11] Create new target for Cloud Hypervisor
Merged: https:/
Reference:https://bugzilla.tianocore.org/show_bug.cgi?id=3804
When calculating SR-IOV reserve bus in function CreatePciIoDevice(),
there are two points may have problem.
LastVF = PFRid + FirstVFOffset + (PciIoDevice->InitialVFs - 1) * VFStride;
PciIoDevice->ReservedBusNum =
(UINT16)(EFI_PCI_BUS_OF
Main Changes :
1.Add check before using InitialVFs.
2.Don't allocate bus for VF.
Wenyi Xie (1):
MdeModulePkg/PciBucDxe:Fix issue when initial SR-IVO
MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.20.1.windows.1
-=-=-=-=
Hi,
> > I don't see that PEI-less boot is required for that. Sure, when stripping
> > down
> > the build and removing all the features which require PEIMs there isn't much
> > left to do for the PEI phase. So it makes sense to look into dropping PEI
> > altogether. But it's more a "nice to h