MIPS: zboot: Add support for serial debug using the PROM
authorAlban Bedel <[email protected]>
Thu, 10 Dec 2015 09:57:21 +0000 (10:57 +0100)
committerRalf Baechle <[email protected]>
Sun, 24 Jan 2016 03:05:51 +0000 (04:05 +0100)
commitdbb983145312efba5f7928af1b180a0d83423150
tree98014f40f1c450716bf4b2966f31822b42ac03f0
parent25f66096ac0cbb8e757e6ce3f78665eedb946b17
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 <[email protected]>
Cc: Alex Smith <[email protected]>
Cc: Andrew Bresticker <[email protected]>
Cc: Wu Zhangjin <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/11811/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/Kconfig
arch/mips/boot/compressed/Makefile
arch/mips/boot/compressed/uart-prom.c [new file with mode: 0644]