]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] 4xx: Split early debug output and early boot console for 44x
authorValentine Barshak <vbarshak@ru.mvista.com>
Thu, 18 Oct 2007 12:55:13 +0000 (22:55 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Fri, 19 Oct 2007 21:18:18 +0000 (16:18 -0500)
commitb454628f337f9040022dfc76b03edb7c52e21632
treef087f71b67893e07313b0294ec30ce3a6cc36258
parent3ff9da0750a56f1a8ed9c6b95954271441856648
[POWERPC] 4xx: Split early debug output and early boot console for 44x

Currently there's no way to enable early boot console on PowerPC 44x
not specifying uart's physical address in kernel config, which is used
for very early debug messages. This patch splits very early debug output
(which needs uart physical address in kernel config) and early boot console
(which searches for uarts in the device tree using find_legacy_serial_ports).
We enable early boot console for all 44x processors, while (dangerous)
early debug is user-selectable.

Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/Kconfig.debug
arch/powerpc/platforms/Kconfig.cputype