]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Fix the default value of PcdCpuVectorBaseAddress
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:22:32 +0000 (09:22 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:22:32 +0000 (09:22 +0000)
The High Vector Table base address is 0xFFFF0000 (was 0xFFF00000).

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11737 6f19259b-4bc3-4df7-8a09-765794883524

ArmPkg/ArmPkg.dec

index 3273f6a5243a192b56f82496217c17e87cd29f04..37fc7f2931880a899b7da07455d015e843fd631a 100644 (file)
@@ -66,7 +66,7 @@
 \r
   gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000080000000|UINT64|0x00000002\r
   gArmTokenSpaceGuid.PcdArmCacheOperationThreshold|1024|UINT32|0x00000003\r
-  gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0xfff00000|UINT32|0x00000004\r
+  gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0xffff0000|UINT32|0x00000004\r
   gArmTokenSpaceGuid.PcdCpuResetAddress|0x00000000|UINT32|0x00000005\r
   \r
   #\r