Re: [Qemu-devel] [PATCH v5 4/5]arm: kinetis_k64_uart

2017-10-27 Thread Gabriel Costa
Hi Fred, I have added the .valid field like the bcm2835_aux.c file inside /hw/char. Gabriel On Fri, Oct 27, 2017 at 9:26 AM, KONRAD Frederic < frederic.kon...@adacore.com> wrote: > > > On 10/26/2017 12:34 PM, Gabriel Costa wrote: > >> From: Gabriel Augusto Costa >> >> This Patch include kineti

Re: [Qemu-devel] [PATCH v5 4/5]arm: kinetis_k64_uart

2017-10-27 Thread KONRAD Frederic
On 10/26/2017 12:34 PM, Gabriel Costa wrote: From: Gabriel Augusto Costa This Patch include kinetis_k64_uart.c and .h uart means Universal Asynchronous Receiver/Transmitter (UART) More information about this peripheral can be found at: pag 1529, K64P144M120SF5RM.pdf. Signed-off-by: Gabriel A

[Qemu-devel] [PATCH v5 4/5]arm: kinetis_k64_uart

2017-10-26 Thread Gabriel Costa
From: Gabriel Augusto Costa This Patch include kinetis_k64_uart.c and .h uart means Universal Asynchronous Receiver/Transmitter (UART) More information about this peripheral can be found at: pag 1529, K64P144M120SF5RM.pdf. Signed-off-by: Gabriel Augusto Costa --- hw/char/kinetis_k64_uart.c