[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v2 0/3] Sam460ex emulation
From: |
Thomas Huth |
Subject: |
Re: [Qemu-ppc] [PATCH v2 0/3] Sam460ex emulation |
Date: |
Fri, 16 Feb 2018 07:50:47 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 15.02.2018 22:27, BALATON Zoltan wrote:
> Remaining patches for Sam460ex emulation. The original cover letter
> with more details is here:
>
> http://lists.nongnu.org/archive/html/qemu-ppc/2017-08/msg00112.html
>
> We'll need to also add binaries for firmware (customised u-boot
> version) and dtb but I'm not sure how to submit those.
For the dtb, I think you could simply provide a patch that adds the dts
file to the pc-bios directory and another one that adds the dtb. Just
like it is already done with pc-bios/bamboo.dts / pc-bios/bamboo.dtb.
For u-boot, can you use the same upstream level as e500 ? I.e. check
whether "git submodule status roms/u-boot" is fine for you? If that's
ok, just do a "git submodule update roms/u-boot" and build uboot from
that directory - you then can submit a binary patch with that file for
pc-bios, too.
In case you need another u-boot version, I think you've got to update
the submodule to the newer upstream version first, and then also rebuild
the e500 binary... Cumbersome, but that's necessary since we've got to
ship the u-boot sources in the QEMU release tarballs, too, to be
compliant with the GPL.
Thomas
[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 <=