summaryrefslogtreecommitdiff
path: root/meta-yadro/recipes-phosphor/ipmi
AgeCommit message (Collapse)AuthorFilesLines
2022-04-28meta-yadro: phosphor-ipmi-host: fix buildAlexander Filippov1-15/+13
This commit rebases our local patch and fixes the build. Change-Id: I296439215783ea846efc2ae9ef75be4ce4fd0247 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2021-08-23meta-yadro: Yocto override syntax changeAndrei Kartashev2-2/+2
Convert with convert-overrides.py Sync local.conf.sample with: - poky/meta-poky/conf/local.conf.sample - meta-facebook/meta-tiogapass/conf/local.conf.sample Additional manual changes (not found by convert-overrides.py) in - meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed_%.bbappend - meta-yadro/meta-nicole/recipes-phosphor/images/obmc-phosphor-image.bbappend - meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend Tested: image compiles. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I959669bad43ce09c0817b2a002e6db546fb98f7f
2021-07-21meta-yadro: phophor-ipmi-host: fix mailbox patchAlexander Filippov1-33/+32
This commit adapts `0002-Add-support-for-boot-initiator-mailbox.patch` and fixes build. Change-Id: I7a89d66a14862eab26662c97b43c3de7f0b67c8f Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2020-10-16meta-yadro: impi: Rename phosphor-ipmi-configAlexander Filippov1-0/+0
phosphor-ipmi-config is the package without an external repository and does not have any suffixes in the name. This just renames the bbappend file and fixes the build. (From meta-yadro rev: bcdc5919568f79f706bca797b3a2c8f0834a5ab7) Change-Id: Idc0394276f639de68f92d6a51b0e21b994bdf1a5 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-07meta-yadro: ipmi: Add cipher listKirill Pakhomov2-0/+15
This commit adds list of ciphers supported by YADRO. Besides the default cipher suite 17 from meta-phosphor layer, the cipher suite 3 (hmac_sha1 auth. algorithm) has been added. (From meta-yadro rev: df5e1284a61baa0f9aa923c66573505362a49c9f) Signed-off-by: Kirill Pakhomov <k.pakhomov@yadro.com> Change-Id: I69baa4c7decd5d38d253643d68e89514b4291268 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-02meta-yadro: ipmid: Fix bootmbox supportAlexander Filippov1-155/+96
The phosphor-host-ipmid was modified by the upstream and our patch is now conflicted with those changes. This commit brings the refactored patch file and fixes the phosphor-host-ipmid building. (From meta-yadro rev: f0ea8198fe547003cb96f5c9c1d393fe0ef67bc4) Change-Id: I670138248cd49955053dc594108b0c482df94efe Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-30meta-yadro: Fix version parsing, update AUX revAlexander Amelkin2-1/+331
AUX Revision info was always taken from the dev_id.json file if it exists, overriding the value calculated from the active firmware version string. Also, when AUX info was calculated, it only properly parsed the dirtyness of the build. With this commit the AUX info calculation will properly parse the git hash part and will include it as higher 3 bytes of the AUX info. For officially released versions the lower byte will be zero. For development versions, bits [7:1] of the fourth byte will all be 1 as an indicator of non-release branch. For unofficial builds from release branches those bits will contain a number from 1 to 126 indicating a patch level since the release tag. In any case the bit 0 of byte 4 is a dirtyness indicator. If the sources used to build the firmware were modified compared to the git hash, this bit will be 1. WARNING: For the AUX decoding from version string to work properly, the dev_id.json file must NOT contain the `aux` property. (From meta-yadro rev: 468784ebfd8009e34207018c44858e2b6bc28762) End-user-impact: Version info is properly represented in the AUX Revision Info fields in response to the IPMI Get Device ID command (ipmitool mc info) Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com> Change-Id: Iec376659ab108283e224618e3f6afed24a86b199 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10meta-yadro: share boot initiator mailbox supportIvan Mikhaylov3-0/+575
Boot Initiator Mailbox should be available on all our hardware. This commit moves all required files and recipes to the meta-yadro. (From meta-yadro rev: 9ee3c28294c6a87912edbcf09b999b926634f836) Change-Id: Idc52bfb50c8f122662279a593de0ee40703ddb51 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Ivan Mikhaylov <i.mikhaylov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>