From: Palmer Dabbelt <palmer@dabbelt.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-riscv@nongnu.org, qemu-devel@nongnu.org
Subject: [PULL] RISC-V Fixes for 4.2-rc2
Date: Thu, 14 Nov 2019 20:41:00 -0800 [thread overview]
Message-ID: <20191115044104.4197-1-palmer@dabbelt.com> (raw)
The following changes since commit aa464db69b40b4b695be31085e6d2f1e90956c89:
Update version for v4.2.0-rc1 release (2019-11-12 18:40:02 +0000)
are available in the Git repository at:
git@github.com:palmer-dabbelt/qemu.git tags/riscv-for-master-4.2-rc2
for you to fetch changes up to 6911fde41006b2afe3510755c4cff259ca56c1d9:
riscv/virt: Increase flash size (2019-11-14 09:53:28 -0800)
----------------------------------------------------------------
RISC-V Fixes for 4.2-rc2
This contains a handful of patches that I'd like to target for 4.2:
* OpenSBI upgrade to 0.5
* Increase in the flash size of the virt board.
* A non-functional cleanup.
* A cleanup to our MIP handling that avoids atomics.
This passes "make check" and boots OpenEmbedded for me.
----------------------------------------------------------------
Alistair Francis (3):
target/riscv: Remove atomic accesses to MIP CSR
opensbi: Upgrade from v0.4 to v0.5
riscv/virt: Increase flash size
hiroyuki.obinata (1):
remove unnecessary ifdef TARGET_RISCV64
hw/riscv/virt.c | 2 +-
pc-bios/opensbi-riscv32-virt-fw_jump.bin | Bin 36888 -> 40984 bytes
pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin | Bin 45064 -> 49160 bytes
pc-bios/opensbi-riscv64-virt-fw_jump.bin | Bin 40968 -> 45064 bytes
roms/opensbi | 2 +-
target/riscv/cpu.c | 5 ++-
target/riscv/cpu.h | 9 -----
target/riscv/cpu_helper.c | 48 ++++++++++-----------------
target/riscv/csr.c | 2 +-
target/riscv/translate.c | 4 +--
10 files changed, 24 insertions(+), 48 deletions(-)
next reply other threads:[~2019-11-15 4:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-15 4:41 Palmer Dabbelt [this message]
2019-11-15 4:41 ` [PULL 1/4] remove unnecessary ifdef TARGET_RISCV64 Palmer Dabbelt
2019-11-15 4:41 ` [PULL 2/4] target/riscv: Remove atomic accesses to MIP CSR Palmer Dabbelt
2019-11-15 4:41 ` [PULL 3/4] opensbi: Upgrade from v0.4 to v0.5 Palmer Dabbelt
2019-11-15 4:41 ` [PULL 4/4] riscv/virt: Increase flash size Palmer Dabbelt
2019-11-15 12:34 ` [PULL] RISC-V Fixes for 4.2-rc2 Peter Maydell
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=20191115044104.4197-1-palmer@dabbelt.com \
--to=palmer@dabbelt.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@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).