[Qemu-devel] [PATCH v3 11/11] mk64fn1m0.c has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- hw/arm/mk64fn1m0.c | 170 + 1 file changed, 170 insertions(+) create mode 100644 hw/arm/mk64fn1m0.c diff --git a

[Qemu-devel] [PATCH v3 10/11] kinetis_k64_flextimer.c has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- hw/timer/kinetis_k64_flextimer.c | 137 +++ 1 file changed, 137 insertions(+) create mode 100644 hw/timer/kinetis_k64_flextimer.c

[Qemu-devel] [PATCH v3 07/11] kinetis_k64_mcg.c has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- hw/misc/kinetis_k64_mcg.c | 221 ++ 1 file changed, 221 insertions(+) create mode 100644 hw/misc/kinetis_k64_mcg.c diff

[Qemu-devel] [PATCH v3 08/11] kinetis_k64_pmux.c has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- hw/misc/kinetis_k64_pmux.c | 417 + 1 file changed, 417 insertions(+) create mode 100644 hw/misc/kinetis_k64_pmux.c diff

[Qemu-devel] [PATCH v3 05/11] kinetis_k64_flextimer.h has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- include/hw/timer/kinetis_k64_flextimer.h | 62 1 file changed, 62 insertions(+) create mode 100644 include/hw/timer

[Qemu-devel] [PATCH v3 04/11] kinetis_k64_sim.h has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- include/hw/misc/kinetis_k64_sim.h | 56 +++ 1 file changed, 56 insertions(+) create mode 100644 include/hw/misc/kinetis_k64_sim.h

[Qemu-devel] [PATCH v3 03/11] kinetis_k64_pmux.h has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- include/hw/misc/kinetis_k64_pmux.h | 73 ++ 1 file changed, 73 insertions(+) create mode 100644 include/hw/misc/kinetis_k64_pmux.h

[Qemu-devel] [PATCH v3 02/11] kinetis_k64_mcg.h has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- include/hw/misc/kinetis_k64_mcg.h | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 include/hw/misc/kinetis_k64_mcg.h

[Qemu-devel] [PATCH v3 01/11] kinetis_k64_uart.h has been added

2017-10-20 Thread Gabriel Augusto Costa
and peripherals devices; PATCH v4 n/2: It changes the Make files to compile this machine. Signed-off-by: Gabriel Augusto Costa --- include/hw/char/kinetis_k64_uart.h | 85 ++ 1 file changed, 85 insertions(+) create mode 100644 include/hw/char/kinetis_k64_uart.h