]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPlatformPkg: Remove RVCT support
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiUniCore.inf
old mode 100755 (executable)
new mode 100644 (file)
index ec3b898..b62ea3c
@@ -1,47 +1,43 @@
 #/** @file\r
-#  \r
-#  Copyright (c) 2011-2014, ARM Ltd. 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
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  \r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
+#  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
+#  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>\r
+#  Copyright (c) 2020, Arm Limited. All rights reserved.<BR>\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
 #**/\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ArmPlatformPrePiUniCore\r
-  FILE_GUID                      = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
+  FILE_GUID                      = 3e401783-cc94-4fcd-97bc-bd35ac369d2f\r
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
 \r
 [Sources]\r
+  PrePi.h\r
   PrePi.c\r
   MainUniCore.c\r
 \r
 [Sources.ARM]\r
   Arm/ArchPrePi.c\r
   Arm/ModuleEntryPoint.S   | GCC\r
-  Arm/ModuleEntryPoint.asm | RVCT\r
 \r
 [Sources.AArch64]\r
   AArch64/ArchPrePi.c\r
   AArch64/ModuleEntryPoint.S\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   EmbeddedPkg/EmbeddedPkg.dec\r
   ArmPkg/ArmPkg.dec\r
   ArmPlatformPkg/ArmPlatformPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
+  CacheMaintenanceLib\r
   DebugLib\r
   DebugAgentLib\r
   ArmLib\r
@@ -50,7 +46,6 @@
   SerialPortLib\r
   ExtractGuidedSectionLib\r
   LzmaDecompressLib\r
-  PeCoffGetEntryPointLib\r
   DebugAgentLib\r
   PrePiLib\r
   ArmPlatformLib\r
   gArmMpCoreInfoPpiGuid\r
 \r
 [Guids]\r
-  gArmGlobalVariableGuid\r
   gArmMpCoreInfoGuid\r
+  gEfiFirmwarePerformanceGuid\r
 \r
-[FeaturePcd]  \r
+[FeaturePcd]\r
   gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
   gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
 \r
-[FixedPcd]\r
+[Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
-  \r
+\r
+[FixedPcd]\r
   gArmTokenSpaceGuid.PcdVFPEnabled\r
 \r
   gArmTokenSpaceGuid.PcdFdBaseAddress\r
   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
 \r
-  gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
-\r
-  gArmTokenSpaceGuid.PcdSystemMemoryBase\r
-  gArmTokenSpaceGuid.PcdSystemMemorySize\r
   gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
-  \r
+\r
   gArmPlatformTokenSpaceGuid.PcdCoreCount\r
 \r
-  gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
   gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
 \r
   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
+\r
+[Pcd]\r
+  gArmTokenSpaceGuid.PcdSystemMemoryBase\r
+  gArmTokenSpaceGuid.PcdSystemMemorySize\r