(add Yi as well)
On Wed, 16 Jan 2019 at 16:14, Gao, Liming <[email protected]> wrote: > > Zailiang: > Could you help review this change? > > > -----Original Message----- > > From: Ard Biesheuvel [mailto:[email protected]] > > Sent: Monday, January 14, 2019 9:28 PM > > To: [email protected] > > Cc: Ard Biesheuvel <[email protected]>; Laszlo Ersek > > <[email protected]>; Leif Lindholm <[email protected]>; Kinney, > > Michael D <[email protected]>; Gao, Liming <[email protected]>; > > Wang, Jian J <[email protected]>; Wu, Hao A > > <[email protected]>; Jagadeesh Ujja <[email protected]>; Achin Gupta > > <[email protected]>; Thomas Panakamattam > > Abraham <[email protected]>; Sami Mujawar <[email protected]>; > > Zeng, Star <[email protected]> > > Subject: [PATCH v2 04/17] Vlv2TbltDevicePkg: add MmServicesTableLib > > resolution > > > > The SMM based FTW and variable drivers are going to depend on > > MmServicesTableLib after a subsequent patch, so add a resolution > > for it to various Vlv2TbltDevicePkg .dsc files. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Ard Biesheuvel <[email protected]> > > --- > > Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 1 + > > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + > > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + > > 3 files changed, 3 insertions(+) > > > > diff --git a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > index d43611550285..eb7c205a10a6 100644 > > --- a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > +++ b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > @@ -406,6 +406,7 @@ [LibraryClasses.X64.DXE_CORE] > > !endif > > > > [LibraryClasses.X64.DXE_SMM_DRIVER] > > + > > MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf > > > > SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf > > > > ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf > > > > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf > > diff --git a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > b/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > index a33816c4d18b..b2f0d73f6d05 100644 > > --- a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > +++ b/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > @@ -406,6 +406,7 @@ [LibraryClasses.IA32.DXE_CORE] > > !endif > > > > [LibraryClasses.IA32.DXE_SMM_DRIVER] > > + > > MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf > > > > SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf > > > > ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf > > > > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf > > diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > index 1da1442c64c6..aa62c07f177b 100644 > > --- a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > +++ b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > @@ -408,6 +408,7 @@ [LibraryClasses.X64.DXE_CORE] > > !endif > > > > [LibraryClasses.X64.DXE_SMM_DRIVER] > > + > > MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf > > > > SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf > > > > ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf > > > > MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf > > -- > > 2.20.1 > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

