[edk2] [PATCH v3 0/1] Use BusMasterCommonBuffer to map FW_CFG_DMA_ACCESS

Brijesh Singh posted 1 patch 6 years, 7 months ago
Failed in applying to current master (apply log)
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibInternal.h |  42 +--
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c         | 330 ++++++++++++++++----
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c         | 130 --------
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c         |  99 +++---
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSec.c         |  58 +---
5 files changed, 367 insertions(+), 292 deletions(-)
[edk2] [PATCH v3 0/1] Use BusMasterCommonBuffer to map FW_CFG_DMA_ACCESS
Posted by Brijesh Singh 6 years, 7 months ago
The patch applies on top of Laszlo's IoMmuDxe cleanup series [1].

Commit is also available at https://github.com/codomania/edk2/tree/qemufwcfg-sev

[1] https://lists.01.org/pipermail/edk2-devel/2017-August/012808.html

Changes since v2:
* Changes to address v2 feedbacks.

Changes since v1:
* Drop Patch 1 through 3, they are covered by Laszlo's cleanup series
* Rebase to the latest

Brijesh Singh (1):
  OvmfPkg/QemuFwCfgLib: Use BusMasterCommonBuffer to map
    FW_CFG_DMA_ACCESS

 OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibInternal.h |  42 +--
 OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c         | 330 ++++++++++++++++----
 OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c         | 130 --------
 OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c         |  99 +++---
 OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSec.c         |  58 +---
 5 files changed, 367 insertions(+), 292 deletions(-)

-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v3 0/1] Use BusMasterCommonBuffer to map FW_CFG_DMA_ACCESS
Posted by Laszlo Ersek 6 years, 7 months ago
Hi Brijesh,

On 08/04/17 01:11, Brijesh Singh wrote:
> The patch applies on top of Laszlo's IoMmuDxe cleanup series [1].
> 
> Commit is also available at https://github.com/codomania/edk2/tree/qemufwcfg-sev

when pushing a new version of a series, it is best to include the
version number in the branch name, so that the branches of the old
versions are not disturbed.

(No need to do anything about it right now, just saying for the future.)

Thanks,
Laszlo

> 
> [1] https://lists.01.org/pipermail/edk2-devel/2017-August/012808.html
> 
> Changes since v2:
> * Changes to address v2 feedbacks.
> 
> Changes since v1:
> * Drop Patch 1 through 3, they are covered by Laszlo's cleanup series
> * Rebase to the latest
> 
> Brijesh Singh (1):
>   OvmfPkg/QemuFwCfgLib: Use BusMasterCommonBuffer to map
>     FW_CFG_DMA_ACCESS
> 
>  OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibInternal.h |  42 +--
>  OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c         | 330 ++++++++++++++++----
>  OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c         | 130 --------
>  OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c         |  99 +++---
>  OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSec.c         |  58 +---
>  5 files changed, 367 insertions(+), 292 deletions(-)
> 

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