mbox series

[v5,0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI

Message ID 20230621103847.447508-1-wangyuquan1236@phytium.com.cn
Headers show
Series hw/arm/sbsa-ref: use XHCI to replace EHCI | expand

Message

Yuquan Wang June 21, 2023, 10:38 a.m. UTC
Please review the change.
 - sbsa-ref: Replace EHCI with XHCI on sysbus.

This work bumps the platform version directly to 0.3 because 
the addition of ITS will take sbsa-ref to 0.2 version.

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        | 23 +++++++++++++----------
 3 files changed, 15 insertions(+), 12 deletions(-)

Comments

Peter Maydell June 27, 2023, 12:35 p.m. UTC | #1
On Wed, 21 Jun 2023 at 11:39, Yuquan Wang <wangyuquan1236@phytium.com.cn> wrote:
>
> Please review the change.
>  - sbsa-ref: Replace EHCI with XHCI on sysbus.
>
> This work bumps the platform version directly to 0.3 because
> the addition of ITS will take sbsa-ref to 0.2 version.
>
> Yuquan Wang (1):
>   hw/arm/sbsa-ref: use XHCI to replace EHCI

I'm going to treat the testing/review that happened on previous
versions as sufficiently applicable to this one (since the
patch didn't really change in that aspect) and not wait around
for fresh Tested-by/Reviewed-by tags here.

Since we now have a place in sbsa.rst for noting what
changes between platform versions I added an entry for 0.3:

+0.3
+  The USB controller is an XHCI device, not EHCI

and I tweaked the commit message to explicitly note that
old versions of firmware/kernel continue to work even with
this change.

Applied to target-arm.next, thanks.

-- PMM