On 16 January 2018 at 01:36, Andrey Smirnov <andrew.smir...@gmail.com> wrote: > Add minimal code needed to allow upstream Linux guest to boot. > > Cc: Peter Maydell <peter.mayd...@linaro.org> > Cc: Jason Wang <jasow...@redhat.com> > Cc: Philippe Mathieu-Daudé <f4...@amsat.org> > Cc: qemu-devel@nongnu.org > Cc: qemu-...@nongnu.org > Cc: yurov...@gmail.com > Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com> > --- > hw/misc/Makefile.objs | 1 + > hw/misc/imx7_ccm.c | 277 > +++++++++++++++++++++++++++++++++++++++++++++ > include/hw/misc/imx7_ccm.h | 139 +++++++++++++++++++++++ > 3 files changed, 417 insertions(+) > create mode 100644 hw/misc/imx7_ccm.c > create mode 100644 include/hw/misc/imx7_ccm.h >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM