]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added...
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
index 314965ca4afe5ddfc3bb4f2e6c552b2cc6fbbe94..f22b255c8d3d9274c69dbe0051b902ce3ecf463d 100644 (file)
@@ -1,4 +1,3 @@
-#%HEADER%\r
 #/** @file\r
 #  \r
 #  DXE CPU driver\r
 #/** @file\r
 #  \r
 #  DXE CPU driver\r
   CpuDxe.h\r
   DebugSupport.c\r
   Exception.c\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
 \r
 [Packages]\r
   ArmPkg/ArmPkg.dec\r
 \r
 [Packages]\r
   ArmPkg/ArmPkg.dec\r