diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-05-13 10:42:46 -0700 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2020-06-19 08:24:07 -0700 |
commit | 5a842062b9d0ffc27ebfc6d4ce0a80a95c6055b1 (patch) | |
tree | cf6ea7f11f5f0aafdc450287a2e4cbfc14acc1aa /include/hw | |
parent | 354908cee1f7ff761b5fedbdb6376c378c10f941 (diff) |
sifive_e: Support the revB machine
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/riscv/sifive_e.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/riscv/sifive_e.h b/include/hw/riscv/sifive_e.h index d386ea9223..637414130b 100644 --- a/include/hw/riscv/sifive_e.h +++ b/include/hw/riscv/sifive_e.h @@ -45,6 +45,7 @@ typedef struct SiFiveEState { /*< public >*/ SiFiveESoCState soc; + bool revb; } SiFiveEState; #define TYPE_RISCV_E_MACHINE MACHINE_TYPE_NAME("sifive_e") |