Re: [Qemu-devel] [PATCH 1/3] i.MX6UL: Add i.MX6UL specific CCM device

2018-07-17 Thread Peter Maydell
On 30 June 2018 at 22:58, Jean-Christophe Dubois wrote: > Signed-off-by: Jean-Christophe Dubois > --- > hw/misc/Makefile.objs| 1 + > hw/misc/imx6ul_ccm.c | 887 +++ > include/hw/misc/imx6ul_ccm.h | 228 + > 3 files changed, 1116

[Qemu-devel] [PATCH 1/3] i.MX6UL: Add i.MX6UL specific CCM device

2018-06-30 Thread Jean-Christophe Dubois
Signed-off-by: Jean-Christophe Dubois --- hw/misc/Makefile.objs| 1 + hw/misc/imx6ul_ccm.c | 887 +++ include/hw/misc/imx6ul_ccm.h | 228 + 3 files changed, 1116 insertions(+) create mode 100644 hw/misc/imx6ul_ccm.c create mode 100644