diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-08-30 08:21:59 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-08-30 14:13:30 +0100 |
commit | 723102c72fb0aefe88ea74f2222a096b0dc2f4e7 (patch) | |
tree | fd1d8c5b1023854fa64b5775fac58d16aa34653f /EmbeddedPkg/EmbeddedPkg.dsc | |
parent | 0bcb80106762c65463b1eac4009a59980a65b351 (diff) | |
download | edk2-723102c72fb0aefe88ea74f2222a096b0dc2f4e7.tar.gz edk2-723102c72fb0aefe88ea74f2222a096b0dc2f4e7.tar.bz2 edk2-723102c72fb0aefe88ea74f2222a096b0dc2f4e7.zip |
EmbeddedPkg: implement NonCoherentDmaLib based on ArmDmaLib
The non-coherent DmaLib implementation in ArmDmaLib no longer relies on
anything in ArmPkg. So clone it into EmbeddedPkg, and rename it to
NonCoherentDmaLib.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dsc')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index 4f0a3438e1..d7ee6a3018 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -251,6 +251,7 @@ EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
EmbeddedPkg/Library/CoherentDmaLib/CoherentDmaLib.inf
+ EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/DxeDtPlatformDtbLoaderLibDefault.inf
EmbeddedPkg/Ebl/Ebl.inf
|