aboutsummaryrefslogtreecommitdiff
path: root/include/opal.h
diff options
context:
space:
mode:
authorDeepthi Dharwar <deepthi@linux.vnet.ibm.com>2014-07-24 12:01:15 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-25 14:10:51 +1000
commitda8efe8b9490ae2545d1e3fd2c509dafd707b373 (patch)
treeed58216f94694be281e555428a303bdd5b28bf8f /include/opal.h
parent8b23f08361ef62310b93bba5f330158b1f6c3729 (diff)
downloadskiboot-da8efe8b9490ae2545d1e3fd2c509dafd707b373.zip
skiboot-da8efe8b9490ae2545d1e3fd2c509dafd707b373.tar.gz
skiboot-da8efe8b9490ae2545d1e3fd2c509dafd707b373.tar.bz2
elog: Capture elog size and time out values in struct opal_errorlog
Introduce field in struct opal_errorlog to capture the final PEL log_size. These are needed for pushing the logs directly to the host Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/opal.h')
-rw-r--r--include/opal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opal.h b/include/opal.h
index f219867..689ecaa 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -883,7 +883,9 @@ struct __attribute__((__packed__)) opal_errorlog {
uint32_t user_section_size;
uint32_t reason_code;
uint32_t additional_info[4];
+
uint32_t plid;
+ uint32_t log_size;
char user_data_dump[OPAL_LOG_MAX_DUMP];
struct list_node link;