[SPARC]: Fix serial console device detection.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jul 2007 23:59:26 +0000 (16:59 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jul 2007 23:59:26 +0000 (16:59 -0700)
commitc73fcc846c91f53fd2c67fd9c6c04888a9e5892e
tree31faa68b4176636756926535a0f50ff780973275
parentede13d81b4dda409a6d271b34b8e2ec9383e255d
[SPARC]: Fix serial console device detection.

The current scheme works on static interpretation of text names, which
is wrong.

The output-device setting, for example, must be resolved via an alias
or similar to a full path name to the console device.

Paths also contain an optional set of 'options', which starts with a
colon at the end of the path.  The option area is used to specify
which of two serial ports ('a' or 'b') the path refers to when a
device node drives multiple ports.  'a' is assumed if the option
specification is missing.

This was caught by the UltraSPARC-T1 simulator.  The 'output-device'
property was set to 'ttya' and we didn't pick upon the fact that this
is an OBP alias set to '/virtual-devices/console'.  Instead we saw it
as the first serial console device, instead of the hypervisor console.

The infrastructure is now there to take advantage of this to resolve
the console correctly even in multi-head situations in fbcon too.

Thanks to Greg Onufer for the bug report.

Signed-off-by: David S. Miller <davem@davemloft.net>
26 files changed:
arch/sparc/kernel/process.c
arch/sparc/kernel/prom.c
arch/sparc/kernel/setup.c
arch/sparc/prom/console.c
arch/sparc/prom/misc.c
arch/sparc64/kernel/power.c
arch/sparc64/kernel/process.c
arch/sparc64/kernel/prom.c
arch/sparc64/kernel/setup.c
arch/sparc64/kernel/sparc64_ksyms.c
arch/sparc64/prom/console.c
arch/sparc64/prom/misc.c
arch/sparc64/prom/tree.c
drivers/serial/suncore.c
drivers/serial/suncore.h
drivers/serial/sunhv.c
drivers/serial/sunsab.c
drivers/serial/sunsu.c
drivers/serial/sunzilog.c
drivers/video/aty/atyfb_base.c
drivers/video/igafb.c
include/asm-sparc/oplib.h
include/asm-sparc/prom.h
include/asm-sparc64/oplib.h
include/asm-sparc64/prom.h
include/asm-sparc64/system.h