summaryrefslogtreecommitdiffstats
path: root/openpower/patches/vesnin-patches/hostboot/hostboot-0007-Set-IBM-instead-of-AMI-for-eSEL.patch
blob: a94ada2b1ae3fcff15be7932cab8b2e5fc3ff627 (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
27
28
29
30
From 177df7658cbd8c78d5f3cf043e78d02880945b85 Mon Sep 17 00:00:00 2001
From: Artem Senichev <a.senichev@yadro.com>
Date: Tue, 13 Mar 2018 15:50:51 +0300
Subject: [PATCH] Set IBM instead of AMI for eSEL

Originally created by MSI (S188).
The root cause is that the latest openbmc replace the NETFUN_AMI with
NETFUN_IBM, so bmc can't log the eSEL from PNOR.

Signed-off-by: Artem Senichev <a.senichev@yadro.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 44283cc0b..0f1309e31 100644
--- a/src/include/usr/ipmi/ipmiif.H
+++ b/src/include/usr/ipmi/ipmiif.H
@@ -258,7 +258,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.14.1

OpenPOWER on IntegriCloud