]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFsp2WrapperPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
authorYu Pu <yu.pu@intel.com>
Mon, 28 Mar 2022 15:05:57 +0000 (23:05 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 6 May 2022 07:48:15 +0000 (07:48 +0000)
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>
IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf

index 5d0e0214015fbfedf8d1642341af8f4d5e5a8e3a..e2262d693c55eade41416ceb9ea7a329ac68743e 100644 (file)
@@ -37,6 +37,7 @@
   HobLib\r
   FspWrapperPlatformLib\r
   FspWrapperHobProcessLib\r
+  CpuLib\r
   UefiCpuLib\r
   PeCoffGetEntryPointLib\r
   PeCoffExtraActionLib\r
index da0049a6543550519fb195cc0280b850d42ffd82..0598f85ab3ac238180a1a631ae2dfad56c8b1e13 100644 (file)
@@ -38,6 +38,7 @@
   MemoryAllocationLib\r
   FspWrapperPlatformLib\r
   FspWrapperHobProcessLib\r
+  CpuLib\r
   UefiCpuLib\r
   PeCoffGetEntryPointLib\r
   PeCoffExtraActionLib\r