summaryrefslogtreecommitdiffstats
path: root/platforms/astbmc/witherspoon.c
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2017-07-17 13:25:39 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-19 17:12:17 +1000
commit293b5ac60b3f35e84ed4e0cc28c943b3caab5159 (patch)
treed0b0195851c02cbf07f35ce5abffeb557eaa57fa /platforms/astbmc/witherspoon.c
parentdc2f7ebfdf889ea97857fa32405040ea845505bf (diff)
downloadblackbird-skiboot-293b5ac60b3f35e84ed4e0cc28c943b3caab5159.tar.gz
blackbird-skiboot-293b5ac60b3f35e84ed4e0cc28c943b3caab5159.zip
platform/witherspoon: Enable eSEL logging
OpenBMC stack added IPMI OEM extension to log eSEL events. Lets enable eSEL logging from OPAL side. See: https://github.com/openbmc/openpower-host-ipmi-oem/blob/d9296050bcece5c2eca5ede0932d944b0ced66c9/oemhandler.cpp#L142 (yes, that is the documentation) Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: remove pnor access request, add link to OpenBMC doc] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'platforms/astbmc/witherspoon.c')
-rw-r--r--platforms/astbmc/witherspoon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/astbmc/witherspoon.c b/platforms/astbmc/witherspoon.c
index 6a773061..c5227398 100644
--- a/platforms/astbmc/witherspoon.c
+++ b/platforms/astbmc/witherspoon.c
@@ -410,7 +410,7 @@ DECLARE_PLATFORM(witherspoon_platform) = {
.pre_pci_fixup = witherspoon_pre_pci_fixup,
.start_preload_resource = flash_start_preload_resource,
.resource_loaded = flash_resource_loaded,
- .bmc = NULL, /* FIXME: Add openBMC */
+ .bmc = &astbmc_openbmc,
.pci_get_slot_info = slot_table_get_slot_info,
.pci_probe_complete = check_all_slot_table,
.cec_power_down = astbmc_ipmi_power_down,
OpenPOWER on IntegriCloud