public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference
@ 2019-05-02 11:00 Ard Biesheuvel
  2019-05-02 15:53 ` Marcin Wojtas
  2019-05-02 16:16 ` Leif Lindholm
  0 siblings, 2 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2019-05-02 11:00 UTC (permalink / raw)
  To: devel; +Cc: leif.lindholm, mw, Ard Biesheuvel

StdLib.dec has been move to a separate repository (edk2-libc), so
any package that requires it needs to be built with an additional
repo reference added to PACKAGES_PATH.

EepromCmd has such a reference, but since it doesn't appear to
actually require it, let's just drop it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
index c86ead1b7df2..77f76d51a647 100644
--- a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
+++ b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
@@ -46,7 +46,6 @@ [Sources]
 [Packages]
   MdePkg/MdePkg.dec
   ShellPkg/ShellPkg.dec
-  StdLib/StdLib.dec
   MdeModulePkg/MdeModulePkg.dec
   Silicon/Marvell/Marvell.dec
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference
  2019-05-02 11:00 [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference Ard Biesheuvel
@ 2019-05-02 15:53 ` Marcin Wojtas
  2019-05-02 16:16 ` Leif Lindholm
  1 sibling, 0 replies; 4+ messages in thread
From: Marcin Wojtas @ 2019-05-02 15:53 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel-groups-io, Leif Lindholm

Hi Ard,

czw., 2 maj 2019 o 13:00 Ard Biesheuvel <ard.biesheuvel@linaro.org> napisał(a):
>
> StdLib.dec has been move to a separate repository (edk2-libc), so
> any package that requires it needs to be built with an additional
> repo reference added to PACKAGES_PATH.
>
> EepromCmd has such a reference, but since it doesn't appear to
> actually require it, let's just drop it.
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Indeed it works without this dependency, thanks!

Reviewed-by: Marcin Wojtas <mw@semihalf.com>

> ---
>  Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> index c86ead1b7df2..77f76d51a647 100644
> --- a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> +++ b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> @@ -46,7 +46,6 @@ [Sources]
>  [Packages]
>    MdePkg/MdePkg.dec
>    ShellPkg/ShellPkg.dec
> -  StdLib/StdLib.dec
>    MdeModulePkg/MdeModulePkg.dec
>    Silicon/Marvell/Marvell.dec
>
> --
> 2.20.1
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference
  2019-05-02 11:00 [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference Ard Biesheuvel
  2019-05-02 15:53 ` Marcin Wojtas
@ 2019-05-02 16:16 ` Leif Lindholm
  2019-05-03  6:41   ` Ard Biesheuvel
  1 sibling, 1 reply; 4+ messages in thread
From: Leif Lindholm @ 2019-05-02 16:16 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: devel, mw

On Thu, May 02, 2019 at 01:00:13PM +0200, Ard Biesheuvel wrote:
> StdLib.dec has been move to a separate repository (edk2-libc), so
> any package that requires it needs to be built with an additional
> repo reference added to PACKAGES_PATH.
> 
> EepromCmd has such a reference, but since it doesn't appear to
> actually require it, let's just drop it.
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
>  Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> index c86ead1b7df2..77f76d51a647 100644
> --- a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> +++ b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> @@ -46,7 +46,6 @@ [Sources]
>  [Packages]
>    MdePkg/MdePkg.dec
>    ShellPkg/ShellPkg.dec
> -  StdLib/StdLib.dec
>    MdeModulePkg/MdeModulePkg.dec
>    Silicon/Marvell/Marvell.dec

I'm pretty sure there are unused LibraryClasses defined here and
headers included as well, but...
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

Marcin, can you give this command a quick scouring once you've sent
out the PCIe bits?
Certainly UefiRuntimeServicesTableLib is not used.

Regards,

Leif

>  
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference
  2019-05-02 16:16 ` Leif Lindholm
@ 2019-05-03  6:41   ` Ard Biesheuvel
  0 siblings, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2019-05-03  6:41 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel-groups-io, Marcin Wojtas

On Thu, 2 May 2019 at 18:16, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> On Thu, May 02, 2019 at 01:00:13PM +0200, Ard Biesheuvel wrote:
> > StdLib.dec has been move to a separate repository (edk2-libc), so
> > any package that requires it needs to be built with an additional
> > repo reference added to PACKAGES_PATH.
> >
> > EepromCmd has such a reference, but since it doesn't appear to
> > actually require it, let's just drop it.
> >
> > Contributed-under: TianoCore Contribution Agreement 1.1
> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > ---
> >  Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> > index c86ead1b7df2..77f76d51a647 100644
> > --- a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> > +++ b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf
> > @@ -46,7 +46,6 @@ [Sources]
> >  [Packages]
> >    MdePkg/MdePkg.dec
> >    ShellPkg/ShellPkg.dec
> > -  StdLib/StdLib.dec
> >    MdeModulePkg/MdeModulePkg.dec
> >    Silicon/Marvell/Marvell.dec
>
> I'm pretty sure there are unused LibraryClasses defined here and
> headers included as well, but...
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Thanks all

Pushed as 4795747fe477..392154d755c6

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-03  6:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-02 11:00 [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference Ard Biesheuvel
2019-05-02 15:53 ` Marcin Wojtas
2019-05-02 16:16 ` Leif Lindholm
2019-05-03  6:41   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox