]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ArmPlatformPkg/PrePeiCore: replace set/way cache ops with by-VA ones
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreMPCore.inf
index d90481e750703ee14cc3be6d8192f1948c4a7685..fb01dd1a113e2d05568340e6a7d9c6e88cde10fb 100644 (file)
@@ -1,27 +1,22 @@
 #/** @file\r
 #  Pre PeiCore - Hand-off to PEI Core in Normal World\r
-#  \r
-#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\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
+#  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
 #**/\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ArmPlatformPrePeiCore\r
-  FILE_GUID                      = 469fc080-aec1-11df-927c-0002a5d5c51b\r
+  FILE_GUID                      = b78d02bb-d0b5-4389-bc7f-b39ee846c784\r
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
 \r
 [Sources.common]\r
   MainMPCore.c\r
+  PrePeiCore.h\r
   PrePeiCore.c\r
 \r
 [Sources.ARM]\r
 \r
 [Sources.AARCH64]\r
   AArch64/ArchPrePeiCore.c\r
-  AArch64/PrePeiCoreEntryPoint.S   | GCC\r
-  AArch64/SwitchStack.S            | GCC\r
-  AArch64/Exception.S              | GCC\r
-  AArch64/Helper.S                 | GCC\r
+  AArch64/PrePeiCoreEntryPoint.S\r
+  AArch64/SwitchStack.S\r
+  AArch64/Exception.S\r
+  AArch64/Helper.S\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -49,6 +44,7 @@
 [LibraryClasses]\r
   ArmLib\r
   ArmPlatformLib\r
+  CacheMaintenanceLib\r
   BaseLib\r
   DebugLib\r
   DebugAgentLib\r
@@ -59,7 +55,6 @@
 \r
 [Ppis]\r
   gEfiTemporaryRamSupportPpiGuid\r
-  gArmGlobalVariablePpiGuid\r
   gArmMpCoreInfoPpiGuid\r
 \r
 [FeaturePcd]\r
 [FixedPcd]\r
   gArmTokenSpaceGuid.PcdFvBaseAddress\r
   gArmTokenSpaceGuid.PcdFvSize\r
-\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
+  gArmTokenSpaceGuid.PcdVFPEnabled\r
 \r
   gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
-  \r
-  gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
-  \r
+\r
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
   gArmTokenSpaceGuid.PcdGicSgiIntId\r
+\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdInitValueInTempStack\r