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

This patch adds an SEV-specific .INF and corresponding assembly
files, to unroll REP INSx/OUTSx on IoRead/WriteFifo#() routines
when the SEV feature is enabled under a hypervisor environment.
    
The new .INF only supports the IA32 and X64 architectures.

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

Leo Duran (1):
  MdePkg: BaseIoLibIntrinsic (IoLib class) library

 .../BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf   |  63 +++++
 .../Library/BaseIoLibIntrinsic/Ia32/IoFifoSev.asm  | 297 +++++++++++++++++++++
 .../Library/BaseIoLibIntrinsic/Ia32/IoFifoSev.nasm | 293 ++++++++++++++++++++
 .../Library/BaseIoLibIntrinsic/X64/IoFifoSev.asm   | 282 +++++++++++++++++++
 .../Library/BaseIoLibIntrinsic/X64/IoFifoSev.nasm  | 282 +++++++++++++++++++
 5 files changed, 1217 insertions(+)
 create mode 100644 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
 create mode 100644 MdePkg/Library/BaseIoLibIntrinsic/Ia32/IoFifoSev.asm
 create mode 100644 MdePkg/Library/BaseIoLibIntrinsic/Ia32/IoFifoSev.nasm
 create mode 100644 MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifoSev.asm
 create mode 100644 MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifoSev.nasm

-- 
2.7.4



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

end of thread, other threads:[~2017-03-29 15:46 UTC | newest]

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

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