qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 0/3] ARM: Machine specific boot blobs


From: Peter Crosthwaite
Subject: Re: [Qemu-devel] [RFC 0/3] ARM: Machine specific boot blobs
Date: Sun, 18 Oct 2015 09:25:38 -0700

Ping!

Although a little featurish and RFCish, this does repair the boot of
two ARM machines so it is very much a bugfix and we should consider
for 2.5. Otherwise we go to release (again) with two broken machines.

Regards,
Peter

On Fri, Oct 9, 2015 at 8:13 PM, Peter Crosthwaite
<address@hidden> wrote:
> Hi,
>
> This adds support for machine specific primary boot blobs. This can be
> used to install little bits of firmware or boot code without having
> to throw the whole QEMU bootloader out and BYO (with device drivers
> and all).
>
> It is then used to fix two boards, Zynq and Highbank, both which have
> small but critical expectations of pre-boot software setup.
>
> Regards,
> Peter
>
> Peter Crosthwaite (3):
>   arm: boot: Add board specific setup code API
>   arm: highbank: Implement dummy monitor
>   arm: xilinx_zynq: Add linux pre-boot
>
>  hw/arm/boot.c        | 11 +++++++++++
>  hw/arm/highbank.c    | 56 
> +++++++++++++++++++++++++++++++++++++++++-----------
>  hw/arm/xilinx_zynq.c | 41 +++++++++++++++++++++++++++++++++++++-
>  include/hw/arm/arm.h |  7 +++++++
>  4 files changed, 103 insertions(+), 12 deletions(-)
>
> --
> 1.9.1
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]