[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] pc-bios: Added u-boot-sam460 firmware binar
From: |
Daniel P . Berrangé |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] pc-bios: Added u-boot-sam460 firmware binary |
Date: |
Tue, 20 Feb 2018 18:30:22 +0000 |
User-agent: |
Mutt/1.9.2 (2017-12-15) |
On Tue, Feb 20, 2018 at 06:57:43PM +0100, BALATON Zoltan wrote:
> Signed-off-by: BALATON Zoltan <address@hidden>
> ---
> Makefile | 2 +-
> pc-bios/u-boot-sam460-20100605.bin | Bin 0 -> 524288 bytes
> 2 files changed, 1 insertion(+), 1 deletion(-)
> create mode 100755 pc-bios/u-boot-sam460-20100605.bin
>
> diff --git a/Makefile b/Makefile
> index 6434d6c..b0c16b3 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -661,7 +661,7 @@ multiboot.bin linuxboot.bin linuxboot_dma.bin
> kvmvapic.bin \
> s390-ccw.img s390-netboot.img \
> spapr-rtas.bin slof.bin skiboot.lid \
> palcode-clipper \
> -u-boot.e500 \
> +u-boot.e500 u-boot-sam460-20100605.bin \
> qemu_vga.ndrv \
> hppa-firmware.img
> else
> diff --git a/pc-bios/u-boot-sam460-20100605.bin
> b/pc-bios/u-boot-sam460-20100605.bin
> new file mode 100755
IIUC, you also need to provide glue in roms/Makefile to build the
u-boot-sam460-20100605.bin from the submodule content. Presumably
you can largely copy what's done for u-boot.e500 there.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [Qemu-devel] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, BALATON Zoltan, 2018/02/20
- [Qemu-devel] [PATCH 1/2] roms: Added git submodule for u-boot-sam460 (firmware for sam460ex), BALATON Zoltan, 2018/02/20
- [Qemu-devel] [PATCH 2/2] pc-bios: Added u-boot-sam460 firmware binary, BALATON Zoltan, 2018/02/20
- Re: [Qemu-devel] [PATCH 2/2] pc-bios: Added u-boot-sam460 firmware binary,
Daniel P . Berrangé <=
- Re: [Qemu-devel] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, Peter Maydell, 2018/02/20
- Re: [Qemu-devel] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, Emilio G. Cota, 2018/02/20
- Re: [Qemu-devel] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, Peter Maydell, 2018/02/21
- Re: [Qemu-devel] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, BALATON Zoltan, 2018/02/21
- Re: [Qemu-devel] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, Peter Maydell, 2018/02/21
- Re: [Qemu-devel] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, David Gibson, 2018/02/21
- Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/2] Firmware blob and git submodule for Sam460ex, Thomas Huth, 2018/02/22