summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-12Use correct type for Dbus sensor interface in IPMI sensors YAML filesKonstantin Aladyshev2-56/+56
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-quanta rev: e48a99450e7c33ddca74cf9aeab4258e38ed1cab) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I42da4df4e06d22fdd68dae4ab1ab9213908feac8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-portwell: update Yocto compat for gatesgarthPatrick Williams1-0/+2
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-portwell rev: 6cfd36e2d61f2bde6adf84a09b3e0b3d4d2fb40b) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9efd7ad33a43a9472d3475bd4ffb08d49d7d4be7 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-mellanox: update Yocto compat for gatesgarthPatrick Williams1-0/+2
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-mellanox rev: a2c7d70e8f7a78a205dc012643cb94cb28311bbf) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I25a711db27ca00cae6cce7609574e81626652c87 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-inventec: update Yocto compat for gatesgarthPatrick Williams1-0/+2
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-inventec rev: b1bb8dd37ec15e58fd2867724fb278649a6d3826) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia2c8e9334cc6beb473988ae040474f99ada741fd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12add recipe dependencies in openpower-libheiZane Shelley2-0/+7
(From meta-openpower rev: 0d19816dff224f6e760e19e27749493907b2b4d0) Change-Id: I50d4ac220d253fe9055ef62621721b69cfde432b Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12linux-aspeed: FSI SPI fixJoel Stanley1-1/+1
Eddie James (1): spi: fsi: Fix transfer returning without finalizing message (From meta-aspeed rev: 10fcd21efd04d5e109ef4354fe397ddc3bb3c9ea) Change-Id: I9685586b10029a6e7ae7d61b93170aeaa2aaa93b Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-qualcomm: update Yocto compat for gatesgarthPatrick Williams1-0/+2
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-qualcomm rev: 975a7515eb7898718f9b883b4fc6e6a632640ab2) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib572286f5ec36da446deea21bb70c21298d71137 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-microsoft: 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-microsoft rev: 8d91440d4c9f86b156694f2870505f71f50d6441) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ieb116a883c74f174fe65cd74b61da34eaf109554 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12rainier: Add a virtual ambient temp sensorMatt Spinler3-1/+31
Use the virtual-sensor application to put a virtual ambient temperature sensor on D-Bus. Currently, it just mirrors the value of the TMP275 ambient temperature sensor, but in the future the output will be based on all three temp sensors on the panel after the remaining two show up on D-Bus. (From meta-ibm rev: f43eab1e5637cf87a38ca2e9a6acc33e5db3a0c3) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I187d88c7e1245c7014aee8b9b6c0840daf1e622d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12rainier: Add dbus-sensorsMatt Spinler1-1/+1
Add dbus-sensors to the Rainier flash image. This repository holds a suite of applications for managing various types of sensors. It uses D-Bus interfaces provided by entity-manager to know which sensors to monitor. Rainier will use it for at least some of the temperature sensors. (From meta-ibm rev: 29cc525d9cb736f4cfa0bc17bb45771fd812234e) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I81f9311adb9d72de1b04f9aed0a2d9e778b3e03a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-ibm: Move Tacoma and Rainier to eMMC u-boot configJoel Stanley2-2/+2
The AST2600 systems booted from NOR during bringup, but now that we have eMMC support in u-boot they can run from eMMC. (From meta-ibm rev: 46419c51c3bd3d43873ecbab7fbbb6f1d6c54de4) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Idd2389ab62e1b7cc32639f5547f1f1098631654f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-arm: update Yocto compat for gatesgarthPatrick Williams1-0/+2
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-arm rev: e412371fb34b85c28eddc829359da422eae3489f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ieb12f2b8b48c047a6409b317a876e0b326c14f2e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12google-ipmi-sys: srcrev bump 6d50744c31..29f35bce73Andrew Geissler1-1/+1
William A. Kennington III (1): Add suppport for retrieving machine name (From meta-google rev: f8812be73efda1edd9622296754b52922be864a5) Change-Id: I11fe41cbc232d95d13363bf6160c967afb9cc1cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11openpower-libhei: srcrev bump 734cfe9585..abc51c2b6fAndrew Geissler1-1/+1
Zane Shelley (2): Externalize chip data file keyword constant Copied Chip Data XML from Hostboot project (From meta-openpower rev: 590bcd28384341c96d6fb5599c8a7418c024648c) Change-Id: Iab28c2bc2954d2b16b65e4ba7dcb1e75892447bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11openpower-vpd-parser: srcrev bump 65b8360158..0246a4d7d0Andrew Geissler1-1/+1
Santosh Puranik (1): ibm-read-vpd: Switch to the right symlinked JSON (From meta-openpower rev: 38bde767d3d102dfa78aadd2fa69886dfe97240e) Change-Id: I175cf33b5cd54df2466c0c6bb68cb8ba653ea573 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11meta-quanta: gbs: fix command parsing error for SATA present LEDGeorge Hung1-1/+1
Fix get SATA present command parsing error due to the last change to the command parsing string (From meta-quanta rev: 529a8df55b2af8eed0d1eb0594a162cfff631aab) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I86d2923b331e19b77dca784ffcf691c5e5f4f708 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11dbus-sensors: srcrev bump 381636e2e1..3bcd823e37Andrew Geissler1-1/+1
Josh Lehan (1): Add optional sensor reading logging instrumentation (From meta-phosphor rev: 40ee856b65ffdddcad8da175388968a5586001ab) Change-Id: I14ffef32170b6357cfcda2ba6de1cc41b2d70a2a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11telemetry: srcrev bump 7f06f613ff..c8e3a64a1dAndrew Geissler1-1/+1
Krzysztof Grobelny (2): Implemented sensor class Added Periodic reportingType support to Report Wludzik, Jozef (1): Add ReportManager and Report unit tests (From meta-phosphor rev: f468ab9f91443401459572417303898ba4060e65) Change-Id: Id8a91210331002a465ee825e13ee709c9afcb42f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11bmcweb: srcrev bump 8f9ee3cd14..9f8bfa7c6dAndrew Geissler1-1/+1
Gunnar Mills (3): AssetTag: Add PATCH support Manager: LOG: Remove __LINE__ Add new Location Indicator property Sunitha Harish (1): Redfish Session : Support ClientOriginIPAddress (From meta-phosphor rev: 18ab88bf85c1ed1b36f636180d4b2a88679a62df) Change-Id: I5afa90fd2670a6afce1c5fabc4302fa5d4b73415 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-dbus-interfaces: srcrev bump 1d4979c7e3..2c33a89924Andrew Geissler1-1/+1
Patrick Williams (1): Threshold: define values to represent un-set threshold (From meta-phosphor rev: 228652b17df594c44258756023d2b300c396da9c) Change-Id: I5349bcfd67b067795e6b628831521ded1eec75b9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-power: srcrev bump b7552f0cbc..d58858ca02Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Add hardware presence service (From meta-phosphor rev: 7063b89759964974188b40ec8ed2e303c73edd80) Change-Id: I1213152c68f711021f12c2ef8519b2453eb8c6d6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-fan-presence: srcrev bump 5d564a9f20..fcbdc0e41fAndrew Geissler1-1/+1
Matthew Barth (1): Support config location from compatible system interface (From meta-phosphor rev: 71ee0b3357a92d9b918266ea43256aedb55308bb) Change-Id: I80ec4a87816fe6aee2963136d911e6eda3d0bb11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10bmcweb: srcrev bump 055806b30d..8f9ee3cd14Andrew Geissler1-1/+1
Gunnar Mills (1): Redfish: getComputerSystem: Fix Doxygen Przemyslaw Czarnowski (1): Fix Image and ImageName values in schema Stanley Chu (1): log_services: Fix redundant AsyncResp objects when deleting dump entries (From meta-phosphor rev: 16b15485b5f7027192c7304a3bc132f15a522117) Change-Id: I58884284d52cc6e2adea4398bf99b02e7c5d4be5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10webui-vue: srcrev bump efbd401dc4..f6bd4c62b3Andrew Geissler1-1/+1
Derick Montague (2): Fix broken links in documentation Fix typo in SOL console helper text Sukanya Pandey (1): Resolve vue/no-unused-vars lint warnings Yoshie Muranaka (2): Add documentation for table component Add documentation for table sort (From meta-phosphor rev: 2e169b6059598a015d2bbfb0be6081caedc1cbf3) Change-Id: Ic6f5665933d4feadbfa82d3269585cae4546ae88 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-led-manager: srcrev bump 1c737afcb0..4c5f533712Andrew Geissler1-1/+1
George Liu (1): Add the method to set Functional property based on Group state (From meta-phosphor rev: 84a5b518627a005842f1657d7c405c5710e8cc90) Change-Id: I4c571750eed17a50577c1a64cf0dae8a3a880a2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10libmctp: srcrev bump b3b55a6bd5..c2b833e40dAndrew Geissler1-1/+1
Andrew Jeffery (4): tests: astlpc: Re-order astlpc ops struct definitions astlpc: Extract MIN()/MAX() to range.h core: Fix comment on size limits core: Fix large packet buffer overrun (From meta-phosphor rev: 120046768a933ab1b58574f54b87342d3d985394) Change-Id: I8fe5275eddfc6cea3ff7fa17e12e3a4194bc21fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10meta-phosphor: 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-phosphor rev: 49b2a2c56bb774224b15f80deeffff096f59a2db) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie37ab65b72c2e10e0324774c56b7968db091ea5b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-09u-boot-aspeed: u-boot on eMMC supportJoel Stanley1-1/+1
This adds a new configuration ast2600_openbmc_spl_emmc_defconfig that can be used on either emmc or nor systems. Note that it will try to locate the environment on emmc, so use on nor-only systems will always use the default environment. Machines that wish to use this configuration should set UBOOT_MACHINE in their <machinename>.conf. Eddie James (3): ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters arch: ARM: Aspeed: Add SPL eMMC partition boot support configs: Add AST2600 SPL eMMC configuration (From meta-aspeed rev: 1a970c012150cee8e5d937716f33e4f1c2e85e02) Change-Id: I53f6b39579529f7bb6d98f4ee9a3cb067dc75cb5 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06meta-ibm: 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-ibm rev: 00e954d3100bb932d154273376620b40d6b8cad3) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iffd47517e7b9e85597fe97478375a48d0c2db927 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06entity-manager: srcrev bump 7b23e3f8e0..c61ae35c3aAndrew Geissler1-1/+1
Gilbert Chen (1): entity-manager: Add emc1412 and emc1414 support (From meta-phosphor rev: 5d68847dce91b926b1d7cd4accec37e4bc4fc0ef) Change-Id: Id93167a821c36e0c9a2eb415f7d57f44cb4d9136 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06dbus-sensors: srcrev bump dadbbb5859..381636e2e1Andrew Geissler1-1/+1
Gilbert Chen (1): hwmontemp: Add emc1412 and emc1414 support (From meta-phosphor rev: 24d3218d45e7359f1104696cf7ac303033e52d92) Change-Id: Iad746452d57ebe131e48178e4e2d4023243b33fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06phosphor-virtual-sensor: srcrev bump c62a5548a1..e0d371e41fAndrew Geissler1-1/+1
Vijay Khemka (2): Check threshold values Add unit to dbus (From meta-phosphor rev: 46ead4c61c02b6e04956c0f53a1b300536c584b0) Change-Id: I0665fbac5f79a92a6e5ccfb079fd313047ff0aef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06webui-vue: srcrev bump bc0d61b5e8..efbd401dc4Andrew Geissler1-1/+1
Derick Montague (2): Fix icon color in documentation Fix property order to meet linting rules (From meta-phosphor rev: 642e1057a4074e3f362d934db031f1ebc1763df6) Change-Id: Ia85540606da963bbb912096836da2ab1c76a2381 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06sdbusplus: srcrev bump 8fc063973a..c67e1e8730Andrew Geissler1-1/+1
Patrick Williams (1): sdbus++: support special double values (From meta-phosphor rev: 8f639adeff269352bd451388ed528d79a751847d) Change-Id: I2c8660bf66d45214a425b82f56b5f3ca1f693960 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06meta-openpower: 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-openpower rev: d6809d5e21b57fca14572a4a1a945f3caa1ef91b) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I168a928a18d8b5c6146cc615f7070bb98a06bceb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06fb-ipmi-oem: srcrev bump 41ad4ff17a..17cf1349b9Andrew Geissler1-1/+1
Vijay Khemka (1): Add fru get area info command (From meta-facebook rev: e28de1f43540e351a75bde5c5348f52a509ce45c) Change-Id: Iba96051c6b8644b210e60772ac8572d1b0e6a6cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06meta-yadro: 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-yadro rev: e18f52c26682880d7611a65888a0d8bbc8b5f734) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia15eb84ee2f655a2d7fcecb96b9edaa95c25539d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06meta-ingrasys: 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-ingrasys rev: 52368129e9b624f9acd98c6156ea7a5d6d21ba4f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If78b0ef8b9db95b8af2254d4b299a6c28e262044 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06meta-aspeed: 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-aspeed rev: 3cc1749d59f84cb441fdcf5490cbbecac7227caf) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I732a58adeef210b4975560c0d9607da79524dfa1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05meta-google: 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-google rev: 98b0607cb298193ee7a8033e0c333224a10d0477) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie038d9ad9f7f785fd8b3091cb19d6b593924eace Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05meta-facebook: yosemitev2: Add flag to include BIC files for Yv2 in fb-ipmi-oem.Kumar Thangavel1-0/+1
Added flag to store machine info for including and compiling BIC files for yosemitev2 alone if machine or platform as yosemitev2 in fb-ipmi-oem cmake file. TESTED : Built Facebook YosemiteV2 images and loaded on the target hardware. We are able to see BIC releated files included for compilation, BIC request and response sent successfully. (From meta-facebook rev: d52ec1d0da9d56694fcefe591786e35700d9166d) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ie78388ab3456ad9c3b96755eba55a6235d254b85 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05meta-facebook: 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-facebook rev: 056ec6f35e906dbc6eb2493bd8e26cb28d74d0ba) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I101c12f361c042cc2eb6d0d7373295e62dac028a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05meta-nuvoton: 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-nuvoton rev: ff8c4031b99942f6c2ff1cbf10d0f72c403d10db) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id72267e572724cd1c1dadca2cbd11cb09464e192 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05intel-ipmi-oem: srcrev bump d77489f18e..aedf5a9efeAndrew Geissler1-1/+1
Rui Zhang (1): Enable code coverage for intel-ipmi-oem. (From meta-intel rev: cd2638f7a065811f3a81f0511c306f972ac5ac18) Change-Id: I02c4e7546787d7cbd1541bcc4b49ec3af6929297 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05Removed 2 names from the list of MaintainersJorge Cisneros1-2/+0
(From meta-hpe rev: fd63049b884c3faa8e0c715a62b38266218cdc70) Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com> Change-Id: I4faaadd3959cf83d4d67d5bcef1d7259af385d5c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05meta-hpe: 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-hpe rev: bd9e1ac37e64df602226aa0d6c5e205d8d19d84c) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I03dbb43228ed250642b976f9aa55b6ab4d40d54f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05openpower-hw-diags: srcrev bump 6e36587a1f..61465db5edAndrew Geissler1-1/+1
Zane Shelley (1): meson library and dependency cleanup (From meta-openpower rev: de04607b89c0dccb74ff4ecdcc6b1ad992945c66) Change-Id: I9ff59d362775cf3923663cdee473fb00754a32bc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05openpower-proc-control: srcrev bump ef767eea87..ec6a1b577cAndrew Geissler1-1/+1
Andrew Geissler (1): host-stop: ensure stop-instructions run in correct seq Brad Bishop (4): phal: use unix line breaks c++17: drop experimental::filesystem fix compiler warnings build: add support for meson (From meta-openpower rev: ba05405cf35a4556b23f5269aca1c10740d43a9b) Change-Id: I513c86ee5377eab6eb74c598f5df3c3d9e4c0bcd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05openpower-vpd-parser: srcrev bump b665c55454..65b8360158Andrew Geissler1-1/+1
Alpana Kumari (6): IBM Read VPD support for processor vpd Memory VPD parser Handling FRU and Module in vpd read code Handle CPU Module and FRU in write VPD Support FRU Type in vpd tool support multiple device trees in the same BMC image PriyangaRamasamy (2): Prime the Inventory VPD objects IBM VPD Parser support for both 2U & 4U system SunnySrivastava1984 (2): Code refactoring Interface & Factory implementation for VPD Parsers (From meta-openpower rev: 9eee15c9aca0daa4267e53fc9001cf0263d93bda) Change-Id: I8eefac11437753dea4650eb99740fb645c5a0174 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05meta-quanta: 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-quanta rev: 2f44b654638974a96365ba358f8991688682d8e9) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1f2ef645a1d05a7a8d3c2f1c7e8ec1bdecfd33ff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>