]> git.proxmox.com Git - mirror_edk2.git/commit - EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf
Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would work...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 May 2010 12:44:36 +0000 (12:44 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 May 2010 12:44:36 +0000 (12:44 +0000)
commitaaeef06375a53c77edc44fa8e5f813c227d16dea
tree893200654c42e8ccf85a967067861d02814307da
parenta108933ea8573068047d34c745f5bd2f91dec4b2
Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would work with Intel (DMA is coherent no matter what you do).

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10551 6f19259b-4bc3-4df7-8a09-765794883524
EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg/Include/Library/DmaLib.h [new file with mode: 0755]
EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c [new file with mode: 0755]
EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf [new file with mode: 0755]