summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-27meta-ethanolx: Remove devicetree patch as all changes were merged upstreamKonstantin Aladyshev2-66/+1
Devicetree patch is no longer needed as all the changes are now merged upstream and will be by default in the next kernel release. As to the current OpenBMC kernel release, all the changes were backported and therefore the devicetree patch is no needed here too. (From meta-amd rev: a6dd837fee1cd0ff765d9f84150baea32b4ab35d) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I81b5a8bd139dcf1da32da6b5005b3e9e015d2fd7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-11-21meta-amd: update Yocto compat for gatesgarthPatrick Williams1-1/+1
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunsfell (previous). (From meta-amd rev: 053aaa505b711929800bffdcc1f748ddb89e50e7) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I98a0b761a51db8813ac50fb89ba3923b89a39259 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20meta-ethanolx: Add 'channel_config.json' fileKonstantin Aladyshev1-0/+178
Add 'channel_config.json' file with configuration settings for the AMD EthanolX Customer Reference Board (From meta-amd rev: 6ea0bb93cc31d9caeb876411849229c8c49c1a2a) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I42bbb4f3593e51f845a28e2d7b6c2e040c299819 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17meta-amd: Update chassis control applicationSupreeth Venkatesh2-92/+262
Updates chassis power control app based off of x86-power-control recipe with modifications needed to support EthanolX customer reference board. (From meta-amd rev: c375601d165c33c3f31019336dfae6ff04e3b9b2) Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Change-Id: Ib4de4a919a2f5ad5f2b40692a46d4b28b15a2fa9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-03Use correct coefficients for IPMI sensorsKonstantin Aladyshev1-11/+11
Temperature values are presented as floats on Dbus and therefore don't need any 'scale' coefficients. Fan sensors on the other side have great values (0-10000) and therefore need M=40 (40*256=10240). (From meta-amd rev: c1fb9be8aa6168838eebc2da6fe6f22a0d56daf9) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I76cf4f098df06b8cb0a6b6440364795b9c830e2a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-03Use correct type for Dbus sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-10/+10
Dbus sensor interface 'xyz.openbmc_project.Sensor.Value' migrated from int to double. Therefore all old 'int64_t' types in "*-ipmi-sensor.yaml" files for this interface should be changed to 'double'. (From meta-amd rev: 5f837d4db1ec886e7616ad3f457d260aa39135a5) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I19cb7daf287a9ff77c571c0a82ff7ae7a83fe50f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-09meta-amd: subtree update:0ec4f9ff17..496d83825eBrad Bishop31-0/+2350
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>