]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm
UefiCpuPkg/CpuMpPei/X64: Remove hard code CPU BIST value
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / X64 / MpFuncs.nasm
index 00e5f58758603f619534cc73aca64201d0d41562..7e7f405b2efaf7336ad540e6a5f00ec9d737f911 100644 (file)
@@ -1,5 +1,5 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\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
@@ -37,10 +37,9 @@ ASM_PFX(RendezvousFunnelProc):
 RendezvousFunnelProcStart:\r
 ; At this point CS = 0x(vv00) and ip= 0x0.\r
 ; Save BIST information to ebp firstly\r
-BITS 16\r
 \r
-    mov        eax, 1234h\r
-    mov        ebp, eax                        ; save BIST information\r
+BITS 16\r
+    mov        ebp, eax                        ; Save BIST information\r
 \r
     mov        ax, cs\r
     mov        ds, ax\r