qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-2.5 v1 0/4] ARM: Machine specific boot blobs


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH for-2.5 v1 0/4] ARM: Machine specific boot blobs
Date: Sun, 25 Oct 2015 16:12:59 -0700

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




reply via email to

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