From: Peter Crosthwaite <crosthwaitepeter@gmail.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, robh@kernel.org,
Peter Crosthwaite <crosthwaite.peter@gmail.com>,
linux@roeck-us.net, alistair.francis@xilinx.com
Subject: [Qemu-devel] [PATCH for-2.5 v1 0/4] ARM: Machine specific boot blobs
Date: Sun, 25 Oct 2015 16:12:59 -0700 [thread overview]
Message-ID: <cover.1445814452.git.crosthwaite.peter@gmail.com> (raw)
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
next reply other threads:[~2015-10-25 23:13 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-25 23:12 Peter Crosthwaite [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1445814452.git.crosthwaite.peter@gmail.com \
--to=crosthwaitepeter@gmail.com \
--cc=alistair.francis@xilinx.com \
--cc=crosthwaite.peter@gmail.com \
--cc=linux@roeck-us.net \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).