From c793d24b010353b4d2db74aad4954ce9f62f0f25 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 30 Apr 2019 12:05:17 -0700 Subject: [PATCH] QuarkPlatformPkg: Use uniprocessor MpInitLibUp Update Quark DSC files to use MpInitLibUp instead of DxeMpInitLib and PeiMpInitLib. Cc: Kelly Steele Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Michael Kubacki --- QuarkPlatformPkg/Quark.dsc | 3 +-- QuarkPlatformPkg/QuarkMin.dsc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc index 96ddc1565a..e5ebeb5e09 100644 --- a/QuarkPlatformPkg/Quark.dsc +++ b/QuarkPlatformPkg/Quark.dsc @@ -195,7 +195,7 @@ # MtrrLib|QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf - MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf + MpInitLib|UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.inf # # Quark North Cluster @@ -261,7 +261,6 @@ TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf - MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf !if $(PERFORMANCE_ENABLE) PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf diff --git a/QuarkPlatformPkg/QuarkMin.dsc b/QuarkPlatformPkg/QuarkMin.dsc index 8ca75bc474..c95a5fcff9 100644 --- a/QuarkPlatformPkg/QuarkMin.dsc +++ b/QuarkPlatformPkg/QuarkMin.dsc @@ -167,7 +167,7 @@ # MtrrLib|QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf - MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf + MpInitLib|UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.inf # # Quark North Cluster @@ -219,7 +219,6 @@ TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf - MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf !if $(SECURE_BOOT_ENABLE) BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf !endif -- 2.39.2