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. Reg

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

2013-08-16 Thread Andreas Wass
AUART driver. Best regards Andreas Wass 16 aug 2013 kl. 19:00 skrev "Otavio Salvador" : > On Fri, Aug 16, 2013 at 1:24 PM, Andreas Wass > wrote: >> The target uses AUART 3 instead of the DUART for console output. >> >> Signed-off-by: Andreas Wass >> Cc: F

[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 Cc: Fabio Estevam Cc: Marek Vasut --- boards.cfg| 1 + include/configs/mxs.h | 7 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index

[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 Cc: Fabio Estevam Cc: Marek Vasut --- Changes for v2: - Added comment that regs-uartapp.h is pulled from LTIB - BM_ prefixes removed and

[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 Cc: Fabio Estevam Cc: Marek Vasut --- Changes for v2: - Added comment that regs-uartapp.h is pulled from LTIB - BM_ prefixes removed and

[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 Cc: Fabio Estevam Cc: Marek Vasut --- Changes for v2: - Added comment that regs-uartapp.h is pulled from LTIB - BM_ prefixes removed and

[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 Cc: Fabio Estevam Cc: Marek Vasut --- Changes for v2: - Added comment that regs

[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 Cc: Fabio Estevam Cc: Marek Vasut --- arch/arm/include/asm/arch-mxs/regs-uartapp.h

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

2013-08-04 Thread Andreas Wass
for i.MX28. >>> However 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? >&g

[U-Boot] Implement AUART for i.MX28

2013-07-09 Thread Andreas Wass
ff-by: Andreas Wass --- 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 | 19 ++- 5