summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/recipes-phosphor/sensors
AgeCommit message (Collapse)AuthorFilesLines
2022-05-06meta-fii: meta-kudo: Remove the 2p sensor supportAvenash Asai Thambi5-627/+3
Removed the 2p sensor support from the phosphor-virtual-sensor and modified the recipe accordingly to support the new config. Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com> Change-Id: Ie9896ed6473844f54ba0fb3e422de946bec52892
2022-04-12meta-fii: meta-kudo: Use json expressions to select NBM chipset versionAvenash Asai Thambi6-322/+27
The NBM 2G and 4G chipset version is selected using expressions in the json based on the chipset used and available in SDR. Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com> Change-Id: Ibd3c683fde94206254c37c3552db828a6b78e982
2022-04-07meta-fii: meta-kudo: Remove tla2024 from kudoAvenash Asai Thambi3-19/+2
The tla2024 support has been moved into internal repo. Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com> Change-Id: Ia77538f10015b033f989b9371c69cfe5d286ee52
2022-02-24meta-fii: meta-kudo: Modify virtual sensor configMustafa Shehabi7-499/+1224
Add CPU detect to support 1p/2p virtual sensor json configuration Add new thermal sensors Add virtual sensor json selection support based on NBM chipset version Signed-off-by: Mustafa Shehabi <mustafa.shehabi@fii-na.com> Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com> Change-Id: Ib5a442cc35f2402c521557d908a90a86dd091cc0
2022-01-18meta-fii/meta-kudo: Organize executables to follow anti-patterns.mdCharles Boyer2-2/+4
According to https://github.com/openbmc/docs/blob/master/anti-patterns.md, /usr/sbin is reserved for system administration executables. The executables called by services or internal use are placed in /usr/libexec/<package>. Executables kept in /usr/sbin, - kudo.sh - kudo-ras.sh - kudo-fw.sh Executables moved to /usr/libexec, - ampere-hostctrl/ampere_power_util.sh - kudo-fw/kudo-fw-ver.sh - kudo-fw/kudo-lib.sh - kudo-boot/init_once.sh - usb-network/usb_network.sh - obmc-console/kudo_uart_mux_ctrl.sh - pwm-init/pwm_init.sh - phosphor-virtual-sensor/tla2024-enable.sh Also removed /usr/bin/env from service files. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: I270eee5cb9c0ca248f1b84a87d1cff5c6dc129f3
2021-08-20meta-fii/meta-kudo: Fix virtual sensor configMohaimen Alsamarai1-22/+119
Fix virtual sensor config so that sensors will show NA in the SDR when missing its input sensors. Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: I9bba40046c58455e4ba4d8dcd963871023f6920c
2021-08-18meta-fii/meta-kudo: follow the new Yocto override syntax changeMohaimen Alsamarai1-6/+6
Changing the syntax for various yocto files ie. (_ to :) changes to bb, bbappend and conf files. Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: If25577ee9d98398c1a1ab7f85a0373c46af70245
2021-05-22meta-fii/meta-kudo: Use virtual sensorMohaimen Alsamarai1-12/+342
add virtual sensors for DIMMG and CPU power Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: Id7c8269899caddcb68f11c75e867fa173b0b8ee4
2021-05-06meta-fii/meta-kudo: Using Virtual sensormustafa4-0/+97
1- Using Virtual sensor Signed-off-by: mustafa <mustafa.shehabi@fii-na.com> Change-Id: Id942cb0a1fb1032589476bc202148f47d1953c6e Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>