Re: [edk2-devel] [PATCH v4 2/6] MdeModulePkg: Add PcdEnableUnacceptedMemory

2022-09-29 Thread Dionna Glaze via groups.io
> The name PcdEnableUnacceptedMemory is a bit confusing imho. Could we > rename this to PcdAcceptAllUnacceptedMemory or something like that? > Will do. Is the protocol name EnableUnacceptedMemory still acceptable now that it's setting an AcceptAllUnacceptedMemory value to FALSE? -- -Dionna Glaze

Re: [edk2-devel] [PATCH v4 2/6] MdeModulePkg: Add PcdEnableUnacceptedMemory

2022-09-28 Thread Ard Biesheuvel
On Wed, 28 Sept 2022 at 17:33, Dionna Glaze wrote: > > This Pcd is used to toggle whether ExitBootServices should not accept > all unaccepted memory. It's the loaded image's responsibility to enable > support so that it doesn't get memory types it doesn't understand in its > memory map. > > Cc: Ge