Re: [U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-17 Thread Andreas Wass
Dear Marek I wonder, why dont you add support for the TQ SoM in the first place? I have plans to do it but I only have access to the board at work and I currently am very busy so have limited time testing the board setup, so I don't know when in time I will be able to submit such a patch.

[U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-16 Thread Andreas Wass
The target uses AUART 3 instead of the DUART for console output. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut ma...@denx.de --- boards.cfg| 1 + include/configs/mxs.h | 7 ++- 2 files changed, 7 insertions

Re: [U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-16 Thread Andreas Wass
driver. Best regards Andreas Wass 16 aug 2013 kl. 19:00 skrev Otavio Salvador ota...@ossystems.com.br: On Fri, Aug 16, 2013 at 1:24 PM, Andreas Wass andreas.w...@dalelven.com wrote: The target uses AUART 3 instead of the DUART for console output. Signed-off-by: Andreas Wass andreas.w

[U-Boot] [RFC][PATCH v3] ARM: mxs: Added application UART driver

2013-08-14 Thread Andreas Wass
The driver makes it possible to use an application UART as the U-Boot output console for Freescale i.MX23/i.MX28 devices. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - Added comment

[U-Boot] [RFC][PATCH v4] ARM: mxs: Added application UART driver

2013-08-14 Thread Andreas Wass
The driver makes it possible to use an application UART as the U-Boot output console for Freescale i.MX23/i.MX28 devices. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - Added comment

[U-Boot] [PATCH v5] ARM: mxs: Added application UART driver

2013-08-14 Thread Andreas Wass
The driver makes it possible to use an application UART as the U-Boot output console for Freescale i.MX23/i.MX28 devices. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut ma...@denx.de --- Changes for v2: - Added comment

[U-Boot] [RFC][PATCH] ARM: mxs: Added application UART driver

2013-08-11 Thread Andreas Wass
The driver is ported from a driver that was implemented using u-boot 2009. The driver makes it possible to use a regular application UART as the U-Boot output console for MXS CPUs. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut

[U-Boot] [RFC][PATCH v2] ARM: mxs: Added application UART driver

2013-08-11 Thread Andreas Wass
The driver is ported from a driver that was implemented using u-boot 2009. The driver makes it possible to use a regular application UART as the U-Boot output console for MXS CPUs. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut

Re: [U-Boot] Implement AUART for i.MX28

2013-08-04 Thread Andreas Wass
for it to work I must print 1 character to the debug UART via the serial_pl01x driver. If I do this the AUART will start working. If I don't nothing will be printed to the AUART. Anybody can see any obvious errors? Signed-off-by: Andreas Wass andreas.w...@dalelven.com I have to wonder

[U-Boot] Implement AUART for i.MX28

2013-07-09 Thread Andreas Wass
-by: Andreas Wass andreas.w...@dalelven.com --- drivers/serial/Makefile |1 + drivers/serial/mxs-regs-uartapp.h | 307 + drivers/serial/mxs_auart.c| 161 +++ drivers/serial/serial.c | 11 +- drivers/serial/serial_pl01x.c