]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/MpInitLib/Ia32/MpEqu.inc
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib / Ia32 / MpEqu.inc
index 62762308e22e792595de77f0d0df43237de186bc..efb1bc2bf7cbaed379cb96038b9c8b98f54eb86d 100644 (file)
@@ -1,12 +1,6 @@
 ;------------------------------------------------------------------------------ ;\r
 ; Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
-; 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
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ; Module Name:\r
 ;\r
@@ -33,11 +27,17 @@ GdtrLocation                  equ        LockLocation + 10h
 IdtrLocation                  equ        LockLocation + 16h\r
 BufferStartLocation           equ        LockLocation + 1Ch\r
 ModeOffsetLocation            equ        LockLocation + 20h\r
-NumApsExecutingLocation       equ        LockLocation + 24h\r
+ApIndexLocation               equ        LockLocation + 24h\r
 CodeSegmentLocation           equ        LockLocation + 28h\r
 DataSegmentLocation           equ        LockLocation + 2Ch\r
 EnableExecuteDisableLocation  equ        LockLocation + 30h\r
 Cr3Location                   equ        LockLocation + 34h\r
 InitFlagLocation              equ        LockLocation + 38h\r
 CpuInfoLocation               equ        LockLocation + 3Ch\r
+NumApsExecutingLocation       equ        LockLocation + 40h\r
+InitializeFloatingPointUnitsAddress equ  LockLocation + 48h\r
+ModeTransitionMemoryLocation        equ  LockLocation + 4Ch\r
+ModeTransitionSegmentLocation       equ  LockLocation + 50h\r
+ModeHighMemoryLocation              equ  LockLocation + 52h\r
+ModeHighSegmentLocation             equ  LockLocation + 56h\r
 \r