mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
sifive_e: Support the revB machine
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
354908cee1
commit
5a842062b9
2 changed files with 31 additions and 4 deletions
|
@ -45,6 +45,7 @@ typedef struct SiFiveEState {
|
|||
|
||||
/*< public >*/
|
||||
SiFiveESoCState soc;
|
||||
bool revb;
|
||||
} SiFiveEState;
|
||||
|
||||
#define TYPE_RISCV_E_MACHINE MACHINE_TYPE_NAME("sifive_e")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue