mirror of https://github.com/acidanthera/audk.git
IntelFsp2Pkg: 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:
parent
d4eef3fe7c
commit
a63b086e69
|
@ -58,6 +58,7 @@
|
||||||
FspSwitchStackLib
|
FspSwitchStackLib
|
||||||
FspCommonLib
|
FspCommonLib
|
||||||
FspSecPlatformLib
|
FspSecPlatformLib
|
||||||
|
CpuLib
|
||||||
UefiCpuLib
|
UefiCpuLib
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include <Library/SerialPortLib.h>
|
#include <Library/SerialPortLib.h>
|
||||||
#include <Library/FspSwitchStackLib.h>
|
#include <Library/FspSwitchStackLib.h>
|
||||||
#include <Library/FspCommonLib.h>
|
#include <Library/FspCommonLib.h>
|
||||||
|
#include <Library/CpuLib.h>
|
||||||
#include <Library/UefiCpuLib.h>
|
#include <Library/UefiCpuLib.h>
|
||||||
#include <FspEas.h>
|
#include <FspEas.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue