qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/3] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 an


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 1/3] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
Date: Tue, 16 Jan 2024 10:56:07 +0100
User-agent: Mozilla Thunderbird

On 15/1/24 19:27, Guenter Roeck wrote:
Allwinner R40 supports two USB host ports shared between a USB 2.0 EHCI
host controller and a USB 1.1 OHCI host controller. Add support for both
of them.

If machine USB support is not enabled, create unimplemented devices
for the USB memory ranges to avoid crashes when booting Linux.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
v2: The USB Controllers are part of the chipset, so instantiate them
     unconditionally

  docs/system/arm/bananapi_m2u.rst |  2 +-
  hw/arm/Kconfig                   |  2 ++
  hw/arm/allwinner-r40.c           | 47 ++++++++++++++++++++++++++++++--
  include/hw/arm/allwinner-r40.h   |  9 ++++++
  4 files changed, 57 insertions(+), 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]