summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2017-09-29 13:43:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-11 23:22:22 -0400
commit2fdfdcd512a7b511b64eb245c6a3da2ab96abca0 (patch)
treec2a0f2161658a4319001a6dd0a5db238bdf3843d /src/include
parent5f5036753835bb6972661988a19408782a8658e8 (diff)
downloadtalos-hostboot-2fdfdcd512a7b511b64eb245c6a3da2ab96abca0.tar.gz
talos-hostboot-2fdfdcd512a7b511b64eb245c6a3da2ab96abca0.zip
Remove NETFUN_AMI from ipmiif.H
Change-Id: Ic46fc04f682554e2aa9f7bfafa09cd667574825f RTC:180471 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47018 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/ipmi/ipmiif.H4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/usr/ipmi/ipmiif.H b/src/include/usr/ipmi/ipmiif.H
index 4dd5e7cbb..d94e5d4a2 100644
--- a/src/include/usr/ipmi/ipmiif.H
+++ b/src/include/usr/ipmi/ipmiif.H
@@ -111,7 +111,6 @@ namespace IPMI
NETFUN_STORAGE = (0x0a << 2),
NETFUN_TRANPORT = (0x0c << 2),
NETFUN_GRPEXT = (0x2c << 2),
- NETFUN_AMI = (0x32 << 2),
NETFUN_IBM = (0x3a << 2),
// Overload the OEM netfun for a "none" netfun. We use this as a
@@ -261,9 +260,8 @@ namespace IPMI
inline const command_t add_sel(void)
{ return std::make_pair(NETFUN_STORAGE, 0x44); }
- //AMI-specific storage messages
inline const command_t partial_add_esel(void)
- { return std::make_pair(NETFUN_AMI, 0xf0); }
+ { return std::make_pair(NETFUN_IBM, 0xf0); }
// event messages
inline const command_t platform_event(void)
OpenPOWER on IntegriCloud