From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [Qemu-devel] [PULL 2.1 00/10] target-xtensa queue 2014-06-29
Date: Sun, 29 Jun 2014 02:49:42 +0400 [thread overview]
Message-ID: <1403995782-17041-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Hi Peter,
please pull my current target-xtensa patch queue.
The following changes since commit d4cba13bdf251baeedb36b87c1e9f6766773e380:
tcg/ppc: Fix failure in tcg_out_mem_long (2014-06-27 13:23:41 +0100)
are available in the git repository at:
git@github.com:OSLL/qemu-xtensa.git tags/20140629-xtensa
for you to fetch changes up to f55b32e7499b291058a0d0fd7d35b14c24791684:
hw/xtensa/xtfpga: implement initrd loading (2014-06-29 02:32:42 +0400)
----------------------------------------------------------------
Xtensa fixes and improvements queue 2014-06-29:
- fix FLASH mapping to boot region for KC705;
- clean up boot parameters passing;
- add uImage, DTB and initrd support.
----------------------------------------------------------------
Max Filippov (10):
hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705
hw/xtensa: remove extraneous xtensa_ prefix from file names
hw/xtensa: replace fprintfs with error_report
hw/xtensa/xtfpga: retrieve parameters from machine_opts
hw/xtensa/xtfpga: use symbolic constants for bootparam tags
hw/xtensa/xtfpga: refactor bootparameters filling
hw/xtensa/xtfpga: add memory info to bootparam
hw/xtensa/xtfpga: implement uImage loading
hw/xtensa/xtfpga: implement DTB loading
hw/xtensa/xtfpga: implement initrd loading
hw/xtensa/Makefile.objs | 4 +-
hw/xtensa/bootparam.h | 49 +++++++++++++
hw/xtensa/{xtensa_sim.c => sim.c} | 6 +-
hw/xtensa/xtensa_bootparam.h | 25 -------
hw/xtensa/{xtensa_lx60.c => xtfpga.c} | 128 ++++++++++++++++++++++++++++------
5 files changed, 162 insertions(+), 50 deletions(-)
create mode 100644 hw/xtensa/bootparam.h
rename hw/xtensa/{xtensa_sim.c => sim.c} (96%)
delete mode 100644 hw/xtensa/xtensa_bootparam.h
rename hw/xtensa/{xtensa_lx60.c => xtfpga.c} (68%)
next reply other threads:[~2014-06-28 22:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-28 22:49 Max Filippov [this message]
2014-06-29 15:43 ` [Qemu-devel] [PULL 2.1 00/10] target-xtensa queue 2014-06-29 Peter Maydell
2014-06-29 15:48 ` Max Filippov
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=1403995782-17041-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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).