Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d5499b5 authored by Valentine Barshak's avatar Valentine Barshak Committed by Josh Boyer
Browse files

[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: default avatarValentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent b7c1dfba
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -216,7 +216,6 @@ config PPC_EARLY_DEBUG_BEAT
config PPC_EARLY_DEBUG_44x
config PPC_EARLY_DEBUG_44x
	bool "Early serial debugging for IBM/AMCC 44x CPUs"
	bool "Early serial debugging for IBM/AMCC 44x CPUs"
	depends on 44x
	depends on 44x
	select PPC_UDBG_16550
	help
	help
	  Select this to enable early debugging for IBM 44x chips via the
	  Select this to enable early debugging for IBM 44x chips via the
	  inbuilt serial port.
	  inbuilt serial port.
+1 −0
Original line number Original line Diff line number Diff line
@@ -48,6 +48,7 @@ config 44x
	bool "AMCC 44x"
	bool "AMCC 44x"
	select PPC_DCR_NATIVE
	select PPC_DCR_NATIVE
	select WANT_DEVICE_TREE
	select WANT_DEVICE_TREE
	select PPC_UDBG_16550


config E200
config E200
	bool "Freescale e200"
	bool "Freescale e200"