]> git.proxmox.com Git - mirror_edk2.git/commit
OVMF: Add Block MMIO protocol definition
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 21 Mar 2010 00:33:59 +0000 (00:33 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 21 Mar 2010 00:33:59 +0000 (00:33 +0000)
commitb0f5144676fa47f89ccff6db63173d5d456a4f0e
tree2d676c1138030f0f9bce0c95ac642e2d294b299d
parentfa4aade06e54edcb7f2973413c538680ccf70f19
OVMF: Add Block MMIO protocol definition

This protocol is similar to the standard UEFI BlockIo protocol,
except it has no function calls and simply defines a base address
in memory where reads & writes for the block device should occur.

One planned usage is to fill a memory region with a small disk
image, and allow it to be used as a normal disk by the
standard drivers.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10295 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Include/Protocol/BlockMmio.h [new file with mode: 0644]
OvmfPkg/OvmfPkg.dec