[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v2 3/3] ppc: Add aCube Sam460ex board
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH v2 3/3] ppc: Add aCube Sam460ex board |
Date: |
Mon, 19 Feb 2018 13:06:25 +1100 |
User-agent: |
Mutt/1.9.2 (2017-12-15) |
On Sun, Feb 18, 2018 at 12:48:27AM +0100, BALATON Zoltan wrote:
> On Fri, 16 Feb 2018, BALATON Zoltan wrote:
> > On Fri, 16 Feb 2018, David Gibson wrote:
> > > On Thu, Feb 15, 2018 at 10:27:06PM +0100, BALATON Zoltan wrote:
> > > > Add emulation of aCube Sam460ex board based on AMCC 460EX embedded SoC.
> > > > This is not a complete implementation yet with a lot of components
> > > > still missing but enough for the U-Boot firmware to start and to boot
> > > > a Linux kernel or AROS.
> > > >
> > > > Signed-off-by: François Revol <address@hidden>
> > > > Signed-off-by: BALATON Zoltan <address@hidden>
> > > > ---
> > > >
> > > > v2:
> > > > - Rebased to latest changes on master
> > > > - Replaced printfs with error_report
> > >
> > > This has a conflict in hw/ppc/Makefile.objs. Looks like it was based
> > > on some other patch that added ppc440_pcix.o. That's not there
> > > upstream.
> >
> > That's patch 2/3 of this series. Have you missed that?
>
> I've sent a v3 for this patch (3/3) now:
>
> http://lists.nongnu.org/archive/html/qemu-devel/2018-02/msg04774.html
>
> which includes the dts and dtb as well (I'll send a separate patch for the
> firmware after we agree on how to best do that). The missing 2/3 of the v2
> series is still valid and needed before this new patch:
>
> http://lists.nongnu.org/archive/html/qemu-devel/2018-02/msg04259.html
>
> The v3 is only replacing 3/3 of the previous series. Hope this is not too
> confusing.
Uh.. it's a bit awkward. Especially since I do seem to have someone
mislaid the earlier 2/3. Can you please resend with whatever's needed
on top of the current ppc-for-2.12.
>
> Regards,
> BALATON Zoltan
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
[Qemu-ppc] [PATCH v2 2/3] ppc440: Add emulation of plb-pcix controller found in some 440 SoCs, BALATON Zoltan, 2018/02/15
[Qemu-ppc] [PATCH v2 1/3] ppc4xx: Add device models found in PPC440 core SoCs, BALATON Zoltan, 2018/02/15
Re: [Qemu-ppc] [PATCH v2 0/3] Sam460ex emulation, Thomas Huth, 2018/02/16