]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/ResetVector/Vtf0/Ia16/ResetVectorVtf0.asm
UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset vector with...
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / Ia16 / ResetVectorVtf0.asm
index 3764b4ac8e0d57033c38d6423dbcf8baee329779..d0830ec87c3933a05a4f8be7d1c8653744d96548 100644 (file)
@@ -2,7 +2,7 @@
 ; @file\r
 ; First code exectuted by processor after resetting.\r
 ;\r
-; Copyright (c) 2008 - 2009, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2008 - 2011, 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
@@ -48,7 +48,8 @@ resetVector:
 ;\r
 ; This is where the processor will begin execution\r
 ;\r
-    wbinvd\r
+    nop\r
+    nop\r
     jmp     short EarlyBspInitReal16\r
 \r
 ALIGN   16\r