From eb268a9bf855622db0423eb35701ab2bd7530508 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Tue, 24 May 2016 21:39:35 +0800 Subject: UefiCpuPkg/ExceptionLib: Import PeiCpuExceptionHandlerLib module This module could be linked by CpuMpPei driver to handle reserved vector list and provide spin lock for BSP/APs to prevent dump message corrupted. Cc: Michael Kinney Cc: Jiewen Yao Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Feng Tian (cherry picked from commit a81abf161666860d31359e40635f05fe4dc810fa) --- UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h') diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h index bbf8004882..9c88012e0b 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h @@ -31,6 +31,11 @@ #include "ArchInterruptDefs.h" +#define CPU_EXCEPTION_HANDLER_LIB_HOB_GUID \ + { \ + 0xb21d9148, 0x9211, 0x4d8f, { 0xad, 0xd3, 0x66, 0xb1, 0x89, 0xc9, 0x2c, 0x83 } \ + } + // // Record exception handler information // -- cgit v1.2.3