From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6DCCA81F67 for ; Mon, 30 Jan 2017 15:18:58 -0800 (PST) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E85B7C05681A; Mon, 30 Jan 2017 23:18:58 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-58.phx2.redhat.com [10.3.116.58]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0UNIv2C001157; Mon, 30 Jan 2017 18:18:58 -0500 To: Jordan Justen , Ard Biesheuvel References: <20170127112942.19212-1-lersek@redhat.com> <148581766317.595.2737163338705498280@jljusten-ivb> Cc: edk2-devel-01 From: Laszlo Ersek Message-ID: Date: Tue, 31 Jan 2017 00:18:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <148581766317.595.2737163338705498280@jljusten-ivb> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 30 Jan 2017 23:18:59 +0000 (UTC) Subject: Re: [PATCH 0/5] OvmfPkg, ArmVirtPkg: QemuFwCfgLib: partial rewrite of fw_cfg files X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 23:18:58 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 01/31/17 00:07, Jordan Justen wrote: > Series Reviewed-by: Jordan Justen 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 >> Cc: Jordan Justen >> >> 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 >