summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2016-07-11 14:35:26 +0800
committerHao Wu <hao.a.wu@intel.com>2016-07-14 15:51:11 +0800
commitdce815560b94cf226389e665dd93346c8e2b4bf3 (patch)
treee372c9615bf93c89fb48700945b3ba33b55b3fba /UefiCpuPkg
parent4f8d208ebdb90f102a2c3e0ee9efe1e67f623eba (diff)
downloadedk2-dce815560b94cf226389e665dd93346c8e2b4bf3.tar.gz
edk2-dce815560b94cf226389e665dd93346c8e2b4bf3.tar.bz2
edk2-dce815560b94cf226389e665dd93346c8e2b4bf3.zip
UefiCpuPkg/CpuMpPei/X64: Remove hard code CPU BIST value
Cc: Feng Tian <feng.tian@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Giri Mudusuru <giri.p.mudusuru@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> (cherry picked from commit 249ed12ea0c4bb0a9eefee6f48cecc330ff6af6a)
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r--UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm7
1 files changed, 3 insertions, 4 deletions
diff --git a/UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm b/UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm
index 00e5f58758..7e7f405b2e 100644
--- a/UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm
+++ b/UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm
@@ -1,5 +1,5 @@
;------------------------------------------------------------------------------ ;
-; Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+; Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. The full text of the license may be found at
@@ -37,10 +37,9 @@ ASM_PFX(RendezvousFunnelProc):
RendezvousFunnelProcStart:
; At this point CS = 0x(vv00) and ip= 0x0.
; Save BIST information to ebp firstly
-BITS 16
- mov eax, 1234h
- mov ebp, eax ; save BIST information
+BITS 16
+ mov ebp, eax ; Save BIST information
mov ax, cs
mov ds, ax