linux/arch/powerpc/xmon
Benjamin Herrenschmidt bb6b9b28d6 [PATCH] powerpc: udbg updates
The udbg low level io layer has an issue with udbg_getc() returning a
char (unsigned on ppc) instead of an int, thus the -1 if you had no
available input device could end up turned into 0xff, filling your
display with bogus characters. This fixes it, along with adding a little
blob to xmon to do a delay before exiting when getting an EOF and fixing
the detection of ADB keyboards in udbg_adb.c

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-01-09 14:51:22 +11:00
..
Makefile [PATCH] powerpc: Unify udbg (#2) 2006-01-09 14:49:54 +11:00
ansidecl.h powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
nonstdio.c powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
nonstdio.h powerpc: Simplify and clean up the xmon terminal I/O 2005-11-08 22:55:08 +11:00
ppc-dis.c powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
ppc-opc.c powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
ppc.h powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
setjmp.S [PATCH] powerpc: Consolidate asm compatibility macros 2005-11-10 13:10:38 +11:00
start.c [PATCH] powerpc: Unify udbg (#2) 2006-01-09 14:49:54 +11:00
xmon.c [PATCH] powerpc: udbg updates 2006-01-09 14:51:22 +11:00