]> Pileus Git - ~andy/linux/commit
x86, setup: Early-boot serial I/O support
authorPekka Enberg <penberg@cs.helsinki.fi>
Sun, 11 Jul 2010 08:06:57 +0000 (11:06 +0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 12 Jul 2010 21:46:00 +0000 (14:46 -0700)
commitfa97bdf92709adaaf8b9a5164a895e262a4fcf60
treee34f1b6232c302e39065f3dd7ef8bbf4c8ac3d3d
parent589643be6693c46fbc54bae77745f336c8ed4bcc
x86, setup: Early-boot serial I/O support

This patch adds serial I/O support to the real-mode setup (very early
boot) printf(). It's useful for debugging boot code when running Linux
under KVM, for example. The actual code was lifted from early printk.

Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1278835617-11368-1-git-send-email-penberg@cs.helsinki.fi>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/boot/boot.h
arch/x86/boot/main.c
arch/x86/boot/string.c
arch/x86/boot/tty.c