On 01/10/2018 06:21 PM, Michael Clark wrote: > Add CPU state header, CPU definitions and initialization routines > > Signed-off-by: Michael Clark <m...@sifive.com> > --- > target/riscv/cpu.c | 391 +++++++++++++++++++++++++++++++++++++++++++++ > target/riscv/cpu.h | 271 +++++++++++++++++++++++++++++++ > target/riscv/cpu_bits.h | 417 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 1079 insertions(+) > create mode 100644 target/riscv/cpu.c > create mode 100644 target/riscv/cpu.h > create mode 100644 target/riscv/cpu_bits.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~