]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: UniPhier: add UART initialization routine for low-level debug
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 6 Jan 2015 05:28:16 +0000 (14:28 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 8 Jan 2015 14:01:56 +0000 (23:01 +0900)
commitb4ad44baab713af371b1113dd63dd222ba73ba13
treec75beddbc007f8a1e6dc1bc1855fe37cea7afa55
parent2661dfd0046285e9007c1de126255bee11c0b8cd
ARM: UniPhier: add UART initialization routine for low-level debug

The low-level debugging functions are useful to debug the early boot
stage where the full UART driver is not available.

UniPhier SoCs need to initialize the UART port 0 to use this feature.
The initialization routine is called at the very entry of the
lowlevel_init().

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/cpu/armv7/uniphier/lowlevel_init.S
arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile
arch/arm/cpu/armv7/uniphier/ph1-ld4/lowlevel_debug.S [new file with mode: 0644]
arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile
arch/arm/cpu/armv7/uniphier/ph1-pro4/lowlevel_debug.S [new file with mode: 0644]
arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
arch/arm/cpu/armv7/uniphier/ph1-sld8/lowlevel_debug.S [new file with mode: 0644]
arch/arm/include/asm/arch-uniphier/debug-uart.S [new file with mode: 0644]