On 01/31/17 00:07, Jordan Justen wrote:
> Series Reviewed-by: Jordan Justen <jordan.l.jus...@intel.com>

Thank you both for the reviews; commit range: 465663e9f128..7fcb73541299.

Laszlo

> On 2017-01-27 03:29:37, Laszlo Ersek wrote:
>> This feature will allow OvmfPkg/AcpiPlatformDxe to implement the
>> QEMU_LOADER_WRITE_POINTER command, which will instruct the firmware to
>> write the address of a previously allocated/downloaded fw_cfg blob into
>> another (writeable) fw_cfg file at a specific offset, in order to inform
>> QEMU about the allocation address. The command will be based on the
>> QemuFwCfgSkipBytes() and QemuFwCfgWriteBytes() APIs.
>>
>> Ref:    https://bugzilla.tianocore.org/show_bug.cgi?id=359
>> Repo:   https://github.com/lersek/edk2.git
>> Branch: fwcfg_skip
>>
>> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org>
>> Cc: Jordan Justen <jordan.l.jus...@intel.com>
>>
>> Thanks,
>> Laszlo
>>
>> Laszlo Ersek (5):
>>   OvmfPkg/QemuFwCfgLib: generalize InternalQemuFwCfgDmaBytes() to SKIP
>>     op
>>   OvmfPkg/QemuFwCfgLib: add QemuFwCfgSkipBytes()
>>   ArmVirtPkg/QemuFwCfgLib: extract generic DmaTransferBytes() function
>>   ArmVirtPkg/QemuFwCfgLib: use DMA for QemuFwCfgWriteBytes() if
>>     available
>>   ArmVirtPkg/QemuFwCfgLib: implement QemuFwCfgSkipBytes() API
>>
>>  OvmfPkg/Include/Library/QemuFwCfgLib.h         |  16 ++
>>  ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c | 178 ++++++++++++++++++--
>>  OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c    |  75 +++++++--
>>  3 files changed, 246 insertions(+), 23 deletions(-)
>>
>> -- 
>> 2.9.3
>>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
> 

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to