public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: Yuquan Wang <wangyuquan1236@phytium.com.cn>
Cc: ardb+tianocore@kernel.org, quic_llindhol@quicinc.com,
	 quic_ggregory@quicinc.com, rad@semihalf.com,
	devel@edk2.groups.io,  chenbaozi@phytium.com.cn,
	marcin.juszkiewicz@linaro.org,  peter.maydell@linaro.org
Subject: Re: [PATCH v1 0/3] use XHCI to replace EHCI
Date: Mon, 5 Jun 2023 14:53:18 +0200	[thread overview]
Message-ID: <CAMj1kXEEGCPTao2-4YmdQ2qbaDtLybSxEhkn3gnQVCfS8HW2UQ@mail.gmail.com> (raw)
In-Reply-To: <20230605124726.124268-1-wangyuquan1236@phytium.com.cn>

On Mon, 5 Jun 2023 at 14:48, Yuquan Wang <wangyuquan1236@phytium.com.cn> wrote:
>
> This patchset implements XHCI on sbsa-ref board to replace EHCI.
> As sbsa-ref does not have DRAM below 4G, it cannot utilize EHCI
> that only has 32-bit DMA capablity. Now this board has XHCI as
> an available usb controller with 64-bit DMA capablity.
>
> This version(v1) has removed Change-Id from patch files and
> fixed formatting issues.
>
> Yuquan Wang (3):
>   Platform/Qemu/SbsaQemu/SbsaQemu.dsc: define XHCI Pcd settings
>   SbsaQemu: Drivers: Add initial support for XHCI
>   SbsaQemu: AcpiTables: Add XHCI info into DSDT
>

Do all sbsa-ref implementation expose this device? If not, shouldn't
this be discovered dynamically?


>  Platform/Qemu/SbsaQemu/SbsaQemu.dsc           |   6 +-
>  .../Qemu/SbsaQemu/AcpiTables/AcpiTables.inf   |   4 +-
>  Silicon/Qemu/SbsaQemu/AcpiTables/Dsdt.asl     | 125 ++----------------
>  .../SbsaQemuPlatformDxe/SbsaQemuPlatformDxe.c |  40 ++++--
>  .../SbsaQemuPlatformDxe.inf                   |   2 +
>  Silicon/Qemu/SbsaQemu/SbsaQemu.dec            |   4 +-
>  6 files changed, 53 insertions(+), 128 deletions(-)
>
> --
> 2.34.1
>
>

      parent reply	other threads:[~2023-06-05 12:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 12:47 [PATCH v1 0/3] use XHCI to replace EHCI wangyuquan1236
2023-06-05 12:47 ` [PATCH v1 1/3] Platform/Qemu/SbsaQemu/SbsaQemu.dsc: define XHCI Pcd settings wangyuquan1236
2023-06-05 12:47 ` [PATCH v1 2/3] SbsaQemu: Drivers: Add initial support for XHCI wangyuquan1236
2023-06-05 12:47 ` [PATCH v1 3/3] SbsaQemu: AcpiTables: Add XHCI info into DSDT wangyuquan1236
2023-06-05 12:53 ` Ard Biesheuvel [this message]

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=CAMj1kXEEGCPTao2-4YmdQ2qbaDtLybSxEhkn3gnQVCfS8HW2UQ@mail.gmail.com \
    --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