qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.5 v1 0/4] ARM: Machine specific boot blobs
@ 2015-10-25 23:12 Peter Crosthwaite
  2015-10-25 23:13 ` [Qemu-devel] [PATCH for-2.5 v1 1/4] arm: boot: Adjust indentation of FIXUP comments Peter Crosthwaite
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Peter Crosthwaite @ 2015-10-25 23:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, robh, Peter Crosthwaite, linux, alistair.francis

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 (4):
  arm: boot: Adjust indentation of FIXUP comments
  arm: boot: Add board specific setup code API
  arm: highbank: Implement PSCI and dummy monitor
  arm: xilinx_zynq: Add linux pre-boot

 hw/arm/boot.c        | 33 +++++++++++++++++++++---------
 hw/arm/highbank.c    | 57 ++++++++++++++++++++++++++++++++++++++++++----------
 hw/arm/xilinx_zynq.c | 40 +++++++++++++++++++++++++++++++++++-
 include/hw/arm/arm.h | 10 +++++++++
 4 files changed, 119 insertions(+), 21 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-10-28 16:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 23:12 [Qemu-devel] [PATCH for-2.5 v1 0/4] ARM: Machine specific boot blobs Peter Crosthwaite
2015-10-25 23:13 ` [Qemu-devel] [PATCH for-2.5 v1 1/4] arm: boot: Adjust indentation of FIXUP comments Peter Crosthwaite
2015-10-27 12:16   ` Peter Maydell
2015-10-25 23:13 ` [Qemu-devel] [PATCH for-2.5 v1 2/4] arm: boot: Add board specific setup code API Peter Crosthwaite
2015-10-27 12:19   ` Peter Maydell
2015-10-27 15:23     ` Peter Crosthwaite
2015-10-25 23:13 ` [Qemu-devel] [PATCH for-2.5 v1 3/4] arm: highbank: Implement PSCI and dummy monitor Peter Crosthwaite
2015-10-27 12:26   ` Peter Maydell
2015-10-27 15:11     ` Peter Crosthwaite
2015-10-27 15:32       ` Peter Maydell
2015-10-27 17:16         ` Peter Crosthwaite
2015-10-27 20:29   ` Rob Herring
2015-10-27 21:30     ` Peter Crosthwaite
2015-10-28  0:49       ` Rob Herring
2015-10-28 12:10     ` Peter Maydell
2015-10-28 16:35       ` Peter Crosthwaite
2015-10-28 16:41         ` Peter Maydell
2015-10-25 23:13 ` [Qemu-devel] [PATCH for-2.5 v1 4/4] arm: xilinx_zynq: Add linux pre-boot Peter Crosthwaite
2015-10-27 12:31   ` Peter Maydell
2015-10-27 15:21     ` Peter Crosthwaite
2015-10-27 15:37       ` Peter Maydell
2015-10-27 17:26         ` Peter Crosthwaite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).