]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg: Removing ipf which is no longer supported from edk2.
authorchenc2 <chen.a.chen@intel.com>
Fri, 29 Jun 2018 03:21:57 +0000 (11:21 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Fri, 29 Jun 2018 08:19:43 +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: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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: Ard Biesheuvel <ard.biesheuvel@linaro.org>
EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboardDxe.inf
EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
EmbeddedPkg/Library/PrePiLib/PrePiLib.inf

index d6bbf6932a2778262123b573ba5bee60ac7ee8fa..f9d8b30ebce411ffacc84510baebe76b31f46068 100644 (file)
@@ -1,6 +1,7 @@
 ## @file\r
 # Virtual Keyboard driver.\r
 #\r
 ## @file\r
 # Virtual Keyboard driver.\r
 #\r
+#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
@@ -25,7 +26,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64\r
 #\r
 #  DRIVER_BINDING                = gVirtualKeyboardDriverBinding\r
 #  COMPONENT_NAME                = gVirtualKeyboardComponentName\r
 #\r
 #  DRIVER_BINDING                = gVirtualKeyboardDriverBinding\r
 #  COMPONENT_NAME                = gVirtualKeyboardComponentName\r
index 3914eb7cfa5a4ef6889de0719447d0cc203d7280..9dc1b63dfb8777bb729334c1427c4d4df1c0c65f 100644 (file)
@@ -2,7 +2,7 @@
 # Embedded Package\r
 #\r
 #\r
 # Embedded Package\r
 #\r
 #\r
-# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (c) 2012-2015, ARM Ltd. All rights reserved.<BR>\r
 # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
 #\r
 # Copyright (c) 2012-2015, ARM Ltd. All rights reserved.<BR>\r
 # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
 #\r
@@ -27,7 +27,7 @@
   PLATFORM_VERSION               = 0.1\r
   DSC_SPECIFICATION              = 0x00010005\r
   OUTPUT_DIRECTORY               = Build/Embedded\r
   PLATFORM_VERSION               = 0.1\r
   DSC_SPECIFICATION              = 0x00010005\r
   OUTPUT_DIRECTORY               = Build/Embedded\r
-  SUPPORTED_ARCHITECTURES        = IA32|X64|IPF|ARM|AARCH64\r
+  SUPPORTED_ARCHITECTURES        = IA32|X64|ARM|AARCH64\r
   BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
   BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
   gEmbeddedTokenSpaceGuid.PcdTimerVector|7\r
   gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000\r
 \r
   gEmbeddedTokenSpaceGuid.PcdTimerVector|7\r
   gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000\r
 \r
-[PcdsFixedAtBuild.IPF]\r
-  gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
-\r
-#\r
-# This makes it so you can source level debug with NT32. VC++ debugger limitiation!\r
-#\r
-#[BuildOptions]\r
-#  DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
-#  RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096\r
-#  *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006\r
-\r
 [BuildOptions]\r
   RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu=7-A.security\r
   *_*_*_CC_FLAGS  = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
 [BuildOptions]\r
   RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu=7-A.security\r
   *_*_*_CC_FLAGS  = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
   EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsbDxe.inf\r
   EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcpDxe.inf\r
 \r
   EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsbDxe.inf\r
   EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcpDxe.inf\r
 \r
-[Components.IA32, Components.X64, Components.IPF, Components.ARM]\r
+[Components.IA32, Components.X64, Components.ARM]\r
   EmbeddedPkg/GdbStub/GdbStub.inf\r
   EmbeddedPkg/GdbStub/GdbStub.inf\r
index 02f80579b1dc32a92a5bd5e9b62d8bb989b113e3..cfa8d8a761ca6a34b7d9340f81d8d74595ff5448 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 # Null instance of Debug Agent Library with empty functions.\r
 #\r
 #/** @file\r
 # Null instance of Debug Agent Library with empty functions.\r
 #\r
-#  Copyright (c) 2010, 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\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
 #\r
 \r
 [Sources.common]\r
index 19e5a298f3d494e4db2bfe0545fd4983f50617c0..526db4c0d8f9bf6cfbd4e2fe1b2610228cb48e7c 100644 (file)
@@ -1,6 +1,7 @@
 #/** @file\r
 #  Hob lib that does not contain the APIs as they are already in the PrePiLib\r
 #\r
 #/** @file\r
 #  Hob lib that does not contain the APIs as they are already in the PrePiLib\r
 #\r
+#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
@@ -23,7 +24,7 @@
 \r
 \r
 #\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
 #\r
 \r
 [Sources.common]\r
index b27b0441d516663f0bb5e3f8f6ced8ce116eab3e..de68405098c016826b6d588acc1d2fab0b5d276f 100644 (file)
@@ -5,6 +5,7 @@
 # directly. Helps building HOBs, reading data from the FV, and doing\r
 # decompression.\r
 #\r
 # directly. Helps building HOBs, reading data from the FV, and doing\r
 # decompression.\r
 #\r
+#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
@@ -27,7 +28,7 @@
 \r
 \r
 #\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
 #\r
 \r
 [Sources.common]\r