]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: zboot: Add support for serial debug using the PROM
authorAlban Bedel <albeu@free.fr>
Thu, 10 Dec 2015 09:57:21 +0000 (10:57 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 03:05:51 +0000 (04:05 +0100)
commit6335356a02c412e9fa9791e371d775cde699eaa8
tree98014f40f1c450716bf4b2966f31822b42ac03f0
parent3461434b77c1ca0b345310973331e53c9fe96783
MIPS: zboot: Add support for serial debug using the PROM

As most platforms implement the PROM serial interface prom_putchar()
add a simple bridge to allow re-using this code for zboot.

Signed-off-by: Alban Bedel <albeu@free.fr>
Cc: Alex Smith <alex.smith@imgtec.com>
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11811/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/boot/compressed/Makefile
arch/mips/boot/compressed/uart-prom.c [new file with mode: 0644]