Reviewed-by: Dandan Bi <[email protected]> -----Original Message----- From: Fan, Jeff Sent: Friday, August 19, 2016 11:08 AM To: [email protected] Cc: Ni, Ruiyu <[email protected]>; Bi, Dandan <[email protected]> Subject: [Patch v5] DuetPkg: Add DxeMpInitLib instance reference
Cc: Ruiyu Ni <[email protected]> Cc: Dandan Bi <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <[email protected]> --- DuetPkg/DuetPkgIa32.dsc | 1 + DuetPkg/DuetPkgX64.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/DuetPkg/DuetPkgIa32.dsc b/DuetPkg/DuetPkgIa32.dsc index fcc6c42..86346f3 100644 --- a/DuetPkg/DuetPkgIa32.dsc +++ b/DuetPkg/DuetPkgIa32.dsc @@ -105,6 +105,7 @@ [LibraryClasses] MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf + MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf # # To save size, use NULL library for DebugLib and ReportStatusCodeLib. diff --git a/DuetPkg/DuetPkgX64.dsc b/DuetPkg/DuetPkgX64.dsc index 827f3df..e0aeb5c 100644 --- a/DuetPkg/DuetPkgX64.dsc +++ b/DuetPkg/DuetPkgX64.dsc @@ -106,6 +106,7 @@ [LibraryClasses] LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf + MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf # # To save size, use NULL library for DebugLib and ReportStatusCodeLib. -- 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

