sifive_e: Support the revB machine

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis 2020-05-13 10:42:46 -07:00
parent 354908cee1
commit 5a842062b9
2 changed files with 31 additions and 4 deletions

View file

@ -45,6 +45,7 @@ typedef struct SiFiveEState {
/*< public >*/
SiFiveESoCState soc;
bool revb;
} SiFiveEState;
#define TYPE_RISCV_E_MACHINE MACHINE_TYPE_NAME("sifive_e")