Reviewed-by: [email protected]
> -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of > [email protected] > Sent: Friday, February 23, 2018 9:23 PM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected]; Yao, > Jiewen <[email protected]>; [email protected] > Subject: [edk2] [PATCH 1/7] SecurityPkg/Tcg2Pei: drop Tcg2PhysicalPresenceLib > dependency > > From: Marc-André Lureau <[email protected]> > > Apparently, unnecessary. Avoids extra build dependency and churn. > > CC: Laszlo Ersek <[email protected]> > CC: Stefan Berger <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Marc-André Lureau <[email protected]> > --- > SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c | 2 -- > SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf | 1 - > 2 files changed, 3 deletions(-) > > diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c > b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c > index a7ae3354b5..3758fc6a41 100644 > --- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c > +++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c > @@ -18,7 +18,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY > KIND, EITHER EXPRESS OR IMPLIED. > #include <IndustryStandard/UefiTcgPlatform.h> > #include <Ppi/FirmwareVolumeInfo.h> > #include <Ppi/FirmwareVolumeInfo2.h> > -#include <Ppi/LockPhysicalPresence.h> > #include <Ppi/TpmInitialized.h> > #include <Ppi/FirmwareVolume.h> > #include <Ppi/EndOfPeiPhase.h> > @@ -44,7 +43,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY > KIND, EITHER EXPRESS OR IMPLIED. > #include <Library/MemoryAllocationLib.h> > #include <Library/ReportStatusCodeLib.h> > #include <Library/ResetSystemLib.h> > -#include <Library/Tcg2PhysicalPresenceLib.h> > > #define PERF_ID_TCG2_PEI 0x3080 > > diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf > b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf > index f7b85444d9..bc910c3baf 100644 > --- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf > +++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf > @@ -58,7 +58,6 @@ > PerformanceLib > MemoryAllocationLib > ReportStatusCodeLib > - Tcg2PhysicalPresenceLib > ResetSystemLib > > [Guids] > -- > 2.16.1.73.g5832b7e9f2 > > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel
