All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC 0/3] ARM: Machine specific boot blobs
@ 2015-10-10  3:13 Peter Crosthwaite
  2015-10-10  3:13 ` [Qemu-devel] [RFC 1/3] arm: boot: Add board specific setup code API Peter Crosthwaite
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Peter Crosthwaite @ 2015-10-10  3:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Peter Crosthwaite, linux, robh

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-19 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10  3:13 [Qemu-devel] [RFC 0/3] ARM: Machine specific boot blobs Peter Crosthwaite
2015-10-10  3:13 ` [Qemu-devel] [RFC 1/3] arm: boot: Add board specific setup code API Peter Crosthwaite
2015-10-10  3:13 ` [Qemu-devel] [RFC 2/3] arm: highbank: Implement dummy monitor Peter Crosthwaite
2015-10-10  3:13 ` [Qemu-devel] [RFC 3/3] arm: xilinx_zynq: Add linux pre-boot Peter Crosthwaite
2015-10-18 16:25 ` [Qemu-devel] [RFC 0/3] ARM: Machine specific boot blobs Peter Crosthwaite
2015-10-19 16:49   ` Peter Maydell
2015-10-19 17:25     ` Peter Crosthwaite

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.