]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgement
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreUniCore.inf
index f37bcb0751779a5aea865478e1aa5bb06e119fd2..f50d21fa6ef493f72bfe722be70d227c7be497f3 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\r
+  AArch64/SwitchStack.S\r
+  AArch64/Exception.S\r
+  AArch64/Helper.S\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   DebugAgentLib\r
   IoLib\r
   PrintLib\r
+  SerialPortLib\r
 \r
 [Ppis]\r
   gEfiTemporaryRamSupportPpiGuid\r
+  gArmGlobalVariablePpiGuid\r
 \r
 [FeaturePcd]\r
   gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
 \r
 [FixedPcd]\r
-  gArmTokenSpaceGuid.PcdNormalFvBaseAddress\r
-  gArmTokenSpaceGuid.PcdNormalFvSize\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