]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: add early uart driver
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:25 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commit07d8d35a612b30e37256179fc6fd40158bcb528e
treefb247c1bfd8287336b504ee7616038ca7c19994e
parent2863724831a37b7ef84ba7490c4d41e678191b03
rockchip: add early uart driver

add early uart driver so we can print debug message in
SPL stage

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/uart.h [new file with mode: 0644]
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk_early_print.c [new file with mode: 0644]