Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory

2022-03-04 Thread Guo Dong
It was merged https://github.com/tianocore/edk2/commit/091b6a11970a447106aadb6538046a85d3f29df5 -Original Message- From: Ni, Ray Sent: Monday, February 28, 2022 11:53 PM To: Rhodes, Sean ; devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Ma, Maurice ; You, Benjamin Subject: RE: [P

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory

2022-02-28 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Sean Rhodes Sent: Thursday, February 24, 2022 7:00 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Ni, Ray ; Ma, Maurice ; You, Benjamin Subject: [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory When build option AB

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory

2022-02-23 Thread Guo Dong
Reviewed-by: Guo Dong -Original Message- From: Sean Rhodes Sent: Wednesday, February 23, 2022 4:00 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Ni, Ray ; Ma, Maurice ; You, Benjamin Subject: [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory When build opti

[edk2-devel] [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory

2022-02-23 Thread Sean Rhodes
When build option ABOVE_4G_MEMORY is set to true, nothing will change and EDKII will use all available memory. Setting it to false will create memory type information HOB in payload entry, so that EDKII will reserve enough memory below 4G for EDKII modules. This option is useful for bootloaders th

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory

2022-02-23 Thread Guo Dong
.groups.io On Behalf Of Sean Rhodes Sent: Sunday, February 20, 2022 2:41 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Ni, Ray ; Ma, Maurice ; You, Benjamin Subject: [edk2-devel] [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory When build option ABOVE_4G_MEMORY is set to

[edk2-devel] [PATCH] UefiPayloadPkg: Add build option for Above 4G Memory

2022-02-20 Thread Sean Rhodes
When build option ABOVE_4G_MEMORY is set to true, nothing will change and EDKII will use all available memory. Setting it to false will create memory type information HOB in payload entry, so that EDKII will reserve enough memory below 4G for EDKII modules. This option is useful for bootloaders th