summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/recipes-phosphor/sensors
AgeCommit message (Collapse)AuthorFilesLines
2021-09-10meta-amd: fix compilation errors with latest YoctoKonstantin Aladyshev1-1/+1
Make the following changes to fix compilation errors: - add honister to the LAYERSERIES_COMPAT variable, - increase CONF_VERSION to 2, - use new bitbake override syntax Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I971f0f0f7110e0350994ced151ca429444885056
2021-08-30meta-ethanolx: Support AST2500 internal ADC sensorKonstantin Aladyshev1-0/+1
Populate ADC sensor data to the system. This change make ADC data accessible over DBus, IPMI, Redfish and webui-vue. The threshold values were calculated as 10% from the target values. The "PowerState: On" entity-manager parameter on the "*_RUN" channels is used to make thresholds active only when the board is powered on. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I5322e83fdbfa0815bed454ea81b83725a2221d2c
2021-08-30meta-ethanolx: Enable only necessary dbus-sensors appsKonstantin Aladyshev1-0/+5
On the AMD EthanolX CRB only few of the dbus-sensors apps are relevant. The rest of them aren't needed and will only waste cpu time and produce ambiguous fail messages at the initilization stage. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I9ce01d93d79b40386a59757244e8b9b8a6008289
2021-05-06meta-ethanolx: Remove 'phosphor-hwmon' app and its configuration filesKonstantin Aladyshev10-107/+0
As now 'entity-manager' and 'dbus-sensors' apps are used for the sensor monitoring, 'phosphor-hwmon' app and its configuration files are no longer needed. Moreover if 'phosphor-hwmon' app is present alongside with the 'dbus-sensors' app, it would produce duplicate sensors on Redfish. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I251663a05a8447ad84e13855c02284930ba8d8f4
2021-04-22build phosphor-hwmon with mesonMatt Spinler1-1/+1
The repository supports it, so switch it over in bitbake. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I8d96c79b395ee2614ddd869091569f245426c5c7
2020-09-09meta-amd: subtree update:0ec4f9ff17..496d83825eBrad Bishop10-0/+107
Supreeth Venkatesh (22): meta-amd: Add recipe for power control. meta-amd: Override watchdog recipe. meta-amd: Override fans and sel-logger recipes. meta-amd: Define OpenBMC AMD package group applications. meta-amd: Add Linux kernel recipe for EthanolX. meta-amd: EthanolX platform configuration meta-amd: Enable bmcweb and phosphor-webui meta-amd: Enable LED Group Management for Ethanolx meta-amd: Enable OOB BMC firmware update meta-amd: Enable SOL host console meta-amd: Modify device tree to enable thermal sensors for EthanolX meta-amd: Enable hwmon to monitor thermal sensors and fan meta-amd: Enable ipmi fru and sensor configuration meta-amd: Add ipmi config, host and fru .bbappend files meta-amd: Add entity-manager and ipmitool modules meta-amd:linux: Added I2c0 and I2c1 which cater to AMD's APML Interface meta-amd: Remove device tree patch meta-amd: Add device tree patch meta-amd: Add chassis control application meta-amd: Add phosphor host logger application meta-amd: Add fan tach sensor for fan 0 and fan 1 meta-amd: Remove bmcweb bbappend file Change-Id: I53d6f4be203eefce1475d588b55fdf785b2b2024 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>