From 5a842062b9d0ffc27ebfc6d4ce0a80a95c6055b1 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 13 May 2020 10:42:46 -0700 Subject: sifive_e: Support the revB machine Signed-off-by: Alistair Francis --- include/hw/riscv/sifive_e.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hw/riscv') 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") -- cgit v1.2.3-55-g7522