summaryrefslogtreecommitdiff
path: root/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-ingrasys: meta-zaius: Cleanup for Yocto override syntax changeBrandon Kim2-4/+4
Cleanup with ``` convert-overrides.py meta-ingrasys git grep -l _zaius -- meta-ingrasys \ | xargs sed -i 's/_zaius/:zaius/' ``` After cleanup ``` $ git grep "_[a-z0-9_/-]*[ :]" -- meta-ingrasys | grep '.bb' meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend:# compose_list is not defined immediately so don't use := ``` Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ib2da97530167688313ac16aedd69168137788c86
2019-06-24meta-ingrasys: zaius: new YAML dependency schemeBrad Bishop8-844/+12
All the IPMI virtuals and PREFERRED_PROVIDERS in meta-phosphor are in the process of being deprecated. Prepare for that and move to a simpler scheme for providing the YAML configuration for Zaius systems. (From meta-ingrasys rev: a01ad654ff32e8f16ab36033ca1656d6b15bd1a0) Change-Id: I3d9cd4194d71d994e3f3dcff9a7174d61b2e7c53 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20subtree updatesBrad Bishop1-3/+346
meta-aspeed: c8d791ede6..35a494ecb3: Andrew Jeffery (1): linux-aspeed: OCC, ISL68137, ASPEED spi-nor updates meta-ingrasys: 67bcaf389f..71846afdc6: Patrick Venture (5): meta-ingrasys: zaius: hwmon: udc90160 specify informative names meta-ingrasys: zaius: enable isl68137 and ir38064 meta-ingrasys: zaius: phosphor-hwmon: add vrm nodes meta-ingrasys: zaius: phosphor-hwmon: add power-brick nodes meta-ingrasys: zaius: update ipmi sensor inventory Robert Lippert (3): meta-ingrasys: zaius: remove reflock fixup recipe meta-ingrasys: zaius: avsbus-control: use linux driver instead of raw I2C commands meta-ingrasys: zaius: no longer need to set VDN VOUT_MAX during host boot Change-Id: I5dbcfae6f937e0f01e5fca4c1f686be0e82b7ee1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-ingrasys: zaius: add zaius-ipmi-sensor-inventoryPatrick Venture3-1/+19
Add zaius-ipmi-sensor-inventory instead of appending to phosphor-ipmi-sensor-inventory to not drop the zaius file with another machine that hasn't set an override. The other machine will use the default file supplied by the default provider. (From meta-ingrasys rev: 9cedd21e4a0e71f3f13d6ffe0e9317b3e308a943) Change-Id: I3f15f15553ad8449e19cc2400c2bcb29d0dbb613 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-ingrasys: zaius: add zaius-ipmi-fru-propertiesPatrick Venture3-1/+19
Add zaius-ipmi-fru-properties package instead of appending to phosphor-ipmi-fru-properties to not drop the zaius file with another machine that hasn't set an override. The other machine will use the default file supplied by the default provider. (From meta-ingrasys rev: 4dd8f1dfde10a79c67d2be020ea2dce27bdde7c8) Change-Id: Iac04818b3f879d26b0084f49e5c131a9e115a3e8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-ingrasys: zaius: bugfix native overridePatrick Venture2-2/+2
Native recipes do not recognize machine overrides, because it's native and not set to a machine. Fix the two native recipes that have the zaius machine override. In a multiple system configuration (bblayers), these are handled via custom recipes. (From meta-ingrasys rev: f09aaca6496b6cfe351dc8a990034d6198f614cf) Change-Id: Id76d426bee1779412dc6e4f4d05877f84b22708f Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-ingrasys: master refresh 94d26b9f7d..c5f9312e58Brad Bishop1-1/+2
Update meta-ingrasys to master HEAD. Patrick Venture (5): meta-ingrasys: add INGRASYSBASE meta-ingrasys: zaius: ipmi-inventory-map-native: set LICENSE field meta-ingrasys: zaius: chassis: avsbus-control: set LICENSE field meta-ingrasys: zaius: chassis: refclock-fixup: set LICENSE field meta-ingrasys: zaius: chassis: vcs-control: set LICENSE field Change-Id: I58d8793a08e2e8333ccc4f71608365dec0ff8a8e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-23meta-ingrasys: zaius: Update sensor config YAML to include rExpKun Yi1-0/+3
Tested: None (From meta-ingrasys rev: 05307cd0cc6b4da3fe3038b4cd99d12f370fa324) Change-Id: I7225f4653b77cc449e8929aa494a8c787dd5838c Signed-off-by: Kun Yi <kunyi731@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-sensor-inventory: add onewirePatrick Venture1-0/+27
This adds the IPMI configuration for the four onewire sensors. (From meta-ingrasys rev: d83a702638da09c1bb993b2d5a4ce7067b87bc80) Change-Id: I9d5a8335867b59986959e968121872bfa9538849 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-sensor-inventory: add iio-hwmonPatrick Venture1-0/+108
The zaius device tree specifies two groups of iio-hwmon adc sensors split into a primary set and a secondary set. This adds the IPMI sensor configuration. (From meta-ingrasys rev: e44f547a0a783f54d58df48512a048ac7f987f34) Change-Id: I80ea13efc6a77e2e06ffe73c981d8e0c9b23e8db Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-sensor-inventory: add fan pwmPatrick Venture1-0/+26
Adds the four fans pwm control defined by the pwm-tacho-controller phosphor-hwmon configuration. (From meta-ingrasys rev: 6d8a49a74563ef6fd9f741266621086e1fcb4d56) Change-Id: I004f56f3ebf186ca7316fe19c14fce3b591f4023 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-sensor-inventory: add fan_tachPatrick Venture1-0/+28
Adds the four fans defined by the pwm-tacho-controller phosphor-hwmon configuration. (From meta-ingrasys rev: cd448cc7fdd605fc89fb5407b7da1bf322fb8b54) Change-Id: Ie57a510cc19f0819d21d4f4703c1964ce28e76de Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-fru-properties: add machine suffixPatrick Venture1-1/+1
For phosphor-ipmi-fru-properties, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: 1e86ca2b497673ce721dd3aa31f02d2f2708794e) Change-Id: I1eb29a0a21af00eac74b16db72de2df504596d44 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-sensor-inventory: add machine suffixPatrick Venture1-1/+1
For phosphor-ipmi-sensor-inventory, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: 190d9a01ca6379db2e7fb844b84e93b4d5cd62e4) Change-Id: I322b1c90bde57ad48e192e63a73c8365fc7370a5 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley6-0/+272
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>