summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09phosphor-hwmon: srcrev bump 6a22a2ffd1..b6c1771bfdAndrew Geissler1-1/+1
Ed Tanous (1): clang-format with latest clang Change-Id: I1a9f643db46f74998678543431b33129fe7b6bfd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-09ipmi-blob-tool: srcrev bump f8c9f7a3fc..d46530fd76Andrew Geissler1-1/+1
William A. Kennington III (1): blob_handler: Have delete return a status Change-Id: Iea1dd221369db8dcbdd98802be32145a40210e99 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-09phosphor-fan-presence: srcrev bump 04f03e1818..a7fcf3e0a1Andrew Geissler1-1/+1
Matt Spinler (2): control: Manager::addServices() fix control: Have iA match use arg0Path param Change-Id: Iae02c912c84e99c640661d51f036da82877fc630 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-09service-config-manager: srcrev bump a19b509352..cd72d3a116Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Patrick Williams (1): build: switch to C++20 Change-Id: I59809d934ab74c6f9910a0b218df23e5c7cecfd6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-09phosphor-power: srcrev bump 9ddc622e3a..c0a0758034Andrew Geissler1-1/+1
Adriana Kobylak (2): psu-ng: Get the power config full load property psu-ng: Set the power-config-full-load GPIO Change-Id: I7d30b1196e684d924acc627a097f2a7c7c08375b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-09phosphor-webui: srcrev bump f695bbb4c9..8588400216Andrew Geissler1-1/+1
Gunnar Mills (1): Hack webpack to not use MD4 Change-Id: I75e13b9b705a3a574fce9da09444391457a7e94a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-09phosphor-ipmi-flash: srcrev bump 0df4085097..7d249a7af5Andrew Geissler1-1/+1
Willy Tu (2): build: remove autotool updater: remove find() and use std::string::starts_with() Change-Id: I5d83caa54054867f20cfb45342c34e01218ffbfd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-09meta-fii/meta-kudo: Fix power control states and timingCharles Boyer9-72/+113
Summary of changes: 1. Adjust start time of xyz.openbmc_project.State.Chassis.service to fix initial chassis state 2. Add shutdown ack service 3. Remove reset ack service 4. Remove heartbeat mode 5. Remove sysreset pin control from power_control.exe 6. Remove all phosphor-fan services that caused power off during a system reset 7. Adjustments to ampere_power_util.sh (See below) ampere_power_util.sh: 1. Use GPIO instead of dbus for host state 2. Wait 3 seconds before checking power status for power on 3. Wait 6 seconds before checking power status for power off 4. Have force_off act GPIO while power_off sets Chassis state 5. Graceful shutdown acts GPIO 6. Check host status before issuing system reset 7. Set Watchdog Expire Action to None before power off and reset Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Ie2720ee60d489c4160165c6827a78a400ae4d30b
2021-11-09meta-fii/meta-kudo: Fix LPI nvparmCharles Boyer1-1/+1
Corrects the nvparm to disable LPI mode NV_SI_CPU_LPI_FREQ_DISABLE for SCP 1.07 and newer. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: I43f4d090fae3ff202834d39c9161802f20e396e1
2021-11-09meta-fii/meta-kudo: Remove MON_BMC_ALIVE assertionsCharles Boyer1-9/+1
The other system components are not using this the MON_BMC_ALIVE signal, so it no longer requires assertion. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Ieedc2650d230dc3eff8c2d76d2f1ce70b68919cb
2021-11-08pfr-manager: srcrev bump 4990c9e370..8491692089Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I9c798cd5755f0e777ad14445af8acd3f235e3903 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06meta-google: gbmc-bridge: Defer address reconfigurationWilliam A. Kennington III2-6/+13
Reconfiguring network interfaces immediately after detecting changes may not allow them enough time to settle. Without waiting, we might pre-emptively assume the configuration is changing even though networkd is just flushing and resetting the interface with the same config. Change-Id: I6a6858578d0499305fe2a3d3592dc73533bb02f1 Signed-off-by: William A. Kennington III <wak@google.com>
2021-11-06meta-google: gbmc-ip-monitor: Add deferred actionsWilliam A. Kennington III1-2/+21
This makes it possible to defer actions for a future time in order to let networking events settle out before triggering a reconfiguration. Change-Id: I0b2372ba6b114a6b6548ccac3944af912482d68a Signed-off-by: William A. Kennington III <wak@google.com>
2021-11-06meta-google: gbmc-ncsi-config: Ignore deprecated addressesWilliam A. Kennington III2-2/+4
We plan to use deprecated addresses to allow for neighbor discovery, but they will be ignored by networkd and this script as to prevent misconfiguration. Change-Id: Ibc0bee71c19add79f05b5ce58b34d3175e2f6fbd Signed-off-by: William A. Kennington III <wak@google.com>
2021-11-06meta-google: gbmc-ncsi-config: Remove override if emptyWilliam A. Kennington III1-5/+8
Currently this will make no difference in configuration, but it will be useful once we implement our DHCP process and need to contend with multiple configurations. Change-Id: Ia93530e67cdb88fcbe90ef2b6dfbd5a239469ff7 Signed-off-by: William A. Kennington III <wak@google.com>
2021-11-06meta-google: gbmc-bridge: Restrict network from /72 to /76William A. Kennington III3-6/+6
We can have multiple gBMC networks within one "machine". This allows us to have multiple address sets. Change-Id: I5b18b7822f50bb0570e1aa5a70ac47036694d922 Signed-off-by: William A. Kennington III <wak@google.com>
2021-11-06openpower-vpd-parser: srcrev bump d1f64ca3db..a0cc5923f2Andrew Geissler1-1/+1
George Liu (1): build: Remove autotools support Change-Id: I1c9b644e46c6e63f7d631c3e005afd67b74f4335 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06entity-manager: srcrev bump 6bf41588ab..22ed42860dAndrew Geissler1-1/+1
Patrick Williams (1): build: switch to C++20 Change-Id: I2349f494ca94bedef57e7d2a0efbad5e11e16582 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06dbus-sensors: srcrev bump 3291b9c755..9ca98ec931Andrew Geissler1-1/+1
Andrew Jeffery (2): NVMeBasicContext: Don't poll the sensor if it's not available nvmesensor: Make commuication error messages more informative Change-Id: I30f4920fa3dfc5e1909b9b19a8d9adc517da996a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06phosphor-fan-presence: srcrev bump 284505d34b..04f03e1818Andrew Geissler1-1/+1
Matthew Barth (6): control:p10bmc: Critical service(s) control:fanctl: `dump` option only for JSON control:fanctl: `reload` option only for JSON control: Subscribe to nameOwnerChanged once per service monitor:p10bmc: Set `num_sensors_nonfunc_for_fan_nonfunc` to 0 monitor:p10bmc: Add `set_func_on_present` Change-Id: I3363e9ca0b7672ae5d3f39728bfd29e38362febb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06obmc-console: srcrev bump dc0eec8db7..467d301034Andrew Geissler1-1/+1
Andrew Geissler (1): ssh-console: only enable keepalive option Change-Id: Ia05a1c634f63d2c5ad26570dfaf747681332702d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06webui-vue: srcrev bump 8187678816..ae09a4b3c0Andrew Geissler1-1/+1
Derick Montague (1): Remove Derick from the maintainer list Dixsie Wolmers (3): Add keep-alive option in webpack devServer Remove tableFormatter and use dataFormatter on assemblies table Remove Derick from OWNERS Konstantin Aladyshev (2): Russian translations for the Assemblies schema Russian translations for the new overview layout MichalX Szopinski (1): Add GUI Name on Intel environment Thang Q. Nguyen (1): Fix wrong System Manufacturer in Hardware Inventory Change-Id: Ic4b65967e2f7338a81195e0402f8814aab784410 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06openpower-hw-diags: srcrev bump 39fcf65dce..a00426f5e8Andrew Geissler1-1/+1
Zane Shelley (5): include config header for use of CONFIG_PHAL_API Updates to ClockCalloutResolution behavior add .eslintignore to ignore meson log output files Add Guarded/Deconfigured fields to callout resolutions Removed old guard design Change-Id: I5a9affe2c1bc27667053cd469a9e513af525cfc7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06openpower-libhei: srcrev bump 33e46ac8c0..c0d0f36139Andrew Geissler1-1/+1
Zane Shelley (1): add .eslintignore to ignore meson log output files Change-Id: I14b2759cee3bfe97210342c979294f124b013bc1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06bmcweb: srcrev bump 37bbf98c8b..4028ff77ddAndrew Geissler1-1/+1
Ed Tanous (2): Fix c++20 issue Make telemetry use the common collection utilities Manojkiran Eda (1): Add features to feature map & remove redundant code Patrick Williams (1): build: switch to C++20 Spencer Ku (1): Redfish: Support Host Log Entries Change-Id: I6800c683af6387fdc60cdf2f92dc3dd384cde865 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-06phosphor-power: srcrev bump a2a830b1ff..9ddc622e3aAndrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: Refactor PowerSupply::isFaulted Change-Id: Ideb68e813a4acbe84549254ae3aeb419953371ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-05phosphor-host-ipmid: srcrev bump d2ee98677f..846af8644dAndrew Geissler1-1/+1
Johnathan Mantey (1): Return 'enable' bit false for Get LAN Config Param 56 & 59 Change-Id: If36517e05ff594e4aeb633992e5496239d72873e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-05meta-ampere: repotest: more removalsPatrick Williams1-4/+0
More patches and scripts have been cleaned up. Remove them from the exemption lists. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ieae41805e2787d7f63db2fd776495d79e6faa987
2021-11-05repotest: remove sh extension aliasPatrick Williams1-1/+0
The tooling in openbmc-build-scripts no longer needs the symlink alias. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib214c4f2bd5cc5854626a554adb86c9b2ceb1d2b
2021-11-05meta-ampere: repotest: reduce exempted shellcheck scriptsPatrick Williams1-14/+0
Commit dde1fede1f832f029742a1d27290cfe252ab1bc5 cleaned up a number of shellcheck errors from meta-ampere. Remove these, now fixed, scripts from the repotest exemption list. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia575d3130678d3ca2be69da64639f7354c28aea8
2021-11-05linux-aspeed: nct7802 bindings and configurabilityOskar Senft1-1/+1
Oskar Senft (3): dt-bindings: hwmon: Add nct7802 bindings hwmon: (nct7802) Make temperature/voltage sensors configurable ARM: dts: aspeed: tyan-s7106: Update nct7802 config Signed-off-by: Oskar Senft <osk@google.com> Change-Id: I6dedace1a62f136c461ce6a207ef925d0bd072d1
2021-11-05meta-ampere: mtjade: remove u-boot patchesThang Q. Nguyen4-319/+0
Remove Mt.Jade u-boot patches as we have other approach for them: 1. Patch 0001 is to set FANs to maximum speed in u-boot to avoid hardware damage in case of Host ON with high CPU usage. This can be resolved by setting FAN to maximum speed when the FAN service stop. 2. Patch 0002 is to enable I2C4 device access. With commit 0b32c1b40@linux, I2C4 enable is set via gpio-hog 3. Patch 0003 will be resolved later by supporting Aspeed watchdog with boot status. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I247f99ebac7c3ca10a2dc77f1909f5c0c519401d
2021-11-05meta-ampere: usbnet: implement using usb-ctrlThang Q. Nguyen8-136/+62
Change to implement virtual USB Ethernet using phosphor-misc's usb-ctrl. Tested: 1. Boot BMC to Linux. Login and check if usb0 ethernet interface exists. 2. Power ON the Host. Check if usb0 automatically sets its IP to 192.168.0.10 3. Restart the ampere-usbnet.service service. Check if no error happens. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I4de722a691a112db851b6dda0a7821b9f78b4d72
2021-11-04meta-google: update obmc-phosphor-initfs whitelistJie Yang1-0/+1
Add SMBIOS data sent by LinuxBoot to the initfs whitelist Signed-off-by: Jie Yang <jjy@google.com> Change-Id: I70e8cedabc8c7a2dc0df581b38695709e047bf96
2021-11-04meta-yadro:meson: pkgconfig inherit requiredAndrew Geissler5-5/+5
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic6813d3ce906f68e7fec1754b4cc4efddae09ffb
2021-11-04bytedance: g220a: uart: Update the uart-routing pathLei YU1-8/+8
With the upstream aspeed-uart-routing changes, the user space interface needs to be updated to use the new path. Tested: Verify the SOL is working fine on g220a. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I4313d240b2778ef8070214eb19029b559588bcea
2021-11-04repotest: reduce patches in meta-bytedanceLei YU1-3/+0
With the previous commit and 98f38d4c8, several patches in meta-bytedance are removed. Remove such patches from repotest. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If6226949a8063ca5e2aab56aff2b57e54cc963f8
2021-11-04bytedance: g220a: Remove aspeed-uart-routing patchesLei YU3-571/+0
The aspeed-uart-routing patches are in openbmc linux tree now. Remove them from this layer. The remaining patch will be submitted to the openbmc linux tree as well and will be removed after it's merged. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I5d9db3701fe7b2e92e4960155c9b3e24fefdaf23
2021-11-04meta-ampere: fix shellcheck issuesThang Q. Nguyen14-262/+230
Fix all issues from the shellcheck checked on bash shells under meta-ampere. Tested: Verify the following features: 1. Power control (on,off, cycle, graceful shutdown, hard reset). 2. UART switching. 3. UEFI firmware update. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Idabf839b7521ecadb642230cc8bb3472c787002e
2021-11-04Partially revert "treewide: remove obmc-system-mgmt feature"Patrick Williams36-0/+51
The obmc-system-mgmt feature is currently used in the image to trigger inclusion of a virtual-provider which provides a number of packages many systems need. Partially revert the removal of this feature so that the outcome is: 1. The empty obmc-phosphor-sysd package is still removed. 2. By default the 'obmc-system-mgmt' feature is included, unless specifically exempted. 3. All EVB platforms remove the 'obmc-system-mgmt' feature since they have no system they are managing. This partially reverts commit 060ad3ff7fcc30aff78a9e504efee9d8fa0d4526. Tested: * Built `bletchley` and confirmed `packagegroup-fb-apps-system` and `entity-manager` are present. ``` entity-manager armv7ahf-vfpv4d16 0.1+git0+6bf41588ab-r0 packagegroup-fb-apps-system all 1.0-r1 ``` * Built `witherspoon` and confirmed `packagegroup-op-apps-system` and `pdbg` are present. ``` packagegroup-op-apps-system noarch 1.0 pdbg arm1176jzs 3.3 ``` * Ran `bitbake -p` on `evb-ast2600` to confirm the undefined `virtual-obmc-system-mgmt` is not being included in the image. Change-Id: I8b7804d5101cc84a2c57473b3f85672bf7767c67 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-11-04meta-facebook: fix shellcheck issues in scriptsPatrick Williams4-68/+66
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62cf17d414795e91d673d468a196d4f0a6c0a71b
2021-11-04repotest: add json lintingPatrick Williams2-1/+13
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I99dadfac3c2d324bb5ef6a5ab399ad35825b34d5
2021-11-04repotest: refactor shellcheck slightlyPatrick Williams1-11/+43
Refactor the shellcheck implementation so that: 1. Files are checked by extension if their `file` type doesn't match a known list. Some shell scripts do not use the proper shebang and end up not being detected by `file`; attempt to revert to extension in that case. 2. Facilitate easier addition of multiple linting tools for other file types. A follow up commit will add 'json' linting with only a few changes. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5ce60432c4bd123d9d9c14466505c2d4b2477959
2021-11-04openbmc-env: fix shellcheck errorsPatrick Williams1-8/+10
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0a12cd34c3cff8381bfd6197c11eb91a4efcf0f4
2021-11-04setup: fix shellcheck errorsPatrick Williams2-7/+6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4c09e61294506659500f9760993dd4b8b6f22f23
2021-11-04repotest: fix shellcheck errorsPatrick Williams1-7/+6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4f4e7957218642dc252880a0a0ea575ebde10512
2021-11-04repotest: enable shellcheck-based lintingPatrick Williams1-1/+134
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I48ff0b633697ddd16a7119519399c6579688436d
2021-11-03intel-ipmi-oem: srcrev bump bd51e6a9ae..c573390054Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8b627bb4c37626478cefd35c4f0e5253c8cc5e66 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03meta-openpower:meson: pkgconfig inherit requiredAndrew Geissler4-4/+4
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I48c062226275c6e110bde27e815d2643c369c14c
2021-11-03meta-phosphor:meson: pkgconfig inherit requiredAndrew Geissler12-12/+12
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie85e2a3bd86010c2ce5d08c75fddc1ba348ff891