[edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency

Wu, Hao A posted 2 patches 4 years, 11 months ago
Failed in applying to current master (apply log)
EmbeddedPkg/EmbeddedPkg.dsc                     | 6 +++---
EmbeddedPkg/Library/PrePiLib/PrePiLib.inf       | 3 ---
EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 1 -
3 files changed, 3 insertions(+), 7 deletions(-)
[edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency
Posted by Wu, Hao A 4 years, 11 months ago
The series will remove EmbeddedPkg's dependency on IntelFrameworkPkg and
IntelFrameworkModulePkg.

Tests done:
Package level build pass for GCC5 tool chain on ARM and AARCH64 archs.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Hao A Wu (2):
  EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg
  EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg

 EmbeddedPkg/EmbeddedPkg.dsc                     | 6 +++---
 EmbeddedPkg/Library/PrePiLib/PrePiLib.inf       | 3 ---
 EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 1 -
 3 files changed, 3 insertions(+), 7 deletions(-)

-- 
2.12.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40579): https://edk2.groups.io/g/devel/message/40579
Mute This Topic: https://groups.io/mt/31616097/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency
Posted by Ni, Ray 4 years, 11 months ago
Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: Wu, Hao A
> Sent: Tuesday, May 14, 2019 3:34 PM
> To: devel@edk2.groups.io
> Cc: Wu, Hao A <hao.a.wu@intel.com>; Ni, Ray <ray.ni@intel.com>; Leif
> Lindholm <leif.lindholm@linaro.org>; Ard Biesheuvel
> <ard.biesheuvel@linaro.org>
> Subject: [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg
> dependency
> 
> The series will remove EmbeddedPkg's dependency on IntelFrameworkPkg
> and IntelFrameworkModulePkg.
> 
> Tests done:
> Package level build pass for GCC5 tool chain on ARM and AARCH64 archs.
> 
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> 
> Hao A Wu (2):
>   EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg
>   EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg
> 
>  EmbeddedPkg/EmbeddedPkg.dsc                     | 6 +++---
>  EmbeddedPkg/Library/PrePiLib/PrePiLib.inf       | 3 ---
>  EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 1 -
>  3 files changed, 3 insertions(+), 7 deletions(-)
> 
> --
> 2.12.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40589): https://edk2.groups.io/g/devel/message/40589
Mute This Topic: https://groups.io/mt/31616097/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency
Posted by Leif Lindholm 4 years, 11 months ago
On Tue, May 14, 2019 at 03:33:41PM +0800, Hao A Wu wrote:
> The series will remove EmbeddedPkg's dependency on IntelFrameworkPkg and
> IntelFrameworkModulePkg.
> 
> Tests done:
> Package level build pass for GCC5 tool chain on ARM and AARCH64 archs.
> 
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>

For series:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


> Hao A Wu (2):
>   EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg
>   EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg
> 
>  EmbeddedPkg/EmbeddedPkg.dsc                     | 6 +++---
>  EmbeddedPkg/Library/PrePiLib/PrePiLib.inf       | 3 ---
>  EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 1 -
>  3 files changed, 3 insertions(+), 7 deletions(-)
> 
> -- 
> 2.12.0.windows.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40611): https://edk2.groups.io/g/devel/message/40611
Mute This Topic: https://groups.io/mt/31616097/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency
Posted by Wu, Hao A 4 years, 11 months ago
> -----Original Message-----
> From: Leif Lindholm [mailto:leif.lindholm@linaro.org]
> Sent: Tuesday, May 14, 2019 11:27 PM
> To: Wu, Hao A
> Cc: devel@edk2.groups.io; Ni, Ray; Ard Biesheuvel
> Subject: Re: [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg
> dependency
> 
> On Tue, May 14, 2019 at 03:33:41PM +0800, Hao A Wu wrote:
> > The series will remove EmbeddedPkg's dependency on IntelFrameworkPkg
> and
> > IntelFrameworkModulePkg.
> >
> > Tests done:
> > Package level build pass for GCC5 tool chain on ARM and AARCH64 archs.
> >
> > Cc: Ray Ni <ray.ni@intel.com>
> > Cc: Leif Lindholm <leif.lindholm@linaro.org>
> > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> 
> For series:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

Thanks Ray and Leif,

Series has been pushed via commit: e90ea9470a..32f345eba7

Best Regards,
Hao Wu

> 
> 
> > Hao A Wu (2):
> >   EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg
> >   EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg
> >
> >  EmbeddedPkg/EmbeddedPkg.dsc                     | 6 +++---
> >  EmbeddedPkg/Library/PrePiLib/PrePiLib.inf       | 3 ---
> >  EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 1 -
> >  3 files changed, 3 insertions(+), 7 deletions(-)
> >
> > --
> > 2.12.0.windows.1
> >

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40658): https://edk2.groups.io/g/devel/message/40658
Mute This Topic: https://groups.io/mt/31616097/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-