From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.9898.1603779726576632072 for ; Mon, 26 Oct 2020 23:22:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Tue, 27 Oct 2020 14:21:58 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Chasel Chiu'" , "'Nate DeSimone'" , "'Eric Dong'" References: In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW2VkazItcGxhdGZvcm1zXVtQQVRDSCB2MSAxLzFdIE1pblBsYXRmb3JtUGtnOiBSZW1vdmUgUGxhdGZvcm1Jbml0UHJlTWVtIFJlcG9ydEZ2TGliIGRlcGVuZGVuY3k=?= Date: Tue, 27 Oct 2020 14:22:03 +0800 Message-ID: <002901d6ac29$7d4133b0$77c39b10$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHRLDWLjb1FviMGN6bj6D9i5OOIqam1+kWA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn This change cleans up the source code. It is good.=20 Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+66610+4905953+8761045@groups.io > =B4=FA=B1=ED Michael > Kubacki > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C227=C8=D5 4:04 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Chasel Chiu ; Nate DeSimone > ; Liming Gao ; > Eric Dong > =D6=F7=CC=E2: [edk2-devel] [edk2-platforms][PATCH v1 1/1] MinPlatformPkg= : Remove > PlatformInitPreMem ReportFvLib dependency >=20 > From: Michael Kubacki >=20 > PlatformInitPreMem does not actually use the ReportFvLib API. This > change removes the library dependency in PlatformInitPreMem.inf so > platforms using this module with a custom BoardInitLib are not > forced to link a ReportFvLib. >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Liming Gao > Cc: Eric Dong > Signed-off-by: Michael Kubacki > --- >=20 > Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPre= M > em.c | 1 - >=20 > Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPre= M > em.inf | 1 - > 2 files changed, 2 deletions(-) >=20 > diff --git > a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.c > b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.c > index 48cbe0dfbec2..6519fdd04259 100644 > --- > a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.c > +++ > b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.c > @@ -15,7 +15,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > #include > #include > #include > -#include > #include > #include > #include > diff --git > a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.inf > b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.inf > index 8e828ff2ac4b..e37bcba56085 100644 > --- > a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.inf > +++ > b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitP= re > Mem.inf > @@ -24,7 +24,6 @@ [LibraryClasses] > MemoryAllocationLib > PeimEntryPoint > PeiServicesLib > - ReportFvLib > TestPointCheckLib > TimerLib > SetCacheMtrrLib > -- > 2.28.0.windows.1 >=20 >=20 >=20 >=20 >=20