From: Valentine Barshak Date: Thu, 18 Oct 2007 12:55:13 +0000 (+1000) Subject: [POWERPC] 4xx: Split early debug output and early boot console for 44x X-Git-Tag: v2.6.24-rc1~31^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5499b5ac6515991a5149f934cb6f0ead653dbc;p=pandora-kernel.git [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 Signed-off-by: Josh Boyer --- Reading git-diff-tree failed