Reviewed-by: Giri P Mudusuru <giri.p.mudus...@intel.com> 

> -----Original Message-----
> From: Fan, Jeff
> Sent: Tuesday, July 12, 2016 4:44 AM
> To: edk2-de...@ml01.01.org
> Cc: Tian, Feng <feng.t...@intel.com>; Kinney, Michael D
> <michael.d.kin...@intel.com>; Mudusuru, Giri P
> <giri.p.mudus...@intel.com>
> Subject: [Patch v3 3/7] UefiCpuPkg/CpuMpPei/X64: Remove hard code CPU
> BIST value
> 
> Cc: Feng Tian <feng.t...@intel.com>
> Cc: Michael Kinney <michael.d.kin...@intel.com>
> Cc: Giri Mudusuru <giri.p.mudus...@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Jeff Fan <jeff....@intel.com>
> ---
>  UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm
> b/UefiCpuPkg/CpuMpPei/X64/MpFuncs.nasm
> index 00e5f58..7e7f405 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
> --
> 2.7.4.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to