]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/CpuDxe/Ia32/CpuAsm.asm
Add CPU DXE driver for IA32 & X64 processor architectures.
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 May 2009 21:09:47 +0000 (21:09 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 May 2009 21:09:47 +0000 (21:09 +0000)
commita47463f28382bffcedacde0d96965977261d114a
treeb526ec8f21e4a8a958957ccedb5eb1e0a56c45f7
parente50466da24377199d405f9ee6ac44b293f4548ae
Add CPU DXE driver for IA32 & X64 processor architectures.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8395 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/CpuDxe/CpuDxe.c [new file with mode: 0644]
UefiCpuPkg/CpuDxe/CpuDxe.h [new file with mode: 0644]
UefiCpuPkg/CpuDxe/CpuDxe.inf [new file with mode: 0644]
UefiCpuPkg/CpuDxe/CpuGdt.c [new file with mode: 0755]
UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S [new file with mode: 0755]
UefiCpuPkg/CpuDxe/Ia32/CpuAsm.asm [new file with mode: 0755]
UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S [new file with mode: 0755]
UefiCpuPkg/CpuDxe/Ia32/IvtAsm.asm [new file with mode: 0755]
UefiCpuPkg/CpuDxe/X64/CpuAsm.S [new file with mode: 0755]
UefiCpuPkg/CpuDxe/X64/CpuAsm.asm [new file with mode: 0755]