]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/AsmInclude.inc
Check in thunk driver to produce PI MP Services Protocol based on Framework MP Servic...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / MpServicesOnFrameworkMpServicesThunk / IA32 / AsmInclude.inc
diff --git a/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/AsmInclude.inc b/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/AsmInclude.inc
new file mode 100644 (file)
index 0000000..2714817
--- /dev/null
@@ -0,0 +1,25 @@
+;------------------------------------------------------------------------------\r
+; Include file for IA32 MpFuncs.asm\r
+;\r
+; Copyright (c) 2009, Intel Corporation\r
+; All rights reserved. This program and the accompanying materials\r
+; are licensed and made available under the terms and conditions of the BSD License\r
+; which accompanies this distribution.  The full text of the license may be found at\r
+; http://opensource.org/licenses/bsd-license.php\r
+;\r
+; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+;\r
+;------------------------------------------------------------------------------\r
+\r
+VacantFlag             Equ   00h\r
+NotVacantFlag          Equ   0ffh\r
+\r
+LockLocation        equ        RendezvousFunnelProcEnd - RendezvousFunnelProcStart\r
+StackStart          equ        LockLocation + 4h\r
+StackSize           equ        LockLocation + 8h\r
+RendezvousProc      equ        LockLocation + 0Ch\r
+GdtrProfile         equ        LockLocation + 10h\r
+BufferStart         equ        LockLocation + 18h\r
+\r
+;-------------------------------------------------------------------------------\r