summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2015-04-10 15:23:34 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-15 10:28:04 -0500
commitf0cf036e9d8ad6261b09eb1ccc77dd89a72f81d2 (patch)
treeaf3dc6ef8d29245ccb3bbf4a78cfebcd5f2fd6a1 /src/usr/ipmi
parentf76b8272d487172e4a3d16a68871700c873e5940 (diff)
downloadtalos-hostboot-f0cf036e9d8ad6261b09eb1ccc77dd89a72f81d2.tar.gz
talos-hostboot-f0cf036e9d8ad6261b09eb1ccc77dd89a72f81d2.zip
enable eSEL for HB errorlogs from hostboot runtime.
Change-Id: I3dd50c5216e6481958c488220a38c3d6a810d61c RTC: 124972 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17014 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi')
-rw-r--r--src/usr/ipmi/ipmisel.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/ipmi/ipmisel.C b/src/usr/ipmi/ipmisel.C
index 49dcee670..53d02b43b 100644
--- a/src/usr/ipmi/ipmisel.C
+++ b/src/usr/ipmi/ipmisel.C
@@ -222,8 +222,6 @@ void send_esel(eselInitData * i_data,
uint8_t esel_recordID[2] = {0,0};
uint8_t sel_recordID[2] = {0,0};
-#ifndef __HOSTBOOT_RUNTIME
-// TODO RTC: 124972 take this out when runtime supports the eSEL
do{
const size_t l_eSELlen = i_data->dataSize;
uint8_t reserveID[2] = {0,0};
@@ -347,7 +345,6 @@ void send_esel(eselInitData * i_data,
storeReserveRecord(esel_recordID,data);
} // while eSELindex
}while(0);
-#endif
// if eSEL wasn't created due to an error, we don't want to continue
if(o_err == NULL)
OpenPOWER on IntegriCloud