audk/NetworkPkg/TcpDxe
chenc2 4fcb0d5458 NetworkPkg: Removing ipf which is no longer supported from edk2.
Removing rules for Ipf sources file:
* Remove the source file which path with "ipf" and also listed in
  [Sources.IPF] section of INF file.
* Remove the source file which listed in [Components.IPF] section
  of DSC file and not listed in any other [Components] section.
* Remove the embedded Ipf code for MDE_CPU_IPF.

Removing rules for Inf file:
* Remove IPF from VALID_ARCHITECTURES comments.
* Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
* Remove the INF which only listed in [Components.IPF] section in DSC.
* Remove statements from [BuildOptions] that provide IPF specific flags.
* Remove any IPF sepcific sections.

Removing rules for Dec file:
* Remove [Includes.IPF] section from Dec.

Removing rules for Dsc file:
* Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
* Remove any IPF specific sections.
* Remove statements from [BuildOptions] that provide IPF specific flags.

Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
2018-08-14 08:58:30 +08:00
..
ComponentName.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
SockImpl.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
SockImpl.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
SockInterface.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
Socket.h NetworkPkg/TcpDxe: Remove the redundant code. 2017-12-26 16:43:29 +08:00
TcpDispatcher.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
TcpDriver.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
TcpDriver.h NetworkPkg: Fix typos in comments 2016-07-11 10:29:50 +08:00
TcpDxe.inf NetworkPkg: Removing ipf which is no longer supported from edk2. 2018-08-14 08:58:30 +08:00
TcpDxe.uni NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
TcpDxeExtra.uni NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
TcpFunc.h 1. Mark the network volatile variables as deprecated in code comments and remove related code to set/get these variable. 2014-05-07 06:17:31 +00:00
TcpInput.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
TcpIo.c Fix issue that TCP server will not response to SYN packet from TCP client in TCP6 module. 2012-08-10 06:32:15 +00:00
TcpMain.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
TcpMain.h NetworkPkg: Support TCP Cancel function 2016-06-13 11:51:35 +08:00
TcpMisc.c NetworkPkg: Addressing TCP Window Retraction when window scale factor is used. 2017-05-09 08:48:00 +08:00
TcpOption.c Add NetworkPkg (P.UDK2010.UP3.Network.P1) 2010-11-01 06:13:54 +00:00
TcpOption.h Add NetworkPkg (P.UDK2010.UP3.Network.P1) 2010-11-01 06:13:54 +00:00
TcpOutput.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
TcpProto.h NetworkPkg: Addressing TCP Window Retraction when window scale factor is used. 2017-05-09 08:48:00 +08:00
TcpTimer.c Add NetworkPkg (P.UDK2010.UP3.Network.P1) 2010-11-01 06:13:54 +00:00