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 <re...@free.fr>
Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu>
---
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.
Regards,
BALATON Zoltan