[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwin
From: |
Guenter Roeck |
Subject: |
[PATCH v2 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40 |
Date: |
Mon, 15 Jan 2024 10:27:54 -0800 |
Add support for
- USB 2.0 EHCI/OHCI
- SATA/AHCI
- Watchdog
to Allwinner R40. The hardware is quite similar to Allwinner A10 and H3,
so the code is derived from the implementations for those SOCs.
Tested with bpim2u emulation by instantiating EHCI and OHCI keyboards,
by booting from USB, by booting from ATA/SATA drive, and by manually
testing watchdog operation.
v2:
- The USB Controllers are part of the chipset, so instantiate them
unconditionally
- Add Reviewed-by: tag to patch 2/3
----------------------------------------------------------------
Guenter Roeck (3):
hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
hw/arm: Add AHCI/SATA controller to Allwinner R40 and Bananapi board
hw/arm: Add watchdog timer to Allwinner H40 and Bananapi board
docs/system/arm/bananapi_m2u.rst | 5 +--
hw/arm/Kconfig | 4 +++
hw/arm/allwinner-r40.c | 67 ++++++++++++++++++++++++++++++++++++++--
include/hw/arm/allwinner-r40.h | 15 +++++++++
4 files changed, 86 insertions(+), 5 deletions(-)
- [PATCH v2 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40,
Guenter Roeck <=
- [PATCH v2 3/3] hw/arm: Add watchdog timer to Allwinner H40 and Bananapi board, Guenter Roeck, 2024/01/15
- [PATCH v2 2/3] hw/arm: Add AHCI/SATA controller to Allwinner R40 and Bananapi board, Guenter Roeck, 2024/01/15
- [PATCH v2 1/3] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board, Guenter Roeck, 2024/01/15
- Re: [PATCH v2 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40, Peter Maydell, 2024/01/19