summaryrefslogtreecommitdiffstats
path: root/openpower/patches/p8dtu-patches/hostboot-p8/0005-change-pnor-response-command-to-0x7.patch
blob: 943b471180d5aa1a2fe4eb7eb10ad35b01507bd9 (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 50ae9cf95223a5f6492e7e515ccef9d4499ef823 Mon Sep 17 00:00:00 2001
From: Jim Yuan <jim.yuan@supermicro.com>
Date: Tue, 11 Oct 2016 10:03:01 -0700
Subject: [PATCH 05/14] change pnor response command to 0x7

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 94fca5fb6..4b41cb3bc 100644
--- a/src/include/usr/ipmi/ipmiif.H
+++ b/src/include/usr/ipmi/ipmiif.H
@@ -289,7 +289,7 @@ namespace IPMI
     { return std::make_pair(NETFUN_IBM, 0x07); }
 
     inline const command_t pnor_response(void)
-    { return std::make_pair(NETFUN_IBM, 0x08); }
+	{ return std::make_pair(NETFUN_IBM, 0x07); }
 
     inline const command_t hiomap_event(void)
     { return std::make_pair(NETFUN_IBM, 0x0f); }
-- 
2.16.2.windows.1

OpenPOWER on IntegriCloud