x86, earlyprintk: Add hsu early console for Intel Medfield platform
authorFeng Tang <feng.tang@intel.com>
Mon, 13 Sep 2010 07:08:56 +0000 (15:08 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 8 Oct 2010 08:01:47 +0000 (10:01 +0200)
commit4d033556f1bfaa7604b951bfadd17aaf1b74e4c5
tree43f726c1700d7168df526ce21c4e0f8ed1453d64
parentc20b5c3318fe45e4f33f01a91ccead645dfdf619
x86, earlyprintk: Add hsu early console for Intel Medfield platform

Intel Medfield platform has a high speed UART device, which
could act as a early console. To enable early printk of HSU
console, simply add "earlyprintk=hsu" in kernel command line.

Currently we put the code in the early_printk_mrst.c as it is
also for Intel MID platforms like the mrst early console

Signed-off-by: Feng Tang <feng.tang@intel.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Cc: greg@kroah.com
LKML-Reference: <1284361736-23011-5-git-send-email-feng.tang@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/mrst.h
arch/x86/kernel/early_printk.c
arch/x86/kernel/early_printk_mrst.c