public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdePkg: BaseIoLibIntrinsic (IoLib class) library
@ 2017-03-20 16:39 Leo Duran
  2017-03-20 16:39 ` Leo Duran
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Duran @ 2017-03-20 16:39 UTC (permalink / raw)
  To: edk2-devel; +Cc: Leo Duran

This patch unrolls REP INSx/OUTSx on IoRead/WriteFifo#() routines
when the SEV feature is enabled under a hypervisor environment.

This patch follows the series "[PATCH v3 00/10] IoLib class library",
which has already being pushed upstream.

Brijesh Singh (1):
  MdePkg: BaseIoLibIntrinsic (IoLib class) library

 MdePkg/Library/BaseIoLibIntrinsic/Ia32/IoFifo.asm  | 180 +++++++++++++++++++--
 MdePkg/Library/BaseIoLibIntrinsic/Ia32/IoFifo.nasm | 180 +++++++++++++++++++--
 MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifo.asm   | 179 ++++++++++++++++++--
 MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifo.nasm  | 180 +++++++++++++++++++--
 4 files changed, 671 insertions(+), 48 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-20 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20 16:39 [PATCH] MdePkg: BaseIoLibIntrinsic (IoLib class) library Leo Duran
2017-03-20 16:39 ` Leo Duran

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