mbox series

[v2,0/2] Add support for the HiFive1 revB

Message ID cover.1589992028.git.alistair.francis@wdc.com
Headers show
Series Add support for the HiFive1 revB | expand

Message

Alistair Francis May 20, 2020, 4:28 p.m. UTC
Add support for the HiFive1 revB board. We don't want to break current
users so this is added as an option that is disabled by default. The
main change is the address that we jump to at boot.

v2:
 - Add a cover letter


Alistair Francis (2):
  riscv: sifive_e: Manually define the machine
  sifive_e: Support the revB machine

 include/hw/riscv/sifive_e.h |  5 +++
 hw/riscv/sifive_e.c         | 76 +++++++++++++++++++++++++++++--------
 2 files changed, 66 insertions(+), 15 deletions(-)