summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/debug/imx-uart.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: imx: add low-level debug support for i.mx6ulAnson Huang2015-07-141-0/+13
| | | | | | | | | | Enable low-level debug support for i.MX6UL by adding the debug port definitions for the SoC. Singed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: imx7d: add low level debug uart supportAnson Huang2015-06-031-1/+14
| | | | | | | | | Add low level uart debug support for imx7d Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: Bai Ping <b51503@freescale.com> Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: add low-level debug support for imx6sxShawn Guo2014-05-161-0/+11
| | | | | | | Enable low-level debug support for i.MX6 SoloX by adding the debug port definitions for the SoC. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ARM: imx: add debug uart support for IMX50 SoCGreg Ungerer2013-12-091-0/+10
| | | | | | | | Add appropriate UART address definitions and support defines for using the UARTs of the Freescale IMX50 SoC as debug ports. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: enable low-level debug support for imx6slShawn Guo2013-06-171-0/+10
| | | | | | | Enable low-level debug support for i.MX6 SoloLite by adding the debug port definitions for the SoC. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: support DEBUG_LL uart port selection for all i.MX SoCsShawn Guo2013-02-051-0/+88
Extend imx6q DEBUG_LL uart port selection support to cover all i.MX SoCs. The 'range' of the Kconfig option gets dropped, as users looking at the option must know the uart number on his board. The bottom line is that the build system will report an error if an invalid port number is picked for given SoC. The header arch/arm/include/debug/imx-uart.h is created to accommodate all the uart base addresses. And the header will also be used for other low-level debug facility later. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
OpenPOWER on IntegriCloud