Re: [edk2-devel] [PATCH V3 01/12] MdeModulePkg: Add PrePiHob.h

2022-09-06 Thread Gerd Hoffmann
On Mon, Sep 05, 2022 at 04:34:55PM +0800, Min Xu wrote: > From: Min M Xu > > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 > > EFI_RESOURCE_MEMORY_UNACCEPTED is defined for unaccepted memory. > But this defitinion has not been officially in the PI spec. Base > on the code-first we def

[edk2-devel] [PATCH V3 01/12] MdeModulePkg: Add PrePiHob.h

2022-09-05 Thread Min Xu
From: Min M Xu RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 EFI_RESOURCE_MEMORY_UNACCEPTED is defined for unaccepted memory. But this defitinion has not been officially in the PI spec. Base on the code-first we define EFI_RESOURCE_MEMORY_UNACCEPTED at MdeModulePkg/Include/Pi/PrePiHob