summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-03-26 15:34:54 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-02 14:15:57 -0500
commitdfb1b82ade8c531ded1b22aa869a0f36f953245f (patch)
treeffbf2c19d6eb6700306867121d303abc5fcc4600 /src/include/usr
parenta67714868bafb299786e1d91508706da8fea1e36 (diff)
downloadtalos-hostboot-dfb1b82ade8c531ded1b22aa869a0f36f953245f.tar.gz
talos-hostboot-dfb1b82ade8c531ded1b22aa869a0f36f953245f.zip
Reject IPMI events which aren't destined for the host
Change-Id: I378e0763c5ca8c13830d0e6c057b24e6beb5dc8c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16671 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/ipmi/ipmiif.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/ipmi/ipmiif.H b/src/include/usr/ipmi/ipmiif.H
index 56e3c532b..e65252a58 100644
--- a/src/include/usr/ipmi/ipmiif.H
+++ b/src/include/usr/ipmi/ipmiif.H
@@ -88,6 +88,14 @@ namespace IPMI
NETFUN_NONE = (0x30 << 2),
};
+ // SMS_ATN OEM Event constants
+ enum oem_event
+ {
+ OEM_VALID_NETFUN = 0x3a,
+ OEM_VALID_SEL_ID = 0x5555,
+ OEM_VALID_RECORD_TYPE = 0xC0,
+ };
+
// IPMI Completion Codes
enum completion_code
{
OpenPOWER on IntegriCloud