On Fri, Mar 20, 2020 at 20:05:42 +0530, Pankaj Bansal wrote: > From: Pankaj Bansal <pankaj.ban...@nxp.com> > > MemoryInitPeiLib would be linked to MemoryInitPeim, when we implement > PEI phase. therefore, move the library to directory of same name. > > Signed-off-by: Pankaj Bansal <pankaj.ban...@nxp.com>
Reviewed-by: Leif Lindholm <l...@nuviainc.com> > --- > .../{MemoryInitPei => MemoryInitPeiLib}/MemoryInitPeiLib.c | 0 > .../{MemoryInitPei => MemoryInitPeiLib}/MemoryInitPeiLib.h | 0 > .../{MemoryInitPei => MemoryInitPeiLib}/MemoryInitPeiLib.inf | 0 > Silicon/NXP/NxpQoriqLs.dsc.inc | 3 +-- > 4 files changed, 1 insertion(+), 2 deletions(-) > rename Silicon/NXP/Library/{MemoryInitPei => > MemoryInitPeiLib}/MemoryInitPeiLib.c (100%) > rename Silicon/NXP/Library/{MemoryInitPei => > MemoryInitPeiLib}/MemoryInitPeiLib.h (100%) > rename Silicon/NXP/Library/{MemoryInitPei => > MemoryInitPeiLib}/MemoryInitPeiLib.inf (100%) > > diff --git a/Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.c > b/Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.c > similarity index 100% > rename from Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.c > rename to Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.c > diff --git a/Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.h > b/Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.h > similarity index 100% > rename from Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.h > rename to Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.h > diff --git a/Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.inf > b/Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf > similarity index 100% > rename from Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.inf > rename to Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf > diff --git a/Silicon/NXP/NxpQoriqLs.dsc.inc b/Silicon/NXP/NxpQoriqLs.dsc.inc > index 5f77f47f0399..b2b10ce28a93 100644 > --- a/Silicon/NXP/NxpQoriqLs.dsc.inc > +++ b/Silicon/NXP/NxpQoriqLs.dsc.inc > @@ -102,6 +102,7 @@ [LibraryClasses.common] > PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf > > PlatformPeiLib|Silicon/NXP/Library/PlatformPeiLib/PlatformPeiLib.inf > + MemoryInitPeiLib|Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf > > [LibraryClasses.common.SEC] > PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf > @@ -113,7 +114,6 @@ [LibraryClasses.common.SEC] > > PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf > > MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf > PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf > - MemoryInitPeiLib|Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.inf > > # 1/123 faster than Stm or Vstm version > BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf > @@ -143,7 +143,6 @@ [LibraryClasses.common.DXE_DRIVER] > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > > SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf > PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf > - MemoryInitPeiLib|Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.inf > > [LibraryClasses.common.UEFI_APPLICATION] > PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf > -- > 2.17.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#56866): https://edk2.groups.io/g/devel/message/56866 Mute This Topic: https://groups.io/mt/72077461/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-