Skip to content

Commit

Permalink
Remove NETFUN_AMI from ipmiif.H
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ilya Smirnov authored and dcrowell77 committed Oct 12, 2017
1 parent 5f50367 commit 2fdfdcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/include/usr/ipmi/ipmiif.H
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2fdfdcd

Please sign in to comment.