public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Correct function description for ALLOCATE_BUFFER
@ 2017-12-11  6:53 Star Zeng
  2017-12-11  6:53 ` [PATCH 1/3] MdePkg PciIo.h: " Star Zeng
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Star Zeng @ 2017-12-11  6:53 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Jiewen Yao, Ruiyu Ni, Liming Gao, Michael D Kinney

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-11  7:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-11  6:53 [PATCH 0/3] Correct function description for ALLOCATE_BUFFER Star Zeng
2017-12-11  6:53 ` [PATCH 1/3] MdePkg PciIo.h: " Star Zeng
2017-12-11  6:53 ` [PATCH 2/3] MdeModulePkg: Correct function description for AllocateBuffer Star Zeng
2017-12-11  6:53 ` [PATCH 3/3] IntelSilicon: " Star Zeng
2017-12-11  6:56 ` [PATCH 0/3] Correct function description for ALLOCATE_BUFFER Ni, Ruiyu
2017-12-11  7:10 ` Yao, Jiewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox