Re: [edk2] [PATCH v2 2/2] NetworkPkg: Do not free memory during ExitBootServices ().

2016-11-03 Thread Zeng, Star
in...@intel.com> Subject: [edk2] [PATCH v2 2/2] NetworkPkg: Do not free memory during ExitBootServices (). During exiting Boot Services, there should be no changes made to the Memory Map. This patch eliminates explicit and implicit calls to the Memory Allocation Services and, where applicable

[edk2] [PATCH v2 2/2] NetworkPkg: Do not free memory during ExitBootServices ().

2016-11-03 Thread Marvin Häuser
During exiting Boot Services, there should be no changes made to the Memory Map. This patch eliminates explicit and implicit calls to the Memory Allocation Services and, where applicable, zeros the memory instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marvin