udbg.c (7e66eaf14e19c032433be7c4df3c892fa2a5282f) | udbg.c (c26afe9e8591f306d79aab8071f1d34e4f60b700) |
---|---|
1/* 2 * polling mode stateless debugging stuff, originally for NS16550 Serial Ports 3 * 4 * c 2001 PPC 64 Team, IBM Corp 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 53 unchanged lines hidden (view full) --- 62 /* PPC40x debug */ 63 udbg_init_40x_realmode(); 64#elif defined(CONFIG_PPC_EARLY_DEBUG_CPM) 65 udbg_init_cpm(); 66#elif defined(CONFIG_PPC_EARLY_DEBUG_USBGECKO) 67 udbg_init_usbgecko(); 68#elif defined(CONFIG_PPC_EARLY_DEBUG_WSP) 69 udbg_init_wsp(); | 1/* 2 * polling mode stateless debugging stuff, originally for NS16550 Serial Ports 3 * 4 * c 2001 PPC 64 Team, IBM Corp 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 53 unchanged lines hidden (view full) --- 62 /* PPC40x debug */ 63 udbg_init_40x_realmode(); 64#elif defined(CONFIG_PPC_EARLY_DEBUG_CPM) 65 udbg_init_cpm(); 66#elif defined(CONFIG_PPC_EARLY_DEBUG_USBGECKO) 67 udbg_init_usbgecko(); 68#elif defined(CONFIG_PPC_EARLY_DEBUG_WSP) 69 udbg_init_wsp(); |
70#elif defined(CONFIG_PPC_EARLY_DEBUG_PS3GELIC) 71 udbg_init_ps3gelic(); |
|
70#endif 71 72#ifdef CONFIG_PPC_EARLY_DEBUG 73 console_loglevel = 10; 74 75 register_early_udbg_console(); 76#endif 77} --- 124 unchanged lines hidden --- | 72#endif 73 74#ifdef CONFIG_PPC_EARLY_DEBUG 75 console_loglevel = 10; 76 77 register_early_udbg_console(); 78#endif 79} --- 124 unchanged lines hidden --- |