summaryrefslogtreecommitdiffstats
path: root/src/include/boot
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2008-06-29 06:41:12 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2008-06-29 06:41:12 +0000
commitc2e8fd42b0f2d411d00893aa6e697685e345e9e6 (patch)
treec1899f0ab94c0ea43a92696180854b0ee998040c /src/include/boot
parent891f1a2650c5b32c65103fa9a5659953fab34157 (diff)
downloadcoreboot-staging-c2e8fd42b0f2d411d00893aa6e697685e345e9e6.zip
coreboot-staging-c2e8fd42b0f2d411d00893aa6e697685e345e9e6.tar.gz
Adds a field to the serial port descriptor about the configured line speed.
Signed-Off-By: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3396 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/boot')
-rw-r--r--src/include/boot/coreboot_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h
index d203437..3f8e606 100644
--- a/src/include/boot/coreboot_tables.h
+++ b/src/include/boot/coreboot_tables.h
@@ -145,6 +145,7 @@ struct lb_serial {
uint32_t tag;
uint32_t size;
uint16_t ioport;
+ uint32_t baud;
};
#define LB_TAG_CONSOLE 0x0010
OpenPOWER on IntegriCloud