IntelFsp2WrapperPkg: Add CpuLib to module INFs that depend on UefiCpuLib.

There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib and
UefiCpuPkg/UefiCpuLib will be merged to MdePkg/CpuLib. To avoid build
failure, add CpuLib dependency to all modules that depend on UefiCpuLib.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Yu Pu <yu.pu@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
This commit is contained in:
Yu Pu 2022-03-28 23:05:57 +08:00 committed by mergify[bot]
parent a63b086e69
commit 3afa0a2096
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
HobLib HobLib
FspWrapperPlatformLib FspWrapperPlatformLib
FspWrapperHobProcessLib FspWrapperHobProcessLib
CpuLib
UefiCpuLib UefiCpuLib
PeCoffGetEntryPointLib PeCoffGetEntryPointLib
PeCoffExtraActionLib PeCoffExtraActionLib

View File

@ -38,6 +38,7 @@
MemoryAllocationLib MemoryAllocationLib
FspWrapperPlatformLib FspWrapperPlatformLib
FspWrapperHobProcessLib FspWrapperHobProcessLib
CpuLib
UefiCpuLib UefiCpuLib
PeCoffGetEntryPointLib PeCoffGetEntryPointLib
PeCoffExtraActionLib PeCoffExtraActionLib