]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandler lib...
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
index 314965ca4afe5ddfc3bb4f2e6c552b2cc6fbbe94..d88d488fad3113c3d2eb86a9035886a304dd7b5e 100644 (file)
@@ -1,4 +1,3 @@
-#%HEADER%\r
 #/** @file\r
 #  \r
 #  DXE CPU driver\r
   CpuDxe.h\r
   DebugSupport.c\r
   Exception.c\r
-  ExceptionSupport.asm | RVCT\r
-  ExceptionSupport.S   | GCC\r
+\r
+#\r
+# Prior to ARMv6 we have multiple stacks, one per mode\r
+#\r
+#  ExceptionSupport.asm | RVCT\r
+  ExceptionSupport.S         | GCC\r
+\r
+#\r
+# ARMv6 or later uses a single stack via srs/stm instructions\r
+#\r
+  ExceptionSupport.ARMv6.asm | RVCT\r
+#  ExceptionSupport.ARMv6.S   | GCC\r
+  Mmu.c\r
+\r
 \r
 [Packages]\r
   ArmPkg/ArmPkg.dec\r
   CacheMaintenanceLib\r
   UefiDriverEntryPoint\r
   ArmLib\r
+  DxeServicesTableLib\r
+  PeCoffGetEntryPointLib\r
+  UefiLib\r
+  CpuLib\r
+  DefaultExceptioHandlerLib\r
+  DebugLib\r
 \r
 [Protocols]\r
   gEfiCpuArchProtocolGuid\r
   gEfiDebugSupportPeriodicCallbackProtocolGuid\r
+  gVirtualUncachedPagesProtocolGuid\r
+\r
+[Guids]\r
+  gEfiDebugImageInfoTableGuid\r
 \r
 [Pcd.common]\r
   gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r