On 11/06/13 23:30, Jordan Justen wrote: > If QEMU flash is detected, this module will install > FirmwareVolumeBlock support for the QEMU flash device. > > It will also set PCDs with the results that: > 1. OvmfPkg/EmuVariableFvbRuntimeDxe will be disabled > 2. MdeModulePkg variable services will read/write flash directly > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jordan Justen <[email protected]> > --- > OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c | 137 +++ > .../FvbServicesRuntimeDxe.inf | 83 ++ > .../FwBlockService.c | 1226 > ++++++++++++++++++++ > .../FwBlockService.h | 184 +++ > OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.c | 262 +++++ > OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.h | 89 ++ > 6 files changed, 1981 insertions(+) > create mode 100644 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c > create mode 100644 > OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf > create mode 100644 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c > create mode 100644 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.h > create mode 100644 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.c > create mode 100644 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.h
Due to lack of docs, I can only give: Acked-by: Laszlo Ersek <[email protected]> I'm also testing the series now (for both the previously seen regression and for the new feature). Thanks Laszlo ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
