On 02/20/2018 10:03 AM, Peter Maydell wrote: > The MPS2 AN505 FPGA image includes a "FPGA control block" > which is a small set of registers handling LEDs, buttons > and some counters. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/misc/Makefile.objs | 1 + > include/hw/misc/mps2-fpgaio.h | 43 ++++++++++ > hw/misc/mps2-fpgaio.c | 176 > ++++++++++++++++++++++++++++++++++++++++ > default-configs/arm-softmmu.mak | 1 + > hw/misc/trace-events | 6 ++ > 5 files changed, 227 insertions(+) > create mode 100644 include/hw/misc/mps2-fpgaio.h > create mode 100644 hw/misc/mps2-fpgaio.c
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~