public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Colin Xu" <colin.xu@intel.com>
To: devel@edk2.groups.io, colin.xu@intel.com
Cc: rebecca@bsdio.com
Subject: Re: [edk2-devel] [PATCH 0/2] OvmfPkg/IntelGvtGopDxe: Add Intel GVT-g GOP.
Date: Fri, 5 Mar 2021 14:18:56 +0800 (CST)	[thread overview]
Message-ID: <alpine.LNX.2.22.419.2103051418290.298417@coxu-arch-shz> (raw)
In-Reply-To: <16695482D8A932FC.16425@groups.io>

Will fix transferEncoding and re-send.

--
Best Regards,
Colin Xu

On Fri, 5 Mar 2021, Colin Xu wrote:

> This patch set add Intel GVT-g GOP DXE to OvmfPkg.
>
> Colin Xu (2):
>  OvmfPkg/IntelGvtGopDxe: Intel GVT-g GOP Implementation.
>  OvmfPkg/IntelGvtGopDxe: Enable GVT-g GOP in OvmfPkg DSC & DFD.
>
> OvmfPkg/IntelGvtGopDxe/Common.h           |   45 +
> OvmfPkg/IntelGvtGopDxe/DebugHelper.h      |   20 +
> OvmfPkg/IntelGvtGopDxe/Display.c          | 1073 +++++++++++++++++++++
> OvmfPkg/IntelGvtGopDxe/Display.h          |  141 +++
> OvmfPkg/IntelGvtGopDxe/GopDriver.c        |  478 +++++++++
> OvmfPkg/IntelGvtGopDxe/GpuReg.c           |   91 ++
> OvmfPkg/IntelGvtGopDxe/GpuReg.h           |  173 ++++
> OvmfPkg/IntelGvtGopDxe/Gtt.c              |  162 ++++
> OvmfPkg/IntelGvtGopDxe/Gtt.h              |   51 +
> OvmfPkg/IntelGvtGopDxe/IntelGvtGopDxe.inf |   59 ++
> OvmfPkg/IntelGvtGopDxe/VbeShim.asm        |  343 +++++++
> OvmfPkg/IntelGvtGopDxe/VbeShim.c          |  258 +++++
> OvmfPkg/IntelGvtGopDxe/VbeShim.h          |  912 +++++++++++++++++
> OvmfPkg/IntelGvtGopDxe/VbeShim.sh         |   81 ++
> OvmfPkg/IntelGvtGopDxe/VirtualGpu.c       |  400 ++++++++
> OvmfPkg/IntelGvtGopDxe/VirtualGpu.h       |   52 +
> OvmfPkg/OvmfPkgX64.dsc                    |    4 +
> OvmfPkg/OvmfPkgX64.fdf                    |    3 +
> 18 files changed, 4346 insertions(+)
> create mode 100644 OvmfPkg/IntelGvtGopDxe/Common.h
> create mode 100644 OvmfPkg/IntelGvtGopDxe/DebugHelper.h
> create mode 100644 OvmfPkg/IntelGvtGopDxe/Display.c
> create mode 100644 OvmfPkg/IntelGvtGopDxe/Display.h
> create mode 100644 OvmfPkg/IntelGvtGopDxe/GopDriver.c
> create mode 100644 OvmfPkg/IntelGvtGopDxe/GpuReg.c
> create mode 100644 OvmfPkg/IntelGvtGopDxe/GpuReg.h
> create mode 100644 OvmfPkg/IntelGvtGopDxe/Gtt.c
> create mode 100644 OvmfPkg/IntelGvtGopDxe/Gtt.h
> create mode 100644 OvmfPkg/IntelGvtGopDxe/IntelGvtGopDxe.inf
> create mode 100644 OvmfPkg/IntelGvtGopDxe/VbeShim.asm
> create mode 100644 OvmfPkg/IntelGvtGopDxe/VbeShim.c
> create mode 100644 OvmfPkg/IntelGvtGopDxe/VbeShim.h
> create mode 100755 OvmfPkg/IntelGvtGopDxe/VbeShim.sh
> create mode 100644 OvmfPkg/IntelGvtGopDxe/VirtualGpu.c
> create mode 100644 OvmfPkg/IntelGvtGopDxe/VirtualGpu.h
>
> -- 
> 2.30.1
>
>
>
> 
>
>
>

           reply	other threads:[~2021-03-05  6:19 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <16695482D8A932FC.16425@groups.io>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.22.419.2103051418290.298417@coxu-arch-shz \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox