aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/etherboot
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-10-29 10:17:07 +0100
committerKeir Fraser <keir@xen.org>2010-10-29 10:17:07 +0100
commit708261e4969bbc47a88921e85e07a91549c8e27e (patch)
tree813de65ac3c40d7792e9bafb5b3216431eaf70bf /tools/firmware/etherboot
parent16febcc2cbd843f60847e7aa72b82fe6a112ba68 (diff)
downloadxen-708261e4969bbc47a88921e85e07a91549c8e27e.tar.gz
xen-708261e4969bbc47a88921e85e07a91549c8e27e.tar.bz2
xen-708261e4969bbc47a88921e85e07a91549c8e27e.zip
hvmloader: Configure gPXE to use serial console
Sometimes we would rather connect to an HVM's serial console than it's VGA display. In this case we cannot see or interact with the ethernet booting process. This is a bit annoying so let's just enable it. Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com>
Diffstat (limited to 'tools/firmware/etherboot')
-rw-r--r--tools/firmware/etherboot/Config3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/firmware/etherboot/Config b/tools/firmware/etherboot/Config
index 5ce08bb903..143914f135 100644
--- a/tools/firmware/etherboot/Config
+++ b/tools/firmware/etherboot/Config
@@ -6,3 +6,6 @@ CFLAGS += -DPXE_DHCP_STRICT
CFLAGS += -UNO_POST_PROMPT
CFLAGS += -DNO_POST_PROMPT
+
+CFLAGS += -UCONSOLE_SERIAL
+CFLAGS += -DCONSOLE_SERIAL=1