mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
riscv: Add a sifive_cpu.h to include both E and U cpu type defines
Group SiFive E and U cpu type defines into one header file. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
68c9a9b3eb
commit
20f41c8698
3 changed files with 33 additions and 12 deletions
|
@ -20,6 +20,7 @@
|
|||
#define HW_SIFIVE_E_H
|
||||
|
||||
#include "hw/riscv/riscv_hart.h"
|
||||
#include "hw/riscv/sifive_cpu.h"
|
||||
#include "hw/riscv/sifive_gpio.h"
|
||||
|
||||
#define TYPE_RISCV_E_SOC "riscv.sifive.e.soc"
|
||||
|
@ -84,10 +85,4 @@ enum {
|
|||
#define SIFIVE_E_PLIC_CONTEXT_BASE 0x200000
|
||||
#define SIFIVE_E_PLIC_CONTEXT_STRIDE 0x1000
|
||||
|
||||
#if defined(TARGET_RISCV32)
|
||||
#define SIFIVE_E_CPU TYPE_RISCV_CPU_SIFIVE_E31
|
||||
#elif defined(TARGET_RISCV64)
|
||||
#define SIFIVE_E_CPU TYPE_RISCV_CPU_SIFIVE_E51
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue