public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] Add SmmIoLib
@ 2017-04-21 15:49 Jiewen Yao
  2017-04-21 15:49 ` [PATCH 1/4] MdePkg/SmmIoLib: Add header file Jiewen Yao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jiewen Yao @ 2017-04-21 15:49 UTC (permalink / raw)
  To: edk2-devel

This patch series add SmmIoLib.
It is the first part of bugzillar 491.
https://bugzilla.tianocore.org/show_bug.cgi?id=491
Move generic function - OpalIsValidMmioSpace from OPAL
driver to library.

This SmmIoLib is similar to SmmMemLib.

The second part of bugzillar 491 is to update consumer
SecurityPkg/Tcg/Opal/OpalPasswordSmm. It will be
handled in future patch series.

Jiewen Yao (4):
  MdePkg/SmmIoLib: Add header file.
  MdePkg/SmmIoLib: Add sample instance.
  MdePkg/dec: Add SmmIoLib.
  MdePkg/dsc: add SmmIoLib

 MdePkg/Include/Library/SmmIoLib.h    |  42 +++
 MdePkg/Library/SmmIoLib/SmmIoLib.c   | 331 ++++++++++++++++++++
 MdePkg/Library/SmmIoLib/SmmIoLib.inf |  53 ++++
 MdePkg/Library/SmmIoLib/SmmIoLib.uni |  23 ++
 MdePkg/MdePkg.dec                    |   4 +
 MdePkg/MdePkg.dsc                    |   1 +
 6 files changed, 454 insertions(+)
 create mode 100644 MdePkg/Include/Library/SmmIoLib.h
 create mode 100644 MdePkg/Library/SmmIoLib/SmmIoLib.c
 create mode 100644 MdePkg/Library/SmmIoLib/SmmIoLib.inf
 create mode 100644 MdePkg/Library/SmmIoLib/SmmIoLib.uni

-- 
2.7.4.windows.1



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

end of thread, other threads:[~2017-04-24  3:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-21 15:49 [PATCH 0/4] Add SmmIoLib Jiewen Yao
2017-04-21 15:49 ` [PATCH 1/4] MdePkg/SmmIoLib: Add header file Jiewen Yao
2017-04-21 15:49 ` [PATCH 2/4] MdePkg/SmmIoLib: Add sample instance Jiewen Yao
2017-04-24  2:02   ` Fan, Jeff
2017-04-24  3:00     ` Yao, Jiewen
2017-04-21 15:49 ` [PATCH 3/4] MdePkg/dec: Add SmmIoLib Jiewen Yao
2017-04-21 15:49 ` [PATCH 4/4] MdePkg/dsc: add SmmIoLib Jiewen Yao

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