Message ID | 1477415427-10888-1-git-send-email-ard.biesheuvel@linaro.org |
---|---|
State | Accepted |
Commit | 6ed6ecee190914d244e51b455883155cdcb9b6aa |
Headers | show |
No 0/5 for this series. But I'll give the series Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> on this patch (unless you insist on having one per patch). On Tue, Oct 25, 2016 at 06:10:23PM +0100, Ard Biesheuvel wrote: > This missing dependency has gone unnoticed until now, but it is breaking > the Omap35xxPkg.dsc build. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > --- > ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf > index 20228d286427..95c13006eaac 100644 > --- a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf > +++ b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf > @@ -31,6 +31,7 @@ [Packages] > > [LibraryClasses] > DebugLib > + DxeServicesTableLib > UefiBootServicesTableLib > MemoryAllocationLib > UncachedMemoryAllocationLib > -- > 2.7.4 > _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
On 25 October 2016 at 18:46, Leif Lindholm <leif.lindholm@linaro.org> wrote: > No 0/5 for this series. > > But I'll give the series > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> > on this patch (unless you insist on having one per patch). > Works for me Thanks, Ard. > On Tue, Oct 25, 2016 at 06:10:23PM +0100, Ard Biesheuvel wrote: >> This missing dependency has gone unnoticed until now, but it is breaking >> the Omap35xxPkg.dsc build. >> >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> >> --- >> ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf >> index 20228d286427..95c13006eaac 100644 >> --- a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf >> +++ b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf >> @@ -31,6 +31,7 @@ [Packages] >> >> [LibraryClasses] >> DebugLib >> + DxeServicesTableLib >> UefiBootServicesTableLib >> MemoryAllocationLib >> UncachedMemoryAllocationLib >> -- >> 2.7.4 >> _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
On 25 October 2016 at 18:47, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > On 25 October 2016 at 18:46, Leif Lindholm <leif.lindholm@linaro.org> wrote: >> No 0/5 for this series. >> >> But I'll give the series >> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> >> on this patch (unless you insist on having one per patch). >> > Series pushed _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
diff --git a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf index 20228d286427..95c13006eaac 100644 --- a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf +++ b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf @@ -31,6 +31,7 @@ [Packages] [LibraryClasses] DebugLib + DxeServicesTableLib UefiBootServicesTableLib MemoryAllocationLib UncachedMemoryAllocationLib
This missing dependency has gone unnoticed until now, but it is breaking the Omap35xxPkg.dsc build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel