]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPlatformPkg/NorFlashDxe: initialize varstore headers eagerly
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
index c30cec60907d19d99d926aa5aa6f3df062c53fd8..c32d2cb9c7d4bd01025cb2e230649b35e63345f9 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
-#  \r
+#\r
 #  DXE CPU driver\r
-#  \r
+#\r
 #  Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
 #  Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
 #\r
@@ -9,10 +9,10 @@
 #  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
+#\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
 #**/\r
 \r
 [Defines]\r
   CpuDxe.h\r
   CpuMpCore.c\r
   CpuMmuCommon.c\r
-\r
-#\r
-# Prior to ARMv6 we have multiple stacks, one per mode\r
-#\r
-#  ArmV4/ExceptionSupport.asm | RVCT\r
-#  ArmV4/ExceptionSupport.S   | GCC\r
-\r
-#\r
-# ARMv6 or later uses a single stack via srs/stm instructions\r
-#\r
+  Exception.c\r
 \r
 [Sources.ARM]\r
-  ArmV6/Mmu.c\r
-  ArmV6/Exception.c\r
-  ArmV6/ExceptionSupport.asm | RVCT\r
-  ArmV6/ExceptionSupport.S   | GCC\r
+  Arm/Mmu.c\r
 \r
 [Sources.AARCH64]\r
   AArch64/Mmu.c\r
-  AArch64/Exception.c\r
-  AArch64/ExceptionSupport.S   | GCC\r
 \r
 [Packages]\r
   ArmPkg/ArmPkg.dec\r
 \r
 [LibraryClasses]\r
   ArmLib\r
+  ArmMmuLib\r
   BaseMemoryLib\r
   CacheMaintenanceLib\r
   CpuLib\r
+  CpuExceptionHandlerLib\r
   DebugLib\r
   DefaultExceptionHandlerLib\r
   DxeServicesTableLib\r
 \r
 [Protocols]\r
   gEfiCpuArchProtocolGuid\r
-  gEfiDebugSupportPeriodicCallbackProtocolGuid\r
-  gVirtualUncachedPagesProtocolGuid\r
 \r
 [Guids]\r
   gEfiDebugImageInfoTableGuid\r
   gArmMpCoreInfoGuid\r
   gIdleLoopEventGuid\r
+  gEfiVectorHandoffTableGuid\r
 \r
 [Pcd.common]\r
   gArmTokenSpaceGuid.PcdVFPEnabled\r
-  gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
-  \r
+\r
 [FeaturePcd.common]\r
-  gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
-  gArmTokenSpaceGuid.PcdRelocateVectorTable\r
   gArmTokenSpaceGuid.PcdDebuggerExceptionSupport\r
 \r
 [Depex]\r
-  TRUE\r
+  gHardwareInterruptProtocolGuid OR gHardwareInterrupt2ProtocolGuid\r