Reviewed-by: Chasel Chiu <[email protected]>
> -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Ni, Ray > Sent: Wednesday, September 4, 2019 2:18 AM > To: [email protected] > Cc: Chiu, Chasel <[email protected]>; Desimone, Nathaniel L > <[email protected]>; Zeng, Star <[email protected]> > Subject: [edk2-devel] [PATCH] IntelFsp2WrapperPkg: Remove unneeded > MdeModulePkg dependency > > Signed-off-by: Ray Ni <[email protected]> > Cc: Chasel Chiu <[email protected]> > Cc: Nate DeSimone <[email protected]> > Cc: Star Zeng <[email protected]> > --- > IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | 4 +--- > IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf | 4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) > > diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > index 82113dd148..dce7ef3d0b 100644 > --- a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > +++ b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf > @@ -6,7 +6,7 @@ > # register TemporaryRamDonePpi to call TempRamExit API, and register > MemoryDiscoveredPpi # notify to call FspSiliconInit API. > # > -# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR> > +# Copyright (c) 2014 - 2019, Intel Corporation. All rights > +reserved.<BR> > # > # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -37,7 +37,6 @@ > [LibraryClasses] > HobLib > FspWrapperPlatformLib > FspWrapperHobProcessLib > - DebugAgentLib > UefiCpuLib > PeCoffGetEntryPointLib > PeCoffExtraActionLib > @@ -48,7 +47,6 @@ [LibraryClasses] > > [Packages] > MdePkg/MdePkg.dec > - MdeModulePkg/MdeModulePkg.dec > UefiCpuPkg/UefiCpuPkg.dec > IntelFsp2Pkg/IntelFsp2Pkg.dec > IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec > diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > index 1be4bf56a6..7da92991c8 100644 > --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf > @@ -6,7 +6,7 @@ > # register TemporaryRamDonePpi to call TempRamExit API, and register > MemoryDiscoveredPpi # notify to call FspSiliconInit API. > # > -# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR> > +# Copyright (c) 2014 - 2019, Intel Corporation. All rights > +reserved.<BR> > # > # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -38,7 +38,6 @@ > [LibraryClasses] > MemoryAllocationLib > FspWrapperPlatformLib > FspWrapperHobProcessLib > - DebugAgentLib > UefiCpuLib > PeCoffGetEntryPointLib > PeCoffExtraActionLib > @@ -48,7 +47,6 @@ [LibraryClasses] > > [Packages] > MdePkg/MdePkg.dec > - MdeModulePkg/MdeModulePkg.dec > UefiCpuPkg/UefiCpuPkg.dec > IntelFsp2Pkg/IntelFsp2Pkg.dec > IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec > -- > 2.21.0.windows.1 > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46801): https://edk2.groups.io/g/devel/message/46801 Mute This Topic: https://groups.io/mt/33129661/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
