mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
IntelFsp2Pkg: Remove UefiCpuLib from module INFs.
Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of 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
b294633c68
commit
fa78edc57e
@ -59,7 +59,6 @@
|
|||||||
FspCommonLib
|
FspCommonLib
|
||||||
FspSecPlatformLib
|
FspSecPlatformLib
|
||||||
CpuLib
|
CpuLib
|
||||||
UefiCpuLib
|
|
||||||
FspMultiPhaseLib
|
FspMultiPhaseLib
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
|
@ -59,7 +59,6 @@
|
|||||||
FspCommonLib
|
FspCommonLib
|
||||||
FspSecPlatformLib
|
FspSecPlatformLib
|
||||||
CpuLib
|
CpuLib
|
||||||
UefiCpuLib
|
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
|
gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#include <Library/FspSwitchStackLib.h>
|
#include <Library/FspSwitchStackLib.h>
|
||||||
#include <Library/FspCommonLib.h>
|
#include <Library/FspCommonLib.h>
|
||||||
#include <Library/CpuLib.h>
|
#include <Library/CpuLib.h>
|
||||||
#include <Library/UefiCpuLib.h>
|
|
||||||
#include <FspEas.h>
|
#include <FspEas.h>
|
||||||
|
|
||||||
typedef
|
typedef
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
||||||
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||||
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
||||||
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
|
||||||
|
|
||||||
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
||||||
PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
||||||
|
@ -107,7 +107,6 @@
|
|||||||
PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
||||||
PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
||||||
OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
||||||
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
|
||||||
!if $(TARGET) == DEBUG
|
!if $(TARGET) == DEBUG
|
||||||
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
||||||
SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
|
SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
FspWrapperPlatformLib
|
FspWrapperPlatformLib
|
||||||
FspWrapperHobProcessLib
|
FspWrapperHobProcessLib
|
||||||
CpuLib
|
CpuLib
|
||||||
UefiCpuLib
|
|
||||||
PeCoffGetEntryPointLib
|
PeCoffGetEntryPointLib
|
||||||
PeCoffExtraActionLib
|
PeCoffExtraActionLib
|
||||||
PerformanceLib
|
PerformanceLib
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
FspWrapperPlatformLib
|
FspWrapperPlatformLib
|
||||||
FspWrapperHobProcessLib
|
FspWrapperHobProcessLib
|
||||||
CpuLib
|
CpuLib
|
||||||
UefiCpuLib
|
|
||||||
PeCoffGetEntryPointLib
|
PeCoffGetEntryPointLib
|
||||||
PeCoffExtraActionLib
|
PeCoffExtraActionLib
|
||||||
PerformanceLib
|
PerformanceLib
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
||||||
|
|
||||||
# UefiCpuPkg
|
# UefiCpuPkg
|
||||||
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
|
||||||
LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
||||||
|
|
||||||
# FSP Wrapper Lib
|
# FSP Wrapper Lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user