summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/UefiCpuPkg.dec
diff options
context:
space:
mode:
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2010-08-23 06:34:39 +0000
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>2010-08-23 06:34:39 +0000
commitbf73cc4bbcdaa76bad31875bce6ff9dd0d91eb09 (patch)
tree09e2da4840bc71ec04c82eb002f1b7142d010f76 /UefiCpuPkg/UefiCpuPkg.dec
parent7ae58ec2eaaad7a4a22092266c407d76c12ed69a (diff)
downloadedk2-bf73cc4bbcdaa76bad31875bce6ff9dd0d91eb09.tar.gz
edk2-bf73cc4bbcdaa76bad31875bce6ff9dd0d91eb09.tar.bz2
edk2-bf73cc4bbcdaa76bad31875bce6ff9dd0d91eb09.zip
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
Diffstat (limited to 'UefiCpuPkg/UefiCpuPkg.dec')
-rw-r--r--UefiCpuPkg/UefiCpuPkg.dec7
1 files changed, 7 insertions, 0 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.dec b/UefiCpuPkg/UefiCpuPkg.dec
index 8547c54e13..98fba36920 100644
--- a/UefiCpuPkg/UefiCpuPkg.dec
+++ b/UefiCpuPkg/UefiCpuPkg.dec
@@ -28,3 +28,10 @@
## to be UEFI specification compliant.
##
UefiCpuLib|Include/Library/UefiCpuLib.h
+
+[Guids]
+ gUefiCpuPkgTokenSpaceGuid = { 0xac05bf33, 0x995a, 0x4ed4, { 0xaa, 0xb8, 0xef, 0x7a, 0xe8, 0xf, 0x5c, 0xb0 }}
+
+[PcdsFixedAtBuild, PcdsPatchableInModule]
+ gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress|0xfee00000|UINT32|0x00000001
+