]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c
Add EmuVariableFvbRuntimeDxe driver.
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 26 Sep 2009 07:15:45 +0000 (07:15 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 26 Sep 2009 07:15:45 +0000 (07:15 +0000)
commit670d495b19abebaed3ffde1e9293eb270a68ca3c
tree14d8b4400fbce1a1bdb895f186eb41188419678e
parenta876ae6f2f6e7fb66edd5ba26a4e140b40172831
Add EmuVariableFvbRuntimeDxe driver.

This driver implements a firmware volume block protocol instance
which is stored in system memory.

The MdeModulePkg/Universal/Variable/RuntimeDxe and
MdeModulePkg/Universal/FaultTolerantWriteDxe drivers make use of
this FVB instance to provide variable services.

This driver links to a PlatformFvb library to allow for
platform specific processing to take place when data is written
to the FVB.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9315 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c [new file with mode: 0644]
OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h [new file with mode: 0644]
OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf [new file with mode: 0644]