[edk2] [PATCH 0/3] Correct function description for ALLOCATE_BUFFER

Star Zeng posted 3 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
IntelSiliconPkg/Feature/VTd/IntelVTdDxe/BmDma.c             | 2 +-
IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.c       | 2 +-
IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c | 2 +-
MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c                      | 4 ++--
MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h                      | 4 ++--
MdeModulePkg/Include/Ppi/IoMmu.h                            | 2 +-
MdeModulePkg/Include/Protocol/IoMmu.h                       | 2 +-
MdePkg/Include/Protocol/PciIo.h                             | 4 ++--
8 files changed, 11 insertions(+), 11 deletions(-)
[edk2] [PATCH 0/3] Correct function description for ALLOCATE_BUFFER
Posted by Star Zeng 6 years, 4 months ago
According to UEFI spec, DUAL_ADDRESS_CYCLE is missing in the
EFI_UNSUPPORTED return status description for ALLOCATE_BUFFER interface.
Same issue is also in IOMMU interface.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>

Star Zeng (3):
  MdePkg PciIo.h: Correct function description for ALLOCATE_BUFFER
  MdeModulePkg: Correct function description for AllocateBuffer
  IntelSilicon: Correct function description for AllocateBuffer

 IntelSiliconPkg/Feature/VTd/IntelVTdDxe/BmDma.c             | 2 +-
 IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.c       | 2 +-
 IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c | 2 +-
 MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c                      | 4 ++--
 MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h                      | 4 ++--
 MdeModulePkg/Include/Ppi/IoMmu.h                            | 2 +-
 MdeModulePkg/Include/Protocol/IoMmu.h                       | 2 +-
 MdePkg/Include/Protocol/PciIo.h                             | 4 ++--
 8 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.7.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/3] Correct function description for ALLOCATE_BUFFER
Posted by Ni, Ruiyu 6 years, 4 months ago
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

Thanks/Ray

> -----Original Message-----
> From: Zeng, Star
> Sent: Monday, December 11, 2017 2:54 PM
> To: edk2-devel@lists.01.org
> Cc: Zeng, Star <star.zeng@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>;
> Ni, Ruiyu <ruiyu.ni@intel.com>; Gao, Liming <liming.gao@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: [PATCH 0/3] Correct function description for ALLOCATE_BUFFER
> 
> According to UEFI spec, DUAL_ADDRESS_CYCLE is missing in the
> EFI_UNSUPPORTED return status description for ALLOCATE_BUFFER
> interface.
> Same issue is also in IOMMU interface.
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> 
> Star Zeng (3):
>   MdePkg PciIo.h: Correct function description for ALLOCATE_BUFFER
>   MdeModulePkg: Correct function description for AllocateBuffer
>   IntelSilicon: Correct function description for AllocateBuffer
> 
>  IntelSiliconPkg/Feature/VTd/IntelVTdDxe/BmDma.c             | 2 +-
>  IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.c       | 2 +-
>  IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c | 2 +-
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c                      | 4 ++--
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h                      | 4 ++--
>  MdeModulePkg/Include/Ppi/IoMmu.h                            | 2 +-
>  MdeModulePkg/Include/Protocol/IoMmu.h                       | 2 +-
>  MdePkg/Include/Protocol/PciIo.h                             | 4 ++--
>  8 files changed, 11 insertions(+), 11 deletions(-)
> 
> --
> 2.7.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/3] Correct function description for ALLOCATE_BUFFER
Posted by Yao, Jiewen 6 years, 4 months ago
Reviewed-by: Jiewen.yao@intel.com

> -----Original Message-----
> From: Zeng, Star
> Sent: Monday, December 11, 2017 2:54 PM
> To: edk2-devel@lists.01.org
> Cc: Zeng, Star <star.zeng@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Ni,
> Ruiyu <ruiyu.ni@intel.com>; Gao, Liming <liming.gao@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: [PATCH 0/3] Correct function description for ALLOCATE_BUFFER
> 
> According to UEFI spec, DUAL_ADDRESS_CYCLE is missing in the
> EFI_UNSUPPORTED return status description for ALLOCATE_BUFFER interface.
> Same issue is also in IOMMU interface.
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> 
> Star Zeng (3):
>   MdePkg PciIo.h: Correct function description for ALLOCATE_BUFFER
>   MdeModulePkg: Correct function description for AllocateBuffer
>   IntelSilicon: Correct function description for AllocateBuffer
> 
>  IntelSiliconPkg/Feature/VTd/IntelVTdDxe/BmDma.c             | 2 +-
>  IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.c       | 2 +-
>  IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c | 2 +-
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c                      | 4 ++--
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h                      | 4 ++--
>  MdeModulePkg/Include/Ppi/IoMmu.h                            | 2 +-
>  MdeModulePkg/Include/Protocol/IoMmu.h                       | 2 +-
>  MdePkg/Include/Protocol/PciIo.h                             | 4 ++--
>  8 files changed, 11 insertions(+), 11 deletions(-)
> 
> --
> 2.7.0.windows.1

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