]> git.proxmox.com Git - mirror_edk2.git/commit
EdkCompatibilityPkg: Fixed build for AArch64
authorOlivier Martin <olivier.martin@arm.com>
Tue, 3 Sep 2013 08:52:49 +0000 (08:52 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Sep 2013 08:52:49 +0000 (08:52 +0000)
commit4fb254d4b7477f1fb8266cb98e30d8204fde80c4
tree3302a777bbbd5ca978e5136e5139e51ecd0caaca
parented094569d6a1248b1b6ca6d0439e5bdf0db36aa2
EdkCompatibilityPkg: Fixed build for AArch64

The architecture specific folders must be capitalized (first letter as
a capital letter and the remaining letters in lower case) (INF spec -
2.2.4 Naming Conventions).

The BaseTools only support this requirement for INF revision prior to
0x00010005 (mainly used by EdkCompatibilityPkg, EdkShellPkg, UEFI SCT).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14620 6f19259b-4bc3-4df7-8a09-765794883524
EdkCompatibilityPkg/Foundation/Include/AArch64/EfiBind.h [deleted file]
EdkCompatibilityPkg/Foundation/Include/AArch64/EfiPeOptionalHeader.h [deleted file]
EdkCompatibilityPkg/Foundation/Include/AArch64/TianoBind.h [deleted file]
EdkCompatibilityPkg/Foundation/Include/Aarch64/EfiBind.h [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Include/Aarch64/EfiPeOptionalHeader.h [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Include/Aarch64/TianoBind.h [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/AArch64/ProcDep.h [deleted file]
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Aarch64/ProcDep.h [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/AArch64/PerformancePrimitives.c [deleted file]
EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Aarch64/PerformancePrimitives.c [new file with mode: 0644]