Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-rc2' into...
commit1f7678fa6fe1c34808b1f94e61604b90d00afa0a
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jul 2019 10:17:33 +0000 (19 11:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jul 2019 10:17:33 +0000 (19 11:17 +0100)
tree0fe51939f67bf7d6ed05dd6069ca7103b56b69b3
parent0274f45bdef73283f2c213610f11d4e5dcba43b6
parentfdd1bda4b47cfbec61d0e63a516c614feea0b00b
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-rc2' into staging

RISC-V Patches for 4.2-rc2

This contains a pair of patches that add OpenSBI support to QEMU on
RISC-V targets.  The patches have been floating around for a bit, but
everything seems solid now.  These pass my standard test of booting
OpenEmbedded, and also works when I swap around the various command-line
arguments to use the new boot method.

# gpg: Signature made Fri 19 Jul 2019 00:54:27 BST
# gpg:                using RSA key 00CE76D1834960DFCE886DF8EF4CA1502CCBAB41
# gpg:                issuer "palmer@dabbelt.com"
# gpg: Good signature from "Palmer Dabbelt <palmer@dabbelt.com>" [unknown]
# gpg:                 aka "Palmer Dabbelt <palmer@sifive.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 00CE 76D1 8349 60DF CE88  6DF8 EF4C A150 2CCB AB41

* remotes/palmer/tags/riscv-for-master-4.1-rc2:
  hw/riscv: Load OpenSBI as the default firmware
  roms: Add OpenSBI version 0.4

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>