summaryrefslogtreecommitdiffstats
path: root/src/include/usr/ipmi
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2016-01-28 11:09:12 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-03 18:37:14 -0500
commit97f5d0db8ff37ebfd16220b368aea5f5b2da0c10 (patch)
tree1645246fa57c483793e560c46ddd55fffb615041 /src/include/usr/ipmi
parentb5e8d8cff288569a1a0d591bc83d5597c147c68d (diff)
downloadtalos-hostboot-97f5d0db8ff37ebfd16220b368aea5f5b2da0c10.tar.gz
talos-hostboot-97f5d0db8ff37ebfd16220b368aea5f5b2da0c10.zip
No Callout in SEL for ABUS
This commit adds endpoint information into SELs for abus callouts. Change-Id: Ie83ccd437d0a1ed6ae96c24bab31843af19fda9f CQ:SW321779 ForwardPort: yes Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/20723 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/ipmi')
-rw-r--r--src/include/usr/ipmi/ipmisel.H9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/usr/ipmi/ipmisel.H b/src/include/usr/ipmi/ipmisel.H
index 7e16d3e3a..3ffa34e4a 100644
--- a/src/include/usr/ipmi/ipmisel.H
+++ b/src/include/usr/ipmi/ipmisel.H
@@ -124,6 +124,11 @@ namespace IPMISEL
event_data1_trans_monitor = 0x07,
event_data1_trans_informational = 0x08,
event_data1_invalid_offset = 0xFF,
+
+ // sel events for sensor specific offsets
+ mem_event_configuration_error = 0x07,
+ proc_event_correctable_mach_check_err = 0x0C,
+ mem_event_device_disabled = 0x04,
};
enum sel_generator_id
@@ -145,11 +150,11 @@ namespace IPMISEL
// Time when event was logged. LS byte first.
uint32_t timestamp;
- // Manufacturer ID
+ // Manufacturer ID
uint8_t manufactureId_data1;
uint8_t manufactureId_data2;
uint8_t manufactureId_data3;
-
+
// OEM defined
uint8_t event_data1;
uint8_t event_data2;
OpenPOWER on IntegriCloud