Re: [edk2-devel] [PATCH v4 5/6] MdeModulePkg: add EnableUnacceptedMemoryProtocol

2022-09-28 Thread Ard Biesheuvel
(cc some other maintainers) On Wed, 28 Sept 2022 at 17:33, Dionna Glaze wrote: > > Add a simple protocol that enables the use of the unaccepted memory > type. Must be called before ExitBootServices to be effective. Calling protocols is generally not permitted after ExitBootServices() anyway, so

[edk2-devel] [PATCH v4 5/6] MdeModulePkg: add EnableUnacceptedMemoryProtocol

2022-09-28 Thread Dionna Glaze via groups.io
Add a simple protocol that enables the use of the unaccepted memory type. Must be called before ExitBootServices to be effective. Cc: Gerd Hoffmann Cc: James Bottomley Cc: Jiewen Yao Cc: Tom Lendacky Cc: Ard Biesheuvel Signed-off-by: Dionna Glaze --- MdeModulePkg/Core/Dxe/DxeMain.h