]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
Add Local APIC Library class defining APIs for common Local APIC operations. Add...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Aug 2010 06:34:39 +0000 (06:34 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Aug 2010 06:34:39 +0000 (06:34 +0000)
commitbf73cc4bbcdaa76bad31875bce6ff9dd0d91eb09
tree09e2da4840bc71ec04c82eb002f1b7142d010f76
parent7ae58ec2eaaad7a4a22092266c407d76c12ed69a
Add Local APIC Library class defining APIs for common Local APIC operations. Add two Local APIC library instances, one is for xAPIC mode only, the other is for x2APIC capable processors which have xAPIC and x2APIC modes.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10814 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/Include/Library/LocalApicLib.h [new file with mode: 0644]
UefiCpuPkg/Include/Register/LocalApic.h [new file with mode: 0644]
UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c [new file with mode: 0644]
UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf [new file with mode: 0644]
UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c [new file with mode: 0644]
UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf [new file with mode: 0644]
UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg/UefiCpuPkg.dsc