]> git.proxmox.com Git - mirror_edk2.git/commit
Add ARM support
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Aug 2009 21:04:14 +0000 (21:04 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Aug 2009 21:04:14 +0000 (21:04 +0000)
commit64698eb8415e6829b956a12c3883655acc02f5a7
treec0546059354c12eac27dfcf0195f462cbc98e9d6
parent3c99107841da7f4f646c5bba94f55d73a936e82a
Add ARM support
Add C inline assembly files for IA32 and X64 GCC builds.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9113 6f19259b-4bc3-4df7-8a09-765794883524
18 files changed:
MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/CpuBreakpoint.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/CpuPause.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/DisableInterrupts.S [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/DisableInterrupts.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/EnableInterrupts.S [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/EnableInterrupts.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/GccInline.c [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/GetInterruptsState.S [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/GetInterruptsState.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/SwitchStack.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Arm/Unaligned.c [new file with mode: 0644]
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/Ia32/GccInline.c [new file with mode: 0644]
MdePkg/Library/BaseLib/X64/GccInline.c [new file with mode: 0644]