From 6fd8533b6282047f418a07aa288296335c2f9fc4 Mon Sep 17 00:00:00 2001 From: Hongbin1 Zhang Date: Sun, 6 Oct 2024 21:02:11 +0800 Subject: IntelFsp2WrapperPkg/FspiWrapperPeim : FSP-I wrapper PEIM entrypoint FSP-I wrapper PEIM entrypoint is for including FSP-SMM code for both dispatch and API mode. Signed-off-by: Hongbin1 Zhang Cc: Chasel Chiu Cc: Nate DeSimone Cc: Duggapu Chinni B Cc: Chen Gang C Cc: Star Zeng Cc: Ted Kuo Cc: Ashraf Ali S Cc: Ray Ni --- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc') diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc index fe621244a6..f51e1c89f6 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc @@ -78,7 +78,7 @@ DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf -[Components.Ia32] +[Components.Ia32, Components.X64] IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/PeiFspWrapperHobProcessLibSample.inf @@ -87,6 +87,7 @@ IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf + IntelFsp2WrapperPkg/FspiWrapperPeim/FspiWrapperPeim.inf [Components.IA32, Components.X64] IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf -- cgit