diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-29 00:21:30 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-29 00:21:30 +0000 |
commit | 81bc205daf18ca46bec3621fc05fc049db152826 (patch) | |
tree | 4df7e7ac99da364a8afa5590965a6be1ca685414 /Omap35xxPkg/PciEmulation | |
parent | 6be6c2e04d32c9466ac60cf0d837ea9a28227dd4 (diff) | |
download | edk2-81bc205daf18ca46bec3621fc05fc049db152826.tar.gz edk2-81bc205daf18ca46bec3621fc05fc049db152826.tar.bz2 edk2-81bc205daf18ca46bec3621fc05fc049db152826.zip |
Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10555 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Omap35xxPkg/PciEmulation')
-rw-r--r-- | Omap35xxPkg/PciEmulation/PciEmulation.h | 1 | ||||
-rw-r--r-- | Omap35xxPkg/PciEmulation/PciEmulation.inf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Omap35xxPkg/PciEmulation/PciEmulation.h b/Omap35xxPkg/PciEmulation/PciEmulation.h index 066a553950..7db4f330ca 100644 --- a/Omap35xxPkg/PciEmulation/PciEmulation.h +++ b/Omap35xxPkg/PciEmulation/PciEmulation.h @@ -29,6 +29,7 @@ #include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/OmapDmaLib.h>
+#include <Library/DmaLib.h>
#include <Protocol/EmbeddedExternalDevice.h>
#include <Protocol/DevicePath.h>
diff --git a/Omap35xxPkg/PciEmulation/PciEmulation.inf b/Omap35xxPkg/PciEmulation/PciEmulation.inf index e9da1fb4f7..8567b69388 100644 --- a/Omap35xxPkg/PciEmulation/PciEmulation.inf +++ b/Omap35xxPkg/PciEmulation/PciEmulation.inf @@ -42,6 +42,7 @@ UefiRuntimeServicesTableLib
IoLib
OmapDmaLib
+ DmaLib
[Protocols]
gEfiPciRootBridgeIoProtocolGuid
|