summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuMpPei/Microcode.h
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2016-07-01 14:52:12 +0800
committerHao Wu <hao.a.wu@intel.com>2016-07-14 13:20:39 +0800
commit850e4fe50a74142c5e03eaa326a61a6bf351f669 (patch)
treea2a8f214224d2c1cadff806f7b5e79ed4d14d14d /UefiCpuPkg/CpuMpPei/Microcode.h
parent573607b0750febbee4be86f73360fe27f4c1c8a6 (diff)
downloadedk2-platforms-850e4fe50a74142c5e03eaa326a61a6bf351f669.tar.xz
UefiCpuPkg/CpuMpPei: Dump message if microcode signature not matched
Verification microcode signature is one enhancement and not one requirement from IA32 SDM. This update is just to dump debug message instead of ASSERT() if the updated microcode signature does not match the loaded microcode signature. Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Feng Tian <feng.tian@intel.com> Cc: Giri P 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 719ff8cf3e8f3abc967de8a0a71319ce66ff2d9d)
Diffstat (limited to 'UefiCpuPkg/CpuMpPei/Microcode.h')
-rw-r--r--UefiCpuPkg/CpuMpPei/Microcode.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/UefiCpuPkg/CpuMpPei/Microcode.h b/UefiCpuPkg/CpuMpPei/Microcode.h
index ea686690ff..f7d23a08fd 100644
--- a/UefiCpuPkg/CpuMpPei/Microcode.h
+++ b/UefiCpuPkg/CpuMpPei/Microcode.h
@@ -56,13 +56,4 @@ typedef struct {
UINT32 ProcessorChecksum;
} EFI_CPU_MICROCODE_EXTENDED_TABLE;
-/**
- Detect whether specified processor can find matching microcode patch and load it.
-
-**/
-VOID
-MicrocodeDetect (
- VOID
- );
-
#endif