summaryrefslogtreecommitdiffstats
path: root/meta-facebook
Commit message (Collapse)AuthorAgeFilesLines
* meta-facebook: layer.conf: Add warrior compatibilityPatrick Venture2019-04-061-1/+1
| | | | | | | | | | | | | oe-core branched in preparation for the upcoming 2.7 Yocto release and as of 13e45ff requires core layer compatibility to "warrior" instead of "thud". We'll retain compatibility for both until we do our own branch or stop testing thud. (From meta-facebook rev: ecbe3814cf69ecf51052ac9f0129306f9fd2dd78) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Icd1ed7dd25f959f888f1125ad47bdbb2b16c02e1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Adding ipmb and fb-ipmi-oem for TiogapassVijay Khemka2019-04-041-0/+2
| | | | | | | | | | Added phosphor-ipmi-ipmb and fb-ipmi-oem packages for Tiogapass (From meta-facebook rev: a5a2da07916c7e61dd139b229a48176a6d5db311) Change-Id: I4b4bab66500f8022e31307566c17cde5cf8d1bba Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Facebook: Adding recipe for fb-ipmi-oemVijay Khemka2019-04-041-0/+32
| | | | | | | | | | New recipe file for FB IPMI commands (From meta-facebook rev: d4b6d36b64e6078e305964dcb1377676d85d49ab) Change-Id: Ib5f0c7562e3cda5fd2ca5c54cbce1ca5ba2727f8 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Facebook: Adding channel config for ipmbVijay Khemka2019-03-281-0/+14
| | | | | | | | | | | Added channel config file with max_transfer_size set to 256 as FB ipmb message size are more than 64 bytes. (From meta-facebook rev: 3c41f27e03ded2b6f22bbd50ed3119cafb247cbb) Change-Id: Iadc6487ab8bd69d65adebc3cd69f00f2318e3223 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Adding device id configurationVijay Khemka2019-03-182-0/+3
| | | | | | | | | | Added device id configuration for Facebook Tiogapass platform (From meta-facebook rev: a03c3c77edba9d53474473a6f579d67bcbeb39e4) Change-Id: Id99b8562b4976a2c96083385a9a24af0bf18a6ca Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Add support for reset, cycle and sled-cycle.Amithash Prasad2019-03-104-27/+85
| | | | | | | | | | | | | Remove the requirement of the fru-id 1 from the command line. Add support to reset and cycle the server Add support to cycle the entire sled (Through the hotswap controller) Basic checks during power on/off to ensure valid initial steps. (From meta-facebook rev: af4ff94581bafa922e84b75b8eeff8b7e821328d) Change-Id: I8044e2afd52e58b095dd4ffad89e4397121a971a Signed-off-by: Amithash Prasad <amithash@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-facebook: Add NCSI MAC kernel configVijay Khemka2019-02-051-0/+1
| | | | | | | | | | | | Added CONFIG_NCSI_OEM_CMD_GET_MAC for tiogapass kernel config. Tested: Build tiogapass kernel image and verified. (From meta-facebook rev: d84f10b1469a26618387a313b9b4530ecf9626be) Change-Id: I88bd7d71fd1f25cab694a1ae84afab8c6540ee7c Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-facebook: upgrade to yocto 2.6Vijay Khemka2019-01-101-1/+1
| | | | | | | | | | set layer compatability to thud (From meta-facebook rev: f3275f5f3161f23fe2610417265d12577e69540a) Change-Id: I6ab2683f7c2996ad31a6c8e0579428fdb5b892e7 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-facebook: Add License file for fb-powerctrlVijay Khemka2019-01-082-2/+18
| | | | | | | | | | | | | | fb-powerctrl: Added missing License file and also updated inheriting obmc-phosphor-systemd instead of systemd file for installing service files. Tested: Build tiogapass image and verified. (From meta-facebook rev: 4855da8a80b24c732ac77ba527ce4320186e1fa3) Change-Id: I0508e4db25abfdbdb53f632069ffc619195ea883 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add fb-powerctrl to Facebook TiogapassVijay Khemka2018-12-197-0/+131
| | | | | | | | | | | | | | | | Added a new module fb-powerctrl to comtrol host power. It includes power-util which controls power on and off of given host server. Tested: Build Facebook TiogaPass board and load on the target hardware. Ensured that power on and off features works as expected. (From meta-facebook rev: 67abf96e04c1aab15c90480eca2b00bf9b5c51ab) Change-Id: I21090bbe461111c15e404c544f303615fbf62c9b Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add kcs bridge to Facebook TiogapassVijay Khemka2018-12-111-0/+1
| | | | | | | | | | | | | Added phosphor-ipmi-kcs to Facebook Tiogapass Tested: Build Facebook TiogaPass board and load on the target hardware. Ensured that kcsbridge is running fine. (From meta-facebook rev: 90f7a7bf5b581b12a6a9abc4160a86fdf82476e8) Change-Id: If9f80347e1b644fae72cc3c42e63e98e7a95b8f7 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add dbus-sensors to Facebook TiogapassVijay Khemka2018-12-061-0/+1
| | | | | | | | | | | | | | Added dbus-sensors to Facebook Tiogapass Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that all sensors informations are displayed on dbus. (From meta-facebook rev: e5376be34bd11d070fd6d68ed7740035a6c56990) Change-Id: If995235085c902521dff82ffd45d3a9c34746f45 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add Entity Manager to Facebook TiogapassVijay Khemka2018-11-152-0/+19
| | | | | | | | | | | | | | Added entity manager to Facebook Tiogapass Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that all FRU informations are displayed. (From meta-facebook rev: cca64f8d5305c85ca41244a359ee9d1dd9a6fdb9) Change-Id: Ib7c020c014b3504c7c9c43d531aea33bf319f601 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add Preferred provider for obmc-host-ctlVijay Khemka2018-10-151-0/+1
| | | | | | | | | | | | | | | | | Added preferred provider for obmc-host-ctl in Tiogapass configuration. Currently we don't have our own host-ctl and I was getting build error where obmc-host-ctl had multiple provider and I just choose this one to get pass build. We will update this once we figure out right obmc-host-ctl for us. Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that BMC boots to console. (From meta-facebook rev: a8d90c530373396a1d26b59ea8598dad909683e6) Change-Id: Ibd4ebfe0ec27e52b5196b891f97ac529c0ff8427 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Introducing meta-facebookVijay Khemka2018-09-2612-0/+513
Initial introduction of Facebook TiogaPass family equipped with Aspeed 2500 BMC SoC. Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that BMC boots to console. (From meta-facebook rev: 92e80d2b576a8c57ae073a0284652d8ea39602e8) Change-Id: Iefaf535e382b1e4fcfc212b5d29cd7166c90998e Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud