summaryrefslogtreecommitdiffstats
path: root/openpower/patches/p8dtu-patches/hostboot-p8/0004-change-esel-command-netfn-to-IBM-0x3a.patch
blob: 3215bc2e6bbcfea440a3d687a74dc66d64a3f510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From eee0dcae475618bef686198baf28c750de9a63a5 Mon Sep 17 00:00:00 2001
From: Jim Yuan <jim.yuan@supermicro.com>
Date: Tue, 11 Oct 2016 10:00:15 -0700
Subject: [PATCH 04/14] change esel command netfn to IBM 0x3a

Signed-off-by: Jim Yuan <jim.yuan@supermicro.com>
---
 src/include/usr/ipmi/ipmiif.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/usr/ipmi/ipmiif.H b/src/include/usr/ipmi/ipmiif.H
index 5c2444f26..94fca5fb6 100644
--- a/src/include/usr/ipmi/ipmiif.H
+++ b/src/include/usr/ipmi/ipmiif.H
@@ -265,7 +265,7 @@ namespace IPMI
 
     //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)
-- 
2.16.2.windows.1

OpenPOWER on IntegriCloud