aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/sysinfo.h
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2012-08-28 16:38:34 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-07 18:30:40 +0100
commit5ab20054d3c6e637fbcde46a08d2a3c0891bf658 (patch)
treeed807af3ab376af09f2f34607551ac487cc0e859 /payloads/libpayload/include/sysinfo.h
parent54c800a50c2c052ce13e29bedc608e180fddc70b (diff)
Update the way serial info is read from the coreboot tables.
This information is now stored in a structure instead of in a few seperate fields. libpayload hadn't been updated to reflect the new layout or to consume the new information intelligently. Change-Id: Ice3486ffcdcdbe1f16f9c84515120c591d8dc882 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: http://review.coreboot.org/1724 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
Diffstat (limited to 'payloads/libpayload/include/sysinfo.h')
-rw-r--r--payloads/libpayload/include/sysinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/payloads/libpayload/include/sysinfo.h b/payloads/libpayload/include/sysinfo.h
index 778dfe9414..cce934f42f 100644
--- a/payloads/libpayload/include/sysinfo.h
+++ b/payloads/libpayload/include/sysinfo.h
@@ -33,8 +33,11 @@
/* Allow a maximum of 16 memory range definitions. */
#define SYSINFO_MAX_MEM_RANGES 16
+struct cb_serial;
+
struct sysinfo_t {
unsigned int cpu_khz;
+ struct cb_serial *serial;
unsigned short ser_ioport;
unsigned long ser_base; // for mmapped serial