mbox series

[v2,0/4] Sam460ex emulation

Message ID cover.1505570561.git.balaton@eik.bme.hu
Headers show
Series Sam460ex emulation | expand

Message

BALATON Zoltan Sept. 16, 2017, 2:02 p.m. UTC
Resending those patches that were reviewed and did not need any
changes or only rebasing to latest master so these could go in now.
I'll get back to the other patches that need more changes later.

BALATON Zoltan (4):
  ohci: Allow sysbus version to be used as a companion
  ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCs
  ppc4xx: Add more PLB registers
  ppc: Add 460EX embedded CPU

 hw/ppc/ppc405_uc.c          | 12 +++++++++---
 hw/usb/hcd-ehci-sysbus.c    | 25 +++++++++++++++++++++++++
 hw/usb/hcd-ehci.h           |  1 +
 hw/usb/hcd-ohci.c           | 15 ++++++++++++---
 target/ppc/cpu-models.c     |  3 +++
 target/ppc/cpu-models.h     |  1 +
 target/ppc/translate_init.c | 38 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 89 insertions(+), 6 deletions(-)

Comments

David Gibson Sept. 18, 2017, 12:26 a.m. UTC | #1
On Sat, Sep 16, 2017 at 04:02:41PM +0200, BALATON Zoltan wrote:
> Resending those patches that were reviewed and did not need any
> changes or only rebasing to latest master so these could go in now.
> I'll get back to the other patches that need more changes later.

Applied to ppc-for-2.11, thanks.

> BALATON Zoltan (4):
>   ohci: Allow sysbus version to be used as a companion
>   ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCs
>   ppc4xx: Add more PLB registers
>   ppc: Add 460EX embedded CPU
> 
>  hw/ppc/ppc405_uc.c          | 12 +++++++++---
>  hw/usb/hcd-ehci-sysbus.c    | 25 +++++++++++++++++++++++++
>  hw/usb/hcd-ehci.h           |  1 +
>  hw/usb/hcd-ohci.c           | 15 ++++++++++++---
>  target/ppc/cpu-models.c     |  3 +++
>  target/ppc/cpu-models.h     |  1 +
>  target/ppc/translate_init.c | 38 ++++++++++++++++++++++++++++++++++++++
>  7 files changed, 89 insertions(+), 6 deletions(-)
>