summaryrefslogtreecommitdiffstats
path: root/StdLib/PosixLib
diff options
context:
space:
mode:
authorchenc2 <chen.a.chen@intel.com>2018-06-29 11:36:02 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2018-06-29 16:19:51 +0800
commit56ca900782d5d478e6e6389aca42b7ea0e0b3193 (patch)
tree003698e9c05cfa297c0223c8ac93da83bf92a3e2 /StdLib/PosixLib
parent659e7817e300bf2a80a8b45347a6b2486fd8c5dd (diff)
downloadedk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.tar.gz
edk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.tar.bz2
edk2-56ca900782d5d478e6e6389aca42b7ea0e0b3193.zip
StdLib: 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: Jaben Carsey <jaben.carsey@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: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'StdLib/PosixLib')
-rw-r--r--StdLib/PosixLib/Err/LibErr.inf4
-rw-r--r--StdLib/PosixLib/Gen/LibGen.inf4
-rw-r--r--StdLib/PosixLib/Glob/LibGlob.inf4
-rw-r--r--StdLib/PosixLib/Stringlist/LibStringlist.inf4
4 files changed, 8 insertions, 8 deletions
diff --git a/StdLib/PosixLib/Err/LibErr.inf b/StdLib/PosixLib/Err/LibErr.inf
index 03877f6d99..a46edf4c27 100644
--- a/StdLib/PosixLib/Err/LibErr.inf
+++ b/StdLib/PosixLib/Err/LibErr.inf
@@ -1,7 +1,7 @@
## @file
# Library used for supplying some POSIX routines.
#
-# Copyright (c) 2011, Intel Corporation. All rights reserved. <BR>
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +23,7 @@
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources.common]
diff --git a/StdLib/PosixLib/Gen/LibGen.inf b/StdLib/PosixLib/Gen/LibGen.inf
index 5a54686f6e..5298d20da3 100644
--- a/StdLib/PosixLib/Gen/LibGen.inf
+++ b/StdLib/PosixLib/Gen/LibGen.inf
@@ -1,7 +1,7 @@
## @file
# Library used for supplying glob POSIX routines.
#
-# Copyright (c) 2011, Intel Corporation. All rights reserved. <BR>
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +23,7 @@
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources.common]
diff --git a/StdLib/PosixLib/Glob/LibGlob.inf b/StdLib/PosixLib/Glob/LibGlob.inf
index 10052bb9a1..6f046674eb 100644
--- a/StdLib/PosixLib/Glob/LibGlob.inf
+++ b/StdLib/PosixLib/Glob/LibGlob.inf
@@ -1,7 +1,7 @@
## @file
# Library used for supplying glob POSIX routines.
#
-# Copyright (c) 2011, Intel Corporation. All rights reserved. <BR>
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +23,7 @@
#
-# VALID_ARCHITECTURES = IA32 X64 IPF
+# VALID_ARCHITECTURES = IA32 X64
#
[Sources.common]
diff --git a/StdLib/PosixLib/Stringlist/LibStringlist.inf b/StdLib/PosixLib/Stringlist/LibStringlist.inf
index 6c29cdae77..ccabfe2453 100644
--- a/StdLib/PosixLib/Stringlist/LibStringlist.inf
+++ b/StdLib/PosixLib/Stringlist/LibStringlist.inf
@@ -1,7 +1,7 @@
## @file
# Library used for supplying glob POSIX routines.
#
-# Copyright (c) 2011, Intel Corporation. All rights reserved. <BR>
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +23,7 @@
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources.common]