aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/debug/vf.S
Commit message (Collapse)AuthorAge
* ARM: vf610: add UART choice for low-level debugStefan Agner2014-04-30
| | | | | | | | | | Add choice for low-level debug UART. Similar to i.MX6, there is a numeric configuration, valid choices are 0 to 3. Note that the kernel assumes that the boot loader initialized clock properly. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: add low-level debug for vybridShawn Guo2013-10-20
Add low-level debug support for vybrid, so that earlyprintk can be enabled for debugging early boot issue. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>