[PATCH v4 0/1] use XHCI to replace EHCI

Yuquan Wang posted 1 patch 11 months ago
Failed in applying to current master (apply log)
Maintainers: Radoslaw Biernacki <rad@semihalf.com>, Peter Maydell <peter.maydell@linaro.org>, Leif Lindholm <quic_llindhol@quicinc.com>, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
docs/system/arm/sbsa.rst |  2 +-
hw/arm/Kconfig           |  2 +-
hw/arm/sbsa-ref.c        | 21 ++++++++++++---------
3 files changed, 14 insertions(+), 11 deletions(-)
[PATCH v4 0/1] use XHCI to replace EHCI
Posted by Yuquan Wang 11 months ago
Please review the change.
 - sbsa-ref: Replace EHCI with XHCI on sysbus.
This version updates relevant Kconfig and sbsa.rst file.

Yuquan Wang (1):
  hw/arm/sbsa-ref: use XHCI to replace EHCI

 docs/system/arm/sbsa.rst |  2 +-
 hw/arm/Kconfig           |  2 +-
 hw/arm/sbsa-ref.c        | 21 ++++++++++++---------
 3 files changed, 14 insertions(+), 11 deletions(-)

-- 
2.34.1
Re: [PATCH v4 0/1] use XHCI to replace EHCI
Posted by wangyuquan1236@phytium.com.cn 11 months ago
On Wed, 7 Jun 2023 10:33:13 +0800, Yuquan Wang wrote:



>



> Please review the change.



>  - sbsa-ref: Replace EHCI with XHCI on sysbus.



> This version updates relevant Kconfig and sbsa.rst file.



>



> Yuquan Wang (1):



>   hw/arm/sbsa-ref: use XHCI to replace EHCI



>



>  docs/system/arm/sbsa.rst |  2 +-



>  hw/arm/Kconfig           |  2 +-



>  hw/arm/sbsa-ref.c        | 21 ++++++++++++---------



>  3 files changed, 14 insertions(+), 11 deletions(-)



>



> --



> 2.34.1





Below is the link of corresponding edk2 firmware patchset



for qemu side testing:



https://edk2.groups.io/g/devel/message/105726





Many thanks



Yuquan