From adfa5674b335dd4366b4d396b385caf3804c5eac Mon Sep 17 00:00:00 2001 From: Jiaxin Wu Date: Thu, 6 Jun 2024 14:30:40 +0800 Subject: [PATCH] Platform/Intel: Add SmmRelocationLib lib This patch is to add SmmRelocationLib for SMM CPU driver usage. Signed-off-by: Jiaxin Wu --- Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc index 7afbb2900f9..baa29900e39 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc @@ -61,3 +61,5 @@ TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf VariableReadLib|MinPlatformPkg/Library/PeiVariableReadLib/PeiVariableReadLib.inf + + SmmRelocationLib|UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.inf