]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
Adding a Debug version of the UncachedMemoryAllocationLib that will make the PCI...
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 13 Jan 2010 15:18:34 +0000 (15:18 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 13 Jan 2010 15:18:34 +0000 (15:18 +0000)
commit965626c940872b767df05252e7fe8bd5f063ce5f
tree5fc589f5bc628eb847ae7708359ba009b13b5e38
parent0c16f340a867d1636ef776dae034c48c95720386
Adding a Debug version of the UncachedMemoryAllocationLib that will make the PCI DMA address not match the CPU C address for a DMA buffer. The PCI DMA address will generate a page fault if accessed from the CPU. This should make it easy to debug EFI DMA code to make sure it is following the correct rules for which pointer to use.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9725 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/ArmPkg.dsc
ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.c [new file with mode: 0644]
ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf [new file with mode: 0644]