public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/5] ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependency
@ 2016-10-25 17:10 Ard Biesheuvel
  2016-10-25 17:10 ` [PATCH 2/5] Omap35xxPkg: remove unused ResetSystemLib implementation Ard Biesheuvel
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ard Biesheuvel @ 2016-10-25 17:10 UTC (permalink / raw)
  To: edk2-devel, leif.lindholm; +Cc: lersek, Ard Biesheuvel

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



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

end of thread, other threads:[~2016-10-26  7:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25 17:10 [PATCH 1/5] ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependency Ard Biesheuvel
2016-10-25 17:10 ` [PATCH 2/5] Omap35xxPkg: remove unused ResetSystemLib implementation Ard Biesheuvel
2016-10-25 17:10 ` [PATCH 3/5] Omap35xxPkg/MMCHSDxe: fix device path initializer Ard Biesheuvel
2016-10-25 17:10 ` [PATCH 4/5] Omap35xxPkg/Omap35xxPkg.dsc: fix build and add missing modules Ard Biesheuvel
2016-10-25 17:10 ` [PATCH 5/5] Omap35xxPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES Ard Biesheuvel
2016-10-25 17:46 ` [PATCH 1/5] ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependency Leif Lindholm
2016-10-25 17:47   ` Ard Biesheuvel
2016-10-26  7:56     ` Ard Biesheuvel

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