]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StdLibPrivateInternalFiles: Removing ipf from edk2.
authorchenc2 <chen.a.chen@intel.com>
Fri, 29 Jun 2018 03:36:32 +0000 (11:36 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Fri, 29 Jun 2018 08:19:51 +0000 (16:19 +0800)
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>
StdLibPrivateInternalFiles/DoNotUse.dec
StdLibPrivateInternalFiles/Include/Ipf/arith.h [deleted file]
StdLibPrivateInternalFiles/Include/Ipf/gd_qnan.h [deleted file]

index da6061b72075dd0de8295d836ac50936436ccd43..35c737c7ad7b103e5e202e1c13f7f943e8265b7e 100644 (file)
@@ -1,6 +1,6 @@
 ## @file\r
 #\r
 ## @file\r
 #\r
-# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
 #\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
@@ -28,9 +28,6 @@
 [Includes.X64]\r
   Include/X64\r
 \r
 [Includes.X64]\r
   Include/X64\r
 \r
-[Includes.IPF]\r
-  Include/Ipf\r
-\r
 [Includes.ARM]\r
   Include/Arm\r
 \r
 [Includes.ARM]\r
   Include/Arm\r
 \r
diff --git a/StdLibPrivateInternalFiles/Include/Ipf/arith.h b/StdLibPrivateInternalFiles/Include/Ipf/arith.h
deleted file mode 100644 (file)
index 2c07ea2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/*     $NetBSD: arith.h,v 1.1 2006/09/10 21:22:33 cherry Exp $ */\r
-\r
-#define IEEE_LITTLE_ENDIAN\r
-#ifndef _IEEE_FP\r
-#define Sudden_Underflow\r
-#endif\r
diff --git a/StdLibPrivateInternalFiles/Include/Ipf/gd_qnan.h b/StdLibPrivateInternalFiles/Include/Ipf/gd_qnan.h
deleted file mode 100644 (file)
index c468204..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* $NetBSD: gd_qnan.h,v 1.1 2006/09/10 21:22:33 cherry Exp $ */\r
-\r
-#define f_QNAN 0x7fc00000\r
-#define d_QNAN0 0x0\r
-#define d_QNAN1 0x7ff80000\r