summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2018-02-06 00:30:05 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-08 15:36:24 +0000
commitcabbf543a8016858fe8e73d97d2e10ddb39de5fe (patch)
treefdd4abebb3ca7ccef14f509d31972a38ececfbd0 /meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
parent506e1601e09cf151bdba2cafc8cb2a6ba073b1e6 (diff)
downloadtalos-openbmc-cabbf543a8016858fe8e73d97d2e10ddb39de5fe.tar.gz
talos-openbmc-cabbf543a8016858fe8e73d97d2e10ddb39de5fe.zip
Change the capability values to match bmc capabilities.
Update the capability values for following Serial TMODE Available - No Out-Of-Band Secondary (second) LAN Channel Available - No Mandatory Primary LAN OOB Support (RMCP+ Support Only) Channel Number - 1 resolves openbmc/openbmc#2884 Change-Id: I24a58a6323a534acdd41b0dd59d746b3927301a2 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json')
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
index 0f3dc3399..2d8832081 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/dcmi_cap.json
@@ -1,7 +1,7 @@
{
"PowerManagement": 1,
- "OOBSecondaryLan": 1,
- "SerialTMODE": 1,
+ "OOBSecondaryLan": 0,
+ "SerialTMODE": 0,
"InBandSystemInterfaceChannel": 1,
"SELAutoRollOver": 1,
"FlushEntireSELUponRollOver": 0,
@@ -11,7 +11,7 @@
"PowerMgmtDeviceSlaveAddress": 0,
"BMCChannelNumber": 0,
"DeviceRivision": 0,
- "MandatoryPrimaryLanOOBSupport": 255,
+ "MandatoryPrimaryLanOOBSupport": 1,
"OptionalSecondaryLanOOBSupport": 255,
"OptionalSerialOOBMTMODECapability": 255
}
OpenPOWER on IntegriCloud