summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23Add internal ipmi channelVernon Mauery1-4/+4
This configures a channel for the internal communication via the native D-Bus channel. This is what the internal copy of ipmitool would run commands as. So if any command run by the internal ipmitool uses the special channel 0x0E, it will be reported as 0x08 (INTRABMC). (From meta-phosphor rev: 593ac2ebb5ff779356de676865b37bd6f067b0c5) Change-Id: Ieba0af1f3f7bd5ac85df8286349170f618379756 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-21Update the medium type & protocol for channel 0xfSuryakanth Sekar1-2/+2
According to the IPMI,channel 0xf,medium should be system-interface and protocol should be kcs. Tested: get channelInfo command should provide proper medium and protocol. Req: ipmitool raw 0x6 0x42 0xf Res: 0f <0c> <05> 00 f2 1b 0 0 0 (From meta-phosphor rev: b9d41600930802648db433b6ba48e48cab9300df) Signed-off-by: Suryakanth Sekar <suryakanth.sekar@linux.intel.com> Change-Id: I9567875e484d009cee2af1031100d83fb2d196ec Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-04Sync channel name to network interface nameRichard Marian Thomaiyar1-2/+2
Update channel config to network interface name so that it can be referenced directly without any mapper. i.e. channel name is network interface name Depends on phosphor-host-ipmid version, which is also updated in this patch (From meta-phosphor rev: 8d2b48ddef636c8daea43111cc843ed6aaa67688) Change-Id: I3bb5780d3182cbae2a490943818f5d5d20034275 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08Default channel config JSON dataAppaRao Puli2-0/+194
Added default configuration JSON files for all channel information, includes 1) Channel common config 2) Channel access (volatile & non-volatile) data (From meta-phosphor rev: 549a76fc7a8e3cb0b3d84515397aa9c03786204f) Change-Id: Iad077e389fea41cd1d0bf02cef781c8314e6fcae Signed-off-by: AppaRao Puli <apparao.puli@intel.com> Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop5-0/+44
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>