summaryrefslogtreecommitdiff
path: root/IntelFspPkg/FspSecCore/Ia32
diff options
context:
space:
mode:
authorGuo Dong <guo.dong@intel.com>2015-06-03 04:55:58 +0000
committergdong1 <gdong1@Edk2>2015-06-03 04:55:58 +0000
commitbaae777b8e6370ab856ec9088864ab698f5e9b0f (patch)
tree126574940d8b0fdca0c6ff6fa43685115e23e4e3 /IntelFspPkg/FspSecCore/Ia32
parent51492422806c7d9cc932e8d27f1e32bab7ac7cf0 (diff)
downloadedk2-platforms-baae777b8e6370ab856ec9088864ab698f5e9b0f.tar.xz
IntelFspPkg: correct comments and rename a label
Corrects a word typo and a comment error. Rename a label to match its function name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Dong <guo.dong@intel.com> Reviewed-by: Yao Jiewen <Jiewen.Yao@intel.com> Reviewed-by: Haojian Zhuang <haojian.zhuang@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17553 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspPkg/FspSecCore/Ia32')
-rw-r--r--IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
index d0e56b2360..71e3e5a1e2 100644
--- a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
+++ b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
@@ -368,15 +368,15 @@ TempRamInitApi PROC NEAR PUBLIC
mov eax, dword ptr [esp + 4]
cmp eax, 0
mov eax, 80000002h
- jz NemInitExit
+ jz TempRamInitExit
;
; Sec Platform Init
;
CALL_MMX SecPlatformInit
cmp eax, 0
- jnz NemInitExit
-
+ jnz TempRamInitExit
+
; Load microcode
LOAD_ESP
CALL_MMX LoadMicrocode
@@ -387,14 +387,14 @@ TempRamInitApi PROC NEAR PUBLIC
LOAD_ESP
CALL_MMX SecCarInit
cmp eax, 0
- jnz NemInitExit
+ jnz TempRamInitExit
LOAD_ESP
CALL_MMX EstablishStackFsp
LXMMN xmm6, eax, 3 ;Restore microcode status if no CAR init error from ECX-SLOT 3 in xmm6.
-NemInitExit:
+TempRamInitExit:
;
; Load EBP, EBX, ESI, EDI & ESP from XMM7 & XMM6
;