]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatform: Remove dummy padding to make the Reset Vector aligned on 32 bytes boundary
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 26 Apr 2011 17:00:11 +0000 (17:00 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 26 Apr 2011 17:00:11 +0000 (17:00 +0000)
commit95650ceda8aad7e6009807be89dd90d3ba3d7022
tree94ef94c5ee776433904982b7fdbbd8451447bc6f
parent50c5f187314c55735135d9c47025286d1c0bf1d5
ArmPlatform: Remove dummy padding to make the Reset Vector aligned on 32 bytes boundary

A dummy padding was added before the Reset Vectors to force the alignment on a
32 bytes boundary in XIP code.
The correct fix is to define the alignment in the FDF file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11588 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.fdf
ArmPlatformPkg/PrePeiCore/Exception.S
ArmPlatformPkg/PrePeiCore/Exception.asm
ArmPlatformPkg/Sec/Exception.S
ArmPlatformPkg/Sec/Exception.asm