]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
Keep consistent about the return value between the caller and callee.
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreUniCore.inf
index b696190accb7eb76c42d3d4eee2fba8f7a9b7fa2..94b7a6cf0973edc9c9ce7b74e6ad51c83892d31a 100644 (file)
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
 \r
-[Sources.ARM]\r
-  PrePeiCoreEntryPoint.asm | RVCT\r
-  PrePeiCoreEntryPoint.S   | GCC\r
+[Sources.common]\r
   PrePeiCore.c\r
   MainUniCore.c\r
-  SwitchStack.asm      | RVCT\r
-  SwitchStack.S        | GCC\r
-  Exception.asm        | RVCT\r
-  Exception.S          | GCC\r
-  \r
+\r
+[Sources.ARM]\r
+  Arm/ArchPrePeiCore.c\r
+  Arm/PrePeiCoreEntryPoint.asm | RVCT\r
+  Arm/PrePeiCoreEntryPoint.S   | GCC\r
+  Arm/SwitchStack.asm      | RVCT\r
+  Arm/SwitchStack.S        | GCC\r
+  Arm/Exception.asm        | RVCT\r
+  Arm/Exception.S          | GCC\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
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   ArmPlatformPkg/ArmPlatformPkg.dec\r
 \r
 [LibraryClasses]\r
+  ArmLib\r
+  ArmPlatformLib\r
   BaseLib\r
   DebugLib\r
+  DebugAgentLib\r
   IoLib\r
-  ArmLib\r
-  ArmPlatformLib\r
+  PrintLib\r
+  SerialPortLib\r
 \r
 [Ppis]\r
   gEfiTemporaryRamSupportPpiGuid\r
+  gArmGlobalVariablePpiGuid\r
 \r
-[FixedPcd]\r
-  gArmPlatformTokenSpaceGuid.PcdStandalone\r
+[FeaturePcd]\r
+  gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
 \r
-  gArmTokenSpaceGuid.PcdNormalFvBaseAddress\r
-  gArmTokenSpaceGuid.PcdNormalFvSize\r
+[FixedPcd]\r
+  gArmTokenSpaceGuid.PcdFvBaseAddress\r
+  gArmTokenSpaceGuid.PcdFvSize\r
 \r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase\r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
   \r
   gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
   \r
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
-\r
-  gArmTokenSpaceGuid.PcdNormalFvBaseAddress\r
-  gArmTokenSpaceGuid.PcdNormalFvSize\r