summaryrefslogtreecommitdiff
path: root/meta-amd
AgeCommit message (Collapse)AuthorFilesLines
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: Add MAINTAINERS fileSupreeth Venkatesh1-0/+45
Adds MAINTAINERS file which lists the initial maintainer for the meta-amd repository. (From meta-amd rev: bf95777b8150cef8772d825124b9d72c5a727e9e) Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Change-Id: I498ecb9403c2c4cbfea3a0b4a2e1113fdf244d64 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-13meta-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: 10e0f894f2bce5d131ecc4befce524bf432448c0) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic852613d8ed9b8255228cc787b365dd66e30e3c4 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 Bishop38-0/+2433
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>
2020-09-09meta: Add meta-amd layer.Supreeth Venkatesh5-0/+235
This patch adds meta-amd layer to support AMD's customer reference platforms. Change-Id: Id807619e207f007c81690f6ef75368ef36858df9 Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>