mirror of https://github.com/acidanthera/audk.git
61bb6eeb4d
Patch addresses Bugzilla #1974. During ExitBootServices stage, drivers should not call any functions known to use Memory Allocation Services. One of such functions (as per UEFI spec) is UNDI->Shutdown(). Since UNDI drivers during ExitBootServices phase are expected to put the adapter to such a state that it will not perform any DMA operations, there is no need to interface UNDI by SNP driver during that phase. Finally, since ExitBootServices event notification function in SNP only calls UNDI->Shutdown() and Stop() functions, there is no need to create this event at all. Adding PCD to control creation of event reacting to ExitBootServices() call so that systems with UNDIs relying on SNP to call their Shutdown() and Stop() can still work. Change-Id: Idd76f26d2e8ff7cf88b2d75e2d524c74211f2e89 Reviewed-by: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by: Maciej Rabeda <maciej.rabeda@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> |
||
---|---|---|
.. | ||
Callback.c | ||
ComponentName.c | ||
Get_status.c | ||
Initialize.c | ||
Mcast_ip_to_mac.c | ||
Nvdata.c | ||
Receive.c | ||
Receive_filters.c | ||
Reset.c | ||
Shutdown.c | ||
Snp.c | ||
Snp.h | ||
SnpDxe.inf | ||
SnpDxe.uni | ||
SnpDxeExtra.uni | ||
Start.c | ||
Station_address.c | ||
Statistics.c | ||
Stop.c | ||
Transmit.c | ||
WaitForPacket.c |