summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26openpower: ekb: srcrev bump eba08e93a7..a9996cb686Jayanth Othayoth1-1/+1
Commit included - Added sbe hreset procedure. - refershed sbe error xmls with latest. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9ad4c08aeed55d3345c5523e1e05c9ecc51a08f0
2021-10-26ampere-ipmi-oem: srcrev bump 1463f7013a..4c556399c7Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I60701ca35fc2027fa31db97029d846f9efacc31c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-26meta-google: Remove ztai from OWNER listWilly Tu1-1/+0
Change-Id: I351d8bfc8ac46b3317677d0893eabe2522f1c840 Signed-off-by: Willy Tu <wltu@google.com>
2021-10-26meta-google: mstpd: Lower log levelWilliam A. Kennington III1-1/+1
The current log level is too noisy and polluting the journal with lots of unhelpful debugging messages. Drop the level down to 2 in order to only produce error messages. Change-Id: I9d892b80e0d1ba7516614944c4ad74502c6c1aad Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-26meta-google: gbmc-bridge: Don't enable DHCPv6William A. Kennington III1-0/+2
Just turning DHCP off via the DHCP= option is not enough. If you use IPv6AcceptRA=true you need to also disable the DHCPv6Client= in the IPv6AcceptRA section. Change-Id: I6e2e6e3f9b9395bd690f3d1a8915fac5061a0b25 Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-26repotest: remove extensionPatrick Williams2-83/+84
The fact the script is current written in bash is not useful information to anyone invoking it. Remove the extension to allow future rewrite, if desired, without impacting other tooling or users. Temporarily create a symlink until `openbmc-build-scripts` can be updated for new script name. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib9cf07b587cae78c09e78184e0d35f2ed95d77ad
2021-10-25phosphor-dbus-interfaces: srcrev bump 0170a76594..4aec8027acAndrew Geissler1-1/+1
Willy Tu (1): Software: Settings: add setting to Software interface Change-Id: Ifd9439d38440780ac739159e514f0e95a6f84a67 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-25phosphor-dbus-interfaces, phosphor-snmp: srcrev bumpsAndrew Geissler2-2/+2
phosphor-dbus-interfaces: srcrev bump 77369cbb57..0170a76594 Brad Bishop (2): net: Client.Create interface from SNMP project pcieslot, cpu: add upstream_processor association Brandon Kim (2): Cpu: Add EffectiveFamily and update Model to EffectiveModel Cpu: Update Step and Microcode type to uint SpencerKu (1): Add "GenerationInUse" and "GenerationSupported" to PCIeDevice interface phosphor-snmp: srcrev bump c3600d86bc..d560529eb7 Manojkiran Eda (1): Add OWNERS file Patrick Williams (1): use Create interface from phosphor-dbus-interfaces Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I102470c177002354b88777badda8a892d66ecd32
2021-10-25fb-ipmi-oem: srcrev bump 35d12546ca..dd0415b507Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Iffaa976f9522a806bbef6d257fd72e8b81d4b154 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-25systemd: Fix timestmap detection for configuration filesWilliam A. Kennington III2-0/+382
Currently, systemd only uses the timestamp of the most recent file for tracking changes to configurations. With multiple drop-in files this results in reloads not picking up changes to older files. This patch fixes the reload behavior. Issue: https://github.com/systemd/systemd/issues/21113 In-Review: https://github.com/systemd/systemd/pull/21114 Change-Id: I9b92995e0d7faa612b51bfd45dd33803cd566441 Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-25systemd: Pin to v249.5 to remove patchesWilliam A. Kennington III3-165/+2
The patches we were using are included in the new stable 249.5 version of systemd. Change-Id: I85aa2a3861145cd893fde04743e5f7bcbe5ab01f Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-25google-ipmi-sys: srcrev bump b4e3704c17..f647e99165Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I3c5adab1a8a560e174a2823a37d907f92a90df73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-25google-ipmi-i2c: srcrev bump b7d431199a..d78cbec9efAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I6229b878254f752a54faf2054cd27ee362799e3c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-25google-misc: srcrev bump 9a76b6fbfb..382d628dd0Andrew Geissler1-1/+1
William A. Kennington III (1): Temporarily ignore eslint validation Willy Tu (1): build: Update to c++20, c18, and meson >= 0.57.0 Change-Id: I8fa3f7206951f9b73834e9d6488d1de26b8957c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-25bytedance: g220a: Remove node managerLei YU3-59/+0
The node manager is maintained in https://github.com/Intel-BMC/node-manager and it is not buildable with latest OpenBMC. The OpenBMC guideline[1] and the repotest[2] does not accept pathces in machine layers, so the patches to node-manager are not accepted. Remove the recipe for now, otherwise the build fails. [1]: https://github.com/openbmc/docs/blob/master/meta-layer-guidelines.md [2]: https://github.com/openbmc/openbmc-build-scripts/blob/master/build-setup.sh#L141 Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I735f5b4d9b1cfa0ff4c0e47d349f99e847c0a7bd
2021-10-23Fix phosphor-deploy-ssh-keys.bbclassJonathan Doman1-36/+37
The logic was broken due to lack of quotes around the semicolon delimiters inside subshell commands. It did not work for single keys nor multiple keys provided in SSH_KEYS. This commit adds proper quotes, and also refactors the loop a bit to reduce repeated commands, reduce indentation, and clarify variables. Tested: - Added INHERIT/SSH_KEYS to local.conf as described in script comments. - Tested with 1 key: "root:/path/to/key.pub" and 2 keys "root:/path/to/key.pub;root:/path/to/key2.pub". - Verified that in all cases keys were added to authorized_keys files exactly once by checking rootfs output: (build/tmp/work/<machine>/<image>/<version>/rootfs/home/root/.ssh/authorized_keys) Signed-off-by: Jonathan Doman <jonathan.doman@intel.com> Change-Id: I58af4e8107daa6447b8276a66fc7c91e346c7dd5
2021-10-23pldm: srcrev bump 97296e0355..f4a7dd792dAndrew Geissler1-1/+1
Sagar Srinivas (1): Fix for Inband code update hang due to incorrect container IDs Change-Id: I26ed4535627d52b23a9b434286797379939ae174 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-23phosphor-power: srcrev bump 81dbbb60a4..523704d014Andrew Geissler1-1/+1
Adriana Kobylak (3): psu-ng: Change the GPIOReader class to GPIOInterface psu-ng: Implement gpio write function psu-ng: Move model validation to its own function Change-Id: I6d27d9468e36df90c144eb19eaef522b932eb47d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-23openpower-hw-diags: srcrev bump a7369f86a5..b971517919Andrew Geissler1-1/+1
Ben Tyner (1): Attn: use phal library for get TI info calls Zane Shelley (1): Fix syntax errors in ras-data-schema-v01.json Change-Id: I75d0c2b0c786d2e86dbfffeb741bef663ab81495 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-23meta-yosemiteV2:Add x86-power-ctrl config files for multi hostLogananth Sundararaj5-0/+219
These config files contains the gpio configuartion which will be used by the x86 power control. PGood config is dbus based gpio configuration is added for all hosts. TESTED:Tested and verified in YosemiteV2. Signed-off-by: Logananth Sundararaj <logananth.s@hcl.com> Change-Id: I94c12545b26ac3bae8226ac6434e61c7c1ee9e06
2021-10-22meta-lenovo: remove unusable hr630 and hr855xg2 machinesPatrick Williams57-3693/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I280dea863b89a22c9ca96f888c0a2b0d209e2093
2021-10-22meta-arm: remove unused meta layerPatrick Williams6-261/+0
All machines using meta-arm have been removed and there is nothing remaining of value in it, so clean it out. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0e430dd4386e22b6e64e8d0008581d538c7c74dd
2021-10-22meta-hxt: remove unusable stardragon4800-rep2 machinePatrick Williams44-847/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie0d34a9c3146c60c5543e00a48f33aeb56ab419d
2021-10-22meta-qualcomm: remove unusable centriq2400-req machinePatrick Williams53-1144/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic3a32cda8420de728760fe3a5b73480cdd1eddda
2021-10-22meta-inventec: remove unusable lanyang machinePatrick Williams24-1656/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ife1d461de356477463d5b15d0d86ce1f998d7569
2021-10-22meta-microsoft: remove unusable olympus machinePatrick Williams11-512/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I019db3c774cc5a21e52f33056669943ef42d4546
2021-10-22meta-portwell: remove unusable neptune machinePatrick Williams10-330/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I447703c3bce985bbace4db4e43050c72ff5726f9
2021-10-22meta-alibaba: remove unusable thor machinePatrick Williams11-603/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I232a7a2d3e678a2396732d96e38f864704ba5cae
2021-10-22meta-evb-enclustra: remove unusable evb-zx3-pm3 machinePatrick Williams8-167/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifd83af863ed6211fbaa167a9862ef426c2120f09
2021-10-22e3c246d4i: enable x86-power-controlZev Weiss3-0/+106
The config has a slight hack regarding the SioPowerGood/PowerOk signals (as explained in a comment in the file). The O_PWROK GPIO line perhaps "should" be the SioPowerGood signal, but we also don't have SioOnControl, so power-control disables its SIO support anyway, and using O_PWROK as PowerOk seems to work alright. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ie3ef974e7edc172c82f63cb0129d90d098b15906
2021-10-22Added build time dependency on iplBen Tyner1-1/+1
Needed for getTiInfo() defined in libphal. Needed for openpower-hw-diags change 47306. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I4aca10ce19714bacae42eb50a2180953532d6498
2021-10-22pfr-manager: srcrev bump bcc7ce1f41..4990c9e370Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: Ic3dc6db994279f8c9a1922a30c40e639a9d8c7bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22intel-ipmi-oem: srcrev bump 31c45f60d6..bd51e6a9aeAndrew Geissler1-1/+1
Manish Baing (1): Add limit check to fan speed offset Patrick Williams (2): biosxml: run dos2unix catch exceptions as const Change-Id: I38e981ddcb1980539425130a9771b457df216a29 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22openpower: occ: Update recipe for meson buildEddie James2-8/+8
Adjust various parameters to build the repository with meson. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I27e0fe96efec83646ee8aa8328dd32755d3816ad
2021-10-22phosphor-led-manager: srcrev bump 6c4e0f2f76..8e9af365d6Andrew Geissler1-1/+1
Manojkiran Eda (1): Fix json files Change-Id: Ib6f683c35d6efeaef793f4017824405ab56c5a90 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22phosphor-power: srcrev bump 786b6f4cbf..81dbbb60a4Andrew Geissler1-1/+1
Adriana Kobylak (1): Update MAINTAINERS, add OWNERS Change-Id: I9187bdec2e73d2a4f3edba6f48f68be28e545178 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22openpower-software-manager: Add PLDM option to p10bmcAndrew Geissler5-3/+16
openpower-pnor-code-mgmt: srcrev bump 9c2ef681e3..6fc7fcd6b1 Adriana Kobylak (2): Add a new pldm feature option Add support for the host PLDM transport that takes place of hiomap (mboxd). Add this new feature to p10bmc. Tested: Verified that tacoma (that doesn't support pldm) and p10bmc (supports pldm) reached runtime. Change-Id: I31e8beba5ff8a413b7b7fa7476f5f2403d3781dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-10-22phosphor-host-ipmid: srcrev bump a0bb2a330f..bf47a916bcAndrew Geissler1-1/+1
Zev Weiss (1): dbus-sdr: allow retrieving FRU ID zero Change-Id: I375e7ec3e64c7818939139516fd21c0ff12ab761 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22openpower-hw-diags: srcrev bump ceb08b2b7d..a7369f86a5Andrew Geissler1-1/+1
Zane Shelley (2): Move root cause filter support to separate source file Add root cause filters for clock errors Change-Id: I506da223f857604dd17108ec4cfdc5f800307912 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22bmcweb: srcrev bump 3fafa370cc..d8e3c29a3bAndrew Geissler1-1/+1
Ed Tanous (1): Fix service validator on OEM account service Change-Id: Id14a61c65ee0d097db6ea2b8f1fca0f490fd7b77 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22phosphor-fan-presence: srcrev bump b7652104a9..93a10ab616Andrew Geissler1-1/+1
Matthew Barth (1): control: `member` signal triggers use event groups Change-Id: I4135de015ba53d86670ca2a89f5e2fe189d0536a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-21meta-google: Add `hoth` support for AspeedMichael Shen1-0/+5
Aspeed `hoth` used the same layout as Nuvoton. No need to change it. Signed-off-by: Michael Shen <gpgpgp@google.com> Change-Id: I21dd347164d19487c76db26d1cc9426559b2094f
2021-10-21linux-aspeed: Rainier, Everest, ADCJoel Stanley1-1/+1
Eddie James (5): ARM: dts: aspeed: Fix ADC iio-hwmon battery node name ARM: dts: aspeed: rainier and everest: Remove PCA gpio specification ARM: dts: aspeed: everest: Add I2C switch on bus 8 ARM: dts: aspeed: everest: Add IBM Operation Panel I2C device ARM: dts: aspeed: everest: Fix bus 15 muxed eeproms Joel Stanley (1): iio: aspeed_adc: Fix prescaler devres cleanup Change-Id: Icd9903844c926c0d41d912716520eb3807c59039 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-10-20pdata: srcrev bump b05eb90ad1..9d6b94bcd5Jayanth Othayoth1-1/+1
Jayanth Othayoth (1) build: Added bootstrap script Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I2af69eab47200f4f0f05d0a12f9989197c34d37c
2021-10-20meta-google: gbmc-ncsi-config: Re-organize RA codeWilliam A. Kennington III1-63/+73
This make it possible for the hostname or IP information to change independently, in case a mistake is made in a development environment and just the hostname or just the prefix need to be updated. Change-Id: I66169dc6cdee681f77bad4b8638dc6a2c72fca5f Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-20openpower: guard version bump ..ebb9771055Jayanth Othayoth1-1/+1
Chirag Sharma (5): libguard: Adding space check before creating record libguard: Add support for guard record history libguard: Storing oldest resolved record's position libguard: Adding user defined exceptions tool: Changes in options of guard tool Ramesh Iyyar (7): libguard: Throwing exception on create failure libguard: Return created record data libguard: Added helper function to delete guard record libguard: Using helper function to delete guard record libguard: Throwing exception on delete guard record libguard: Added a clear() interface to pass record id libguard: Added a interface to get guard file path Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I54fe14b1ada8cbaa54ea126c63c5ac79fff86ca7
2021-10-20openpower: ipl version bump ..d3d5471263Jayanth Othayoth1-3/+3
Jayanth Othayoth (15): libphal: Add exception class support for pdbg utils libphal: isTgtPresent API support libphal: isTgtFunctional API support libphal: isPrimary processor API support libphal: getPrimaryProc API support libphal: getCFAM API support libphal: putCFAM API support libphal: sbe setState API support libphal: sbe getState API support libphal: sbe isPrimaryIplDone API support libphal: sbe isDumpAllowed API support libphal: sbe getDump API support libphal: isSbeVitalAttnActive API support libphal: update in pdbg init function libphal: fix validateSBEState function build issue Added pdata dependencies to enable phal devtree custom api's Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ibb4d487989ba0c2c2edd965f5bf88bc8f060e017
2021-10-20openpower-proc-control: srcrev bump db8d46c033..6263820071Andrew Geissler1-1/+1
Jayanth Othayoth (5): PHAL: dump utility functions support PHAL: collect sbe dump for the sbe boot timeout PHAL: improved boot failure reason code based logging PHAL: collect SBE dump for enterMPIPL chip-op timeout PHAL: execute enterMPIPL only on valid sbe state Change-Id: I891deb70cc02c126f1827e2fcb9efbc165e366ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-20bmcweb: srcrev bump 5edbe947bc..3fafa370ccAndrew Geissler1-1/+1
Ed Tanous (6): Deduplicate url parsing code Rename method to isOnAllowlist Only generate headers once in EventService Cleanup HttpClient to use inline initialization Collections should handle no members present Revert "Redfish: Support Host Log Entries" SpencerKu (1): Redfish: Support Host Log Entries Change-Id: I3c04ea8e9c1c3d2e01960bde3415965a7d2c9ab0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-20meta-google: ipmi-fru: Direct read supportWilliam A. Kennington III1-20/+52
We can't dynamically bind to the at24 driver if the eeprom is not in the kernel's device tree. Since this support was intended to be used for dynamic FRUs, it is broken when the kernel has the entries removed. Change-Id: I99c774191c22d67e518fe9435b1446b80efb5600 Signed-off-by: William A. Kennington III <wak@google.com>