[POWERPC] Early serial debug support for PPC44x
This adds support for early serial debugging via the built in port on IBM/AMCC PowerPC 44x CPUs. It uses a bolted TLB entry in address space 1 for the UART's mapping, allowing robust debugging both before and after the initialization of the MMU. Signed-off-by:David Gibson <dwg@au1.ibm.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/Kconfig.debug 18 additions, 4 deletionsarch/powerpc/Kconfig.debug
- arch/powerpc/kernel/head_44x.S 13 additions, 21 deletionsarch/powerpc/kernel/head_44x.S
- arch/powerpc/kernel/of_platform.c 0 additions, 1 deletionarch/powerpc/kernel/of_platform.c
- arch/powerpc/kernel/udbg.c 3 additions, 0 deletionsarch/powerpc/kernel/udbg.c
- arch/powerpc/kernel/udbg_16550.c 23 additions, 0 deletionsarch/powerpc/kernel/udbg_16550.c
- arch/powerpc/platforms/44x/44x.h 2 additions, 0 deletionsarch/powerpc/platforms/44x/44x.h
- arch/powerpc/platforms/44x/misc_44x.S 31 additions, 0 deletionsarch/powerpc/platforms/44x/misc_44x.S
- include/asm-powerpc/mmu-44x.h 6 additions, 0 deletionsinclude/asm-powerpc/mmu-44x.h
- include/asm-powerpc/udbg.h 1 addition, 0 deletionsinclude/asm-powerpc/udbg.h
Loading
Please register or sign in to comment